// ntddser.h
// CTL_CODE(0x001b, 0x019, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define IOCTL_SERIAL_SET_HANDFLOW 0x001B0064
View the official Windows Driver Kit DDI referenceNo description available.
The IOCTL_SERIAL_SET_HANDFLOW request sets the configuration of handshake flow control. The serial controller driver verifies the specified handshake flow control information.
To obtain handshake flow control information, a client can use an IOCTL_SERIAL_GET_HANDFLOW request.
For more information about settings for handshake flow control, see SERIAL_HANDFLOW.
The AssociatedIrp.SystemBuffer member points to a client-allocated SERIAL_HANDFLOW structure that is used to input the handshake flow control information.
The Parameters.DeviceIoControl.InputBufferLength member is set to the size, in bytes, of a SERIAL_HANDFLOW structure.
None.
None.
The Information member is set to zero.
The Status member is set to one of the Generic Status Values for Serial Device Control Requests. A status of STATUS_INVALID_PARAMETER indicates the specified handshake flow control is not valid.