ASYNC_GETOUTQUECOUNT (69h) - Data Packet Format

┌──────────────────────────────────────────────────────┐
│Field                          Length     C Datatype  │
├──────────────────────────────────────────────────────┤
│Number of Characters Queued    WORD       USHORT      │
├──────────────────────────────────────────────────────┤
│Size of Transmit Queue         WORD       USHORT      │
└──────────────────────────────────────────────────────┘

Related C Data Structure

The RXQUEUE data structure can be used by C programmers.

To include this data structure in your file, make sure INCL_DOSDEVIOCTL is defined before you include OS2.H.


[Back: ASYNC_GETOUTQUECOUNT (69h) - Size of Transmit Queue]
[Next: ASYNC_GETOUTQUECOUNT (69h) - Returns]