IOCTL_HID_GET_MS_GENRE_DESCRIPTOR - NtDoc

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

// CTL_CODE(0x000b, 0x079, METHOD_OUT_DIRECT, FILE_ANY_ACCESS)
#define IOCTL_HID_GET_MS_GENRE_DESCRIPTOR 0x000B01E6
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

IOCTL_HID_GET_MS_GENRE_DESCRIPTOR IOCTL

Description

The IOCTL_HID_GET_MS_GENRE_DESCRIPTOR request is used for retrieving the _Genre_ Microsoft OS 1.0 feature descriptor for the device. This descriptor is being considered for future versions of Windows, and no specification is currently available.

Parameters

Major code

Input buffer

The Parameters.DeviceIoControl.OutputBufferLength member specifies the size, in bytes, of a requester-allocated output buffer.

Input buffer length

Output 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.

Output buffer length

The size of a status code.

Input/output buffer

Input/output buffer length

Status block

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