Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
This enumeration defines the types of strings that can be obtained from a HID device.
Syntax
typedef enum _HID_STRING_TYPE {
HID_STRING_INDEXED = 0,
HID_STRING_ID_IMANUFACTURER,
HID_STRING_ID_IPRODUCT,
HID_STRING_ID_ISERIALNUMBER,
HID_STRING_MAX
} HID_STRING_TYPE;
Elements
- HID_STRING_INDEXED
String index.
- HID_STRING_ID_IMANUFACTURER
Manufacturer identifer.
- HID_STRING_ID_IPRODUCT
Product identifer.
- HID_STRING_ID_ISERIALNUMBER
Serial number.
- HID_STRING_MAX
Placeholder.
Requirements
Header |
hiddi.h |