// usbfnbase.h
typedef struct _USBFN_USB_STRING {
UINT8 StringIndex;
WCHAR UsbString[MAX_USB_STRING_LENGTH];
} USBFN_USB_STRING, *PUSBFN_USB_STRING;
View the official Windows Driver Kit DDI referenceNo description available.
Describes a USB string descriptor and the associated string index.
StringIndexThe string index.
UsbStringPointer to the string.
IOCTL_INTERNAL_USBFN_REGISTER_USB_STRING