IOCTL_UMDF_HID_GET_INPUT_REPORT - NtDoc

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

// CTL_CODE(0x000b, 0x017, METHOD_NEITHER, FILE_ANY_ACCESS)
#define IOCTL_UMDF_HID_GET_INPUT_REPORT 0x000B005F
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

IOCTL_UMDF_HID_GET_INPUT_REPORT IOCTL

Description

The IOCTL_UMDF_HID_GET_INPUT_REPORT control code returns an input report from a HIDClass device.

Parameters

Major code

Input buffer

A UMDF-based driver calls IWDFRequest::GetInputMemory to retrieve a memory buffer that contains the report ID of the collection.

Input buffer length

The size of the buffer retrieved by calling IWDFRequest::GetInputMemory.

Output buffer

A UMDF-based driver calls IWDFRequest::GetOutputMemory to retrieve a requester-allocated output buffer that it uses to return a feature report.

Output buffer length

The size of the buffer that is retrieved by calling IWDFIoRequest::GetOutputMemory.

Input/output buffer

Input/output buffer length

Status block

HID minidrivers that carry out the I/O to the device must also:

See also

IOCTL_HID_GET_INPUT_REPORT

IOCTL_UMDF_HID_SET_OUTPUT_REPORT