ITabletEventSink::CursorInRange method

Occurs when a stylus comes within the digitizer's range of detection.

Syntax

HRESULT CursorInRange(
  [in] TABLET_CONTEXT_ID tcid,
       t                 cid
);

Parameters

tcid [in]

The identifier of the tablet object that detected the stylus.

cid

The identifier of the stylus object that has come in range of the digitizer.

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

ITabletEventSink Interface