estructura NVM_SET_LIST (nvme.h)

Contiene una matriz de entradas para el comando NvME Set Attributes.

Sintaxis

typedef struct {
  UCHAR                     IdentifierCount;
  UCHAR                     Reserved[127];
  NVME_SET_ATTRIBUTES_ENTRY Entry[ANYSIZE_ARRAY];
} NVM_SET_LIST, *PNVM_SET_LIST;

Miembros

IdentifierCount

Número de identificadores de la entrada.

Reserved[127]

Entry[ANYSIZE_ARRAY]

Matriz de estructuras de NVME_SET_ATTRIBUTES_ENTRY que especifican los valores de atributo que va a establecer la lista de conjuntos.

Requisitos

Requisito Value
Cliente mínimo compatible Windows 10
Encabezado nvme.h