USB_UNICODE_NAME structure (usbuser.h)

The USB_UNICODE_NAME structure contains a Unicode string that specifies a symbolic link name.

Syntax

typedef struct _USB_UNICODE_NAME {
  ULONG Length;
  WCHAR String[1];
} USB_UNICODE_NAME, *PUSB_UNICODE_NAME;

Members

Length

The length, in bytes, of the string.

String[1]

A pointer to the string.

Requirements

Requirement Value
Header usbuser.h (include Usbuser.h)

See also

USB Structures