struttura USB_UNICODE_NAME (usbuser.h)

La struttura USB_UNICODE_NAME contiene una stringa Unicode che specifica un nome di collegamento simbolico.

Sintassi

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

Members

Length

Lunghezza, in byte, della stringa.

String[1]

Puntatore alla stringa.

Requisiti

Requisito Valore
Intestazione usbuser.h (include Usbuser.h)

Vedi anche

Strutture USB