SERIAL_QUEUE_SIZES (Windows Embedded CE 6.0)
1/6/2010
This structure specifies the size of the input and output queues. Executing IOCTL_SERIAL_SET_QUEUE_SIZE populates this structure.
Syntax
typedef struct _SERIAL_QUEUE_SIZES {
DWORD cbInQueue;
DWORD cbOutQueue;
} SERIAL_QUEUE_SIZES, *PSERIAL_QUEUE_SIZES;
Members
- cbInQueue
Number of bytes requested for the input queue.
- cbOutQueue
Number of bytes requested for the output queue.
Requirements
Header | pegdser.h |
Windows Embedded CE | Windows CE 1.0 and later |