ITabletCursor::GetButtonCount method

Retrieves the number of buttons on the tablet stylus.

Syntax

HRESULT GetButtonCount(
  [out] ULONG *pcButtons
);

Parameters

pcButtons [out]

The count of buttons on the tablet stylus.

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

ITabletCursor Interface