// hidclass.h
// CTL_CODE(0x000b, 0x065, METHOD_NEITHER, FILE_ANY_ACCESS)
#define IOCTL_HID_FLUSH_QUEUE 0x000B0197
View the official Windows Driver Kit DDI referenceNo description available.
The IOCTL_HID_FLUSH_QUEUE request dequeues all of the unparsed input reports from a top-level collection's input report queue.
For general information about HIDClass devices, see HID Collections.
None.
None.
None.
None.
The HID class driver sets the Status member of Irp->IoStatus to STATUS_SUCCESS if the transfer completed without error. Otherwise, it is set to an appropriate NTSTATUS error code.