Share via


ITablet::GetCursor method

Returns the specified ITabletCursor object.

Syntax

HRESULT GetCursor(
  [in]  ULONG         iCur,
  [out] ITabletCursor **ppCur
);

Parameters

  • iCur [in]
    Unique identifier of the cursor to get.

  • ppCur [out]
    Pointer to the cursor identified by iCur.

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

ITablet Interface