Share via


SERIAL_QUEUE_SIZES (Compact 2013)

3/26/2014

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

See Also

Reference

Serial Port Driver Structures
IOCTL_SERIAL_SET_QUEUE_SIZE