msos2.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
RXQUEUE (1.2)
                                                      Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_DOSDEVIOCTL
 
typedef struct _RXQUEUE {    /* rxq */
    USHORT cch;
    USHORT cb;
} RXQUEUE;
 
The RXQUEUE structure contains the number of characters in the queue and the
size of the queue.
 
Field  Description
────────────────────────────────────────────────────────────────────────────
 
cch    Specifies the number of characters received or to be transmitted in
       the device-driver queue.
 
cb     Specifies the size of the queue (in bytes).
 
See Also
 
ASYNC_GETINQUECOUNT, ASYNC_GETOUTQUECOUNT