ITablet3::GetMaximumCursors method

The GetMaximumCursors method retrieves the maximum number of cursors that a tablet device supports.

Syntax

HRESULT GetMaximumCursors(
   ULONG *pMaximumCursors
);

Parameters

pMaximumCursors

The maximum number of inputs that the device supports.

Return value

Returns S_OK on success; otherwise, returns an error code.

Requirements

Requirement Value
Minimum supported client
Windows 7 [desktop apps only]
Minimum supported server
Windows Server 2008 R2 [desktop apps only]
Library
Wisptis.exe

See also

ITablet3