HIDP_REPORT_TYPE
Other versions of this page are also available for the following:
8/28/2008
This enumeration specifies a HID report type.
Syntax
typedef enum _HIDP_REPORT_TYPE {
HidP_Input,
HidP_Output,
HidP_Feature
} HIDP_REPORT_TYPE;
Elements
- HidP_Input
Input report indicator.
- HidP_Output
Output report indicator.
- HidP_Feature
Feature report indicator.
Requirements
Header | hidpi.h |
Windows Embedded CE | Windows CE .NET 4.2 and later |