NVME_SET_ATTRIBUTES_ENTRY structure (nvme.h)
Contient des champs qui spécifient des informations pour la définition d’un attribut.
La structure NVM_SET_LIST contient un tableau de structures NVME_SET_ATTRIBUTES_ENTRY .
Syntaxe
typedef struct {
USHORT Identifier;
USHORT ENDGID;
ULONG Reserved1;
ULONG Random4KBReadTypical;
ULONG OptimalWriteSize;
UCHAR TotalCapacity[16];
UCHAR UnallocatedCapacity[16];
UCHAR Reserved2[80];
} NVME_SET_ATTRIBUTES_ENTRY, *PNVME_SET_ATTRIBUTES_ENTRY;
Membres
Identifier
Indique l’identificateur de l’attribut.
ENDGID
Reserved1
Champ réservé.
Random4KBReadTypical
OptimalWriteSize
Indique la taille d’écriture optimale.
TotalCapacity[16]
Indique la capacité totale.
UnallocatedCapacity[16]
Indique la capacité non allouée.
Reserved2[80]
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 10 |
En-tête | nvme.h |