IOCTL_HID_GET_POLL_FREQUENCY_MSEC - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// hidclass.h

// CTL_CODE(0x000b, 0x066, METHOD_BUFFERED, FILE_ANY_ACCESS)
#define IOCTL_HID_GET_POLL_FREQUENCY_MSEC 0x000B0198
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ni-hidclass-ioctl_hid_get_poll_frequency_msec)

IOCTL_HID_GET_POLL_FREQUENCY_MSEC IOCTL

Description

The IOCTL_HID_GET_POLL_FREQUENCY_MSEC request obtains the current polling frequency, in milliseconds, of a top-level collection.

For general information about HIDClass devices, see HID Collections.

Parameters

Major code

Input buffer

Parameters.DeviceIoControl.OutputBufferLength in the I/O stack location of the IRP indicates the size, in bytes, of the output buffer, which must be >= sizeof(ULONG).

Input buffer length

Greater than or equal to sizeof(ULONG).

Output buffer

Irp->AssociatedIrp.SystemBuffer points to a buffer that will receive the polling frequency.

Output buffer length

Input/output buffer

Input/output buffer length

Status block

The HID class driver sets the following fields of Irp->IoStatus:

See also

IOCTL_HID_SET_POLL_FREQUENCY_MSEC