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.
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) |