// hidport.h
// CTL_CODE(0x000b, 0x00a, METHOD_NEITHER, FILE_ANY_ACCESS)
#define IOCTL_HID_SEND_IDLE_NOTIFICATION_REQUEST 0x000B002B
View the official Windows Driver Kit DDI referenceNo description available.
The IOCTL_HID_SEND_IDLE_NOTIFICATION_REQUEST control code is the IOCTL of the idle notification request IRP that HIDClass sends to HID mini drivers, such as HIDUSB, to inform the bus driver that the device is now idle.
For general information about HIDClass devices, see HID Collections.
Irp->IoStatus.Status is set to STATUS_SUCCESS if the request is successful. Otherwise, Status to the appropriate error condition as a NTSTATUS code.
The size of a status code.
None.
None.
The bus or port driver sets Irp->IoStatus.Status to STATUS_SUCCESS or the appropriate error status.