IStylusPlugin::StylusButtonUp method (rtscom.h)

Notifies the implementing plug-in that the user has released a stylus button.

Syntax

HRESULT StylusButtonUp(
  [in]      IRealTimeStylus *piRtsSrc,
  [in]      STYLUS_ID       sid,
  [in]      const GUID      *pGuidStylusButton,
  [in, out] POINT           *pStylusPos
);

Parameters

[in] piRtsSrc

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

[in] sid

Security identifier.

[in] pGuidStylusButton

The globally unique identifier (GUID) for the stylus button data.

[in, out] pStylusPos

AStylusInfo Structure containing the information about the RTS that is associated with the stylus.

Return value

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

Remarks

The stylus button is no longer 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

See also

IStylusAsyncPlugin

IStylusPlugin Interface

IStylusPlugin::StylusButtonDown Method

IStylusSyncPlugin