HIDP_REPORT_TYPE - NtDoc

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

typedef enum _HIDP_REPORT_TYPE {
  HidP_Input,
  HidP_Output,
  HidP_Feature
} HIDP_REPORT_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-hidpi-_hidp_report_type)

_HIDP_REPORT_TYPE enumeration

Description

The HIDP_REPORT_TYPE enumeration type is used to specify a HID report type.

Constants

HidP_Input

Indicates an input report.

HidP_Output

Indicates an output report.

HidP_Feature

Indicates a feature report.

See also