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.
This enumeration defines the types of strings that can be obtained from a HID device.
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
OS Versions: Windows CE .NET 4.2 and later.
Header: Hiddi.h.
Send Feedback on this topic to the authors