IStylusPlugin::TabletAdded method (rtscom.h)

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

See also

IStylusAsyncPlugin

IStylusPlugin Interface

IStylusPlugin::TabletRemoved Method

IStylusSyncPlugin