ITabletManager::GetTablet method

Retrieves the specified tablet object.

Syntax

HRESULT GetTablet(
  [in]  ULONG   iTablet,
  [out] ITablet **ppTablet
);

Parameters

  • iTablet [in]
    Identifier of the tablet to return.

  • ppTablet [out]
    A pointer to the tablet object.

Return value

This method can return one of these values.

Return code Description
S_OK

Success.

E_FAIL

An unspecified error occurred.

 

Requirements

Minimum supported client

Windows XP Tablet PC Edition [desktop apps only]

Minimum supported server

None supported

Library

Wisptis.exe

See also

ITabletManager Interface