USBFN_USB_STRING - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-usbfnbase-_usbfn_usb_string)

_USBFN_USB_STRING structure

Description

Describes a USB string descriptor and the associated string index.

Members

StringIndex

The string index.

UsbString

Pointer to the string.

See also

IOCTL_INTERNAL_USBFN_REGISTER_USB_STRING