// ntddser.h
// CTL_CODE(0x001b, 0x004, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define IOCTL_SERIAL_SET_BREAK_ON 0x001B0010
View the official Windows Driver Kit DDI referenceNo description available.
The IOCTL_SERIAL_SET_BREAK_ON request sets the line control break signal active.
To set the line control break signal inactive, a client can use an IOCTL_SERIAL_SET_BREAK_OFF request.
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.