IStylusPlugin::TabletRemoved method (rtscom.h)

Notifies an implementing plug-in when an ITablet object is removed from the system.

Syntax

HRESULT TabletRemoved(
  [in] IRealTimeStylus *piRtsSrc,
  [in] LONG            iTabletIndex
);

Parameters

[in] piRtsSrc

The RealTimeStylus Class (RTS) object that sent the notification.

[in] iTabletIndex

The tablet index.

Return value

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

Remarks

This method is called by the RealTimeStylus Class object, whether the RTS object is enabled or disabled.

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

IStylusPlugin::TabletAdded Method

IStylusSyncPlugin