// ntddser.h
// CTL_CODE(0x001b, 0x00f, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define IOCTL_SERIAL_SET_XON 0x001B003C
View the official Windows Driver Kit DDI referenceNo description available.
The IOCTL_SERIAL_SET_XON request emulates the reception of a XON (transmit on) character, which restarts reception of data.
None.
None.
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.