// ntddser.h
// CTL_CODE(0x001b, 0x024, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define IOCTL_SERIAL_CLEAR_STATS 0x001B0090
View the official Windows Driver Kit DDI referenceNo description available.
The IOCTL_SERIAL_CLEAR_STATS request clears the performance statistics for a serial device.
To obtain the performance statistics, a client can use an IOCTL_SERIAL_GET_STATS request.
None.
None.
None.
None.
The Information field is set to zero.
The Status field is set to one of the Generic Status Values for Serial Device Control Requests.