Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Notifies an implementing plug-in when an ITablet object is attached to the system.
Syntax
HRESULT TabletAdded(
  [in] IRealTimeStylus *piRtsSrc,
  [in] IInkTablet      *piTablet
);
Parameters
[in] piRtsSrc
The RealTimeStylus Class object that sent the notification.
[in] piTablet
The added tablet object.
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 RealTimeStylus Class 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 |