IOCTL_HID_SEND_IDLE_NOTIFICATION_REQUEST - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ni-hidport-ioctl_hid_send_idle_notification_request)

IOCTL_HID_SEND_IDLE_NOTIFICATION_REQUEST IOCTL

Description

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.

Parameters

Major code

Input buffer

Irp->IoStatus.Status is set to STATUS_SUCCESS if the request is successful. Otherwise, Status to the appropriate error condition as a NTSTATUS code.

Input buffer length

The size of a status code.

Output buffer

None.

Output buffer length

None.

Input/output buffer

Input/output buffer length

Status block

The bus or port driver sets Irp->IoStatus.Status to STATUS_SUCCESS or the appropriate error status.