Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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) |