USBFN_USB_STRING structure (usbfnbase.h)

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

See also

IOCTL_INTERNAL_USBFN_REGISTER_USB_STRING