IStylusPlugin::StylusButtonDown method (rtscom.h)
Notifies the implementing plug-in that the user is pressing a stylus button.
Syntax
HRESULT StylusButtonDown(
[in] IRealTimeStylus *piRtsSrc,
[in] STYLUS_ID sid,
[in] const GUID *pGuidStylusButton,
[in, out] POINT *pStylusPos
);
Parameters
[in] piRtsSrc
The RealTimeStylus Class object that sent the notification.
[in] sid
Security identifier.
[in] pGuidStylusButton
The GUID-type identifier for the stylus button data. The GUID indicates the unique identifier for this data object.
[in, out] pStylusPos
A StylusInfo Structure containing the information about the RealTimeStylus Class object that is associated with the stylus.
Return value
For a description of return values, see RealTimeStylus Classes and Interfaces.
Remarks
This notification is used to when the stylus button is down and the stylus is in 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 |