IStylusPlugin::StylusOutOfRange method (rtscom.h)

Notifies the implementing plug-in that the stylus has left the detection range of the digitizer.

Syntax

HRESULT StylusOutOfRange(
  [in] IRealTimeStylus   *piRtsSrc,
  [in] TABLET_CONTEXT_ID tcid,
  [in] STYLUS_ID         sid
);

Parameters

[in] piRtsSrc

The RealTimeStylus Class object that sent the notification.

[in] tcid

Tablet context identifier.

[in] sid

Stylus identifier.

Return value

For a description of return values, see RealTimeStylus Classes and Interfaces.

Remarks

The stylus is out of range of the digitizer.

Requirements

Requirement Value
Minimum supported client Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header rtscom.h
DLL RTSCom.dll

See also

IStylusAsyncPlugin

IStylusPlugin Interface

IStylusSyncPlugin