Skip to content

Latest commit

 

History

History
84 lines (62 loc) · 3.3 KB

nn-rtscom-irealtimestylus.md

File metadata and controls

84 lines (62 loc) · 3.3 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NN:rtscom.IRealTimeStylus
IRealTimeStylus (rtscom.h)
Handles the stylus packet data from a digitizer in real time.
IRealTimeStylus
IRealTimeStylus interface [Tablet PC]
IRealTimeStylus interface [Tablet PC]
described
bfd13012-decf-423a-bc1a-39fb9b0eb64e
rtscom/IRealTimeStylus
tablet.irealtimestylus
tablet\irealtimestylus.htm
tablet
bfd13012-decf-423a-bc1a-39fb9b0eb64e
12/05/2018
IRealTimeStylus, IRealTimeStylus interface [Tablet PC], IRealTimeStylus interface [Tablet PC],described, bfd13012-decf-423a-bc1a-39fb9b0eb64e, rtscom/IRealTimeStylus, tablet.irealtimestylus
rtscom.h
Windows
Windows XP Tablet PC Edition [desktop apps only]
None supported
RTSCom.dll
Windows
19H1
IRealTimeStylus
rtscom/IRealTimeStylus
c++
APIRef
kbSyntax
COM
RTSCom.dll
IRealTimeStylus

IRealTimeStylus interface

-description

Handles the stylus packet data from a digitizer in real time.

-inheritance

The IRealTimeStylus interface inherits from the IUnknown interface. IRealTimeStylus also has these types of members:

-remarks

This interface is implemented by the RealTimeStylus Class.

Extensibility is provided through synchronous and asynchronous plug-in models, using the IStylusSyncPlugin and IStylusAsyncPlugin interfaces respectively to conduct custom processing. Use asynchronous plug-ins for computationally intense operations to avoid blocking the packet stream.

We recommend that you do not use the IStylusSyncPlugin interface implementations for CPU and time-intensive operations since this blocks the packet stream flow. These operations should be conducted in IStylusAsyncPlugin interface implementation classes which run on a different thread than the thread that maintains the packet stream flow.

Note  The synchronous and asynchronous plug-in collections on the RealTimeStylus Class can be modified without disabling and then re-enabling the RealTimeStylus Class object.
 

-see-also

DynamicRenderer Class

RealTimeStylus Class

RealTimeStylus Classes and Interfaces

RealTimeStylus Reference