ITablet::GetCursorCount method

Returns the number of cursor objects associated with the tablet.

Syntax

HRESULT GetCursorCount(
  [out] ULONG *pcCurs
);

Parameters

pcCurs [out]

The number of cursor objects associated with the tablet.

Return value

This method can return one of these values.

Return code Description
S_OK
Success.
E_FAIL
An unspecified error occurred.

Requirements

Requirement Value
Minimum supported client
Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server
None supported
Library
Wisptis.exe

See also

ITablet Interface