Condividi tramite


struttura UFS_STRING_DESCRIPTOR (ufs.h)

La struttura UFS_STRING_DESCRIPTOR descrive il nome del produttore, il nome del prodotto, l'ID OEM o il numero di serie come stringa.

Sintassi

typedef struct _UFS_STRING_DESCRIPTOR {
  UCHAR bLength;
  UCHAR bDescriptorIDN;
  WCHAR String[UFS_MAX_UNICODE_STRING_LEN];
} UFS_STRING_DESCRIPTOR, *PUFS_STRING_DESCRIPTOR;

Membri

bLength

Specifica la lunghezza, in byte, di questo descrittore.

bDescriptorIDN

Specifica il tipo del descrittore. Questo descrittore avrà un valore di UFS_DESC_STRING_IDN.

String[UFS_MAX_UNICODE_STRING_LEN]

Contiene il nome del produttore, il nome del prodotto, l'ID OEM o il numero di serie come stringa.

Fabbisogno

Requisito Valore
client minimo supportato Windows 10, versione 1709
server minimo supportato Windows Server 2016
intestazione ufs.h