_QSB

include vcomm.inc

_QSB    STRUC
ReceiveQueueGetPtr      DD  ?
ReceiveQueueCount       DD  ?
_QSB    ENDS
 

Contains information about the receive queue. This structure is filled by the _VCOMM_SetupComm service.

Members

ReceiveQueueGetPtr
Offset, relative to the start of the queue, of the first byte of data.
ReceiveQueueCount
Number of bytes in the queue.

See Also

_VCOMM_SetupComm