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.
Describes a USB string descriptor and the associated string index.
Syntax
typedef struct _USBFN_USB_STRING {
UINT8 StringIndex;
WCHAR UsbString[MAX_USB_STRING_LENGTH];
} USBFN_USB_STRING, *PUSBFN_USB_STRING;
Members
StringIndex
The string index.
UsbString[MAX_USB_STRING_LENGTH]
Pointer to the string.
Requirements
Requirement | Value |
---|---|
Header | usbfnbase.h |