struttura NVM_SET_LIST (nvme.h)
Contiene una matrice di voci per il comando NVME Set Attributes .
Sintassi
typedef struct {
UCHAR IdentifierCount;
UCHAR Reserved[127];
NVME_SET_ATTRIBUTES_ENTRY Entry[ANYSIZE_ARRAY];
} NVM_SET_LIST, *PNVM_SET_LIST;
Members
IdentifierCount
Numero di identificatori nella voce.
Reserved[127]
Entry[ANYSIZE_ARRAY]
Matrice di strutture NVME_SET_ATTRIBUTES_ENTRY che specificano i valori degli attributi da impostare dall'elenco di set.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 10 |
Intestazione | nvme.h |