// hidpi.h
typedef enum _HIDP_REPORT_TYPE {
HidP_Input,
HidP_Output,
HidP_Feature
} HIDP_REPORT_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
The HIDP_REPORT_TYPE enumeration type is used to specify a HID report type.
HidP_InputIndicates an input report.
HidP_OutputIndicates an output report.
HidP_FeatureIndicates a feature report.