Receive/Transmit Queue Information data structure.
typedef struct _RXQUEUE { USHORT cch; /* Number of characters in the queue. */ USHORT cb; /* Size of receive/transmit queue. */ } RXQUEUE; typedef RXQUEUE * PRXQUEUE ;