Skip to content

Latest commit

 

History

History
108 lines (76 loc) · 4.38 KB

nf-rtscom-irealtimestylus-addcustomstylusdatatoqueue.md

File metadata and controls

108 lines (76 loc) · 4.38 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
NF:rtscom.IRealTimeStylus.AddCustomStylusDataToQueue
IRealTimeStylus::AddCustomStylusDataToQueue (rtscom.h)
Adds custom data to the specified queue of the RealTimeStylus Class object.
9d216853-9103-4027-a724-f35d84553a9b
AddCustomStylusDataToQueue
AddCustomStylusDataToQueue method [Tablet PC]
AddCustomStylusDataToQueue method [Tablet PC]
IRealTimeStylus interface
IRealTimeStylus interface [Tablet PC]
AddCustomStylusDataToQueue method
IRealTimeStylus.AddCustomStylusDataToQueue
IRealTimeStylus::AddCustomStylusDataToQueue
rtscom/IRealTimeStylus::AddCustomStylusDataToQueue
tablet.irealtimestylus_addcustomstylusdatatoqueue
tablet\irealtimestylus_addcustomstylusdatatoqueue.htm
tablet
9d216853-9103-4027-a724-f35d84553a9b
12/05/2018
9d216853-9103-4027-a724-f35d84553a9b, AddCustomStylusDataToQueue, AddCustomStylusDataToQueue method [Tablet PC], AddCustomStylusDataToQueue method [Tablet PC],IRealTimeStylus interface, IRealTimeStylus interface [Tablet PC],AddCustomStylusDataToQueue method, IRealTimeStylus.AddCustomStylusDataToQueue, IRealTimeStylus::AddCustomStylusDataToQueue, rtscom/IRealTimeStylus::AddCustomStylusDataToQueue, tablet.irealtimestylus_addcustomstylusdatatoqueue
rtscom.h
Windows
Windows XP Tablet PC Edition [desktop apps only]
None supported
RTSCom.dll
Windows
19H1
IRealTimeStylus::AddCustomStylusDataToQueue
rtscom/IRealTimeStylus::AddCustomStylusDataToQueue
c++
APIRef
kbSyntax
COM
RTSCom.dll
IRealTimeStylus.AddCustomStylusDataToQueue

IRealTimeStylus::AddCustomStylusDataToQueue

-description

Adds custom data to the specified queue of the RealTimeStylus Class object.

-parameters

-param sq [in]

The StylusQueue Enumeration specifying the stylus queue to which to add the custom data.

-param pGuidId [in]

The GUID for the data to add to the queue specified in sq.

-param cbData [in]

The size, in chars, of the data that pbData points to and which is to be added to the specified queue.

-param pbData [in]

The custom data to add to the specified queue. May not be NULL.

-returns

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

-remarks

Specify which queue to add the data to with the sq parameter. Identify the data by using its GUID.

The sq parameter specifies where to add the custom data. It specifies adding the custom data as one of the following:

  • The next packet to be processed in the Input queue.
  • A packet to be added to the output queue before the packet currently being processed.
  • A packet to be added to the output queue after the packet currently being processed in the queue.
When data is added to the input queue, it is automatically added to the output queue. The order of the inserted data can only be controlled on the output queue by passing AsyncStylusQueueImmediate in the sq parameter.

The GUID can be used by objects other than plug-ins and real time styluses to add customized information to the queue. This method can be called from any object that has a reference to the RealTimeStylus Class object. The calling object does not have to be a plug-in.

IRealTimeStylus::AddCustomStylusDataToQueue Method enables you to add functionality, such as selection and erase.

-see-also

DynamicRenderer Class

IRealTimeStylus

RealTimeStylus Class

StylusQueue Enumeration