Compartir a través de


estructura NVM_SET_LIST (nvme.h)

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

Syntax

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

Members

IdentifierCount

Número de identificadores de la entrada.

Reserved[127]

Entry[ANYSIZE_ARRAY]

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

Requisitos

Requirement Importancia
Cliente mínimo compatible Windows 10
Header nvme.h