struttura NVME_SET_ATTRIBUTES_ENTRY (nvme.h)
Contiene campi che specificano le informazioni per l'impostazione di un attributo.
La struttura NVM_SET_LIST contiene una matrice di strutture NVME_SET_ATTRIBUTES_ENTRY .
Sintassi
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;
Members
Identifier
Indica l'identificatore dell'attributo.
ENDGID
Reserved1
Un campo riservato.
Random4KBReadTypical
OptimalWriteSize
Indica le dimensioni di scrittura ottimali.
TotalCapacity[16]
Indica la capacità totale.
UnallocatedCapacity[16]
Indica la capacità non allocata.
Reserved2[80]
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 10 |
Intestazione | nvme.h |