// ntddser.h
// CTL_CODE(0x001b, 0x00a, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define IOCTL_SERIAL_CLR_DTR 0x001B0028
View the official Windows Driver Kit DDI referenceNo description available.
The IOCTL_SERIAL_CLR_DTR request clears the data terminal ready (DTR) control signal.
To set DTR, a client can use an IOCTL_SERIAL_SET_DTR request.
If the handshake flow control of the device is configured to automatically use DTR, a client cannot clear or set DTR.
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. A status of STATUS_INVALID_PARAMETER indicates that the handshake flow control of the device is set to automatically use DTR.