IStylusPlugin::RealTimeStylusDisabled method (rtscom.h)
Notifies the implementing plug-in that the RealTimeStylus Class (RTS) object is disabled.
Syntax
HRESULT RealTimeStylusDisabled(
[in] IRealTimeStylus *piRtsSrc,
[in] ULONG cTcidCount,
[in] const TABLET_CONTEXT_ID *pTcids
);
Parameters
[in] piRtsSrc
The RealTimeStylus Class object that sent the notification.
[in] cTcidCount
Number of tablet context identifiers the RTS has encountered. Valid values are 0 through 8, inclusive.
[in] pTcids
The tablet context identifiers.
Return value
For a description of return values, see RealTimeStylus Classes and Interfaces.
Remarks
This method is called when the RTS object has been disabled, or when a plug-in is removed from a collection.
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 |