Share via


SERIAL_QUEUE_SIZES

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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

See Also

Reference

IOCTL_SERIAL_SET_QUEUE_SIZE