// ntddser.h
// CTL_CODE(0x001b, 0x00d, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define IOCTL_SERIAL_CLR_RTS 0x001B0034
View the official Windows Driver Kit DDI referenceNo description available.
The IOCTL_SERIAL_CLR_RTS request clears the request to send (RTS) control signal.
To set RTS, a client can use an IOCTL_SERIAL_SET_RTS request.
If the handshake flow control of the device is configured to automatically use RTS, a client cannot clear or set RTS.
None.
None.
None.
None.
The Information member is set to zero.