NVM_SET_LIST structure (nvme.h)
Contains an array of entries for the NVME Set Attributes command.
Syntax
typedef struct {
UCHAR IdentifierCount;
UCHAR Reserved[127];
NVME_SET_ATTRIBUTES_ENTRY Entry[ANYSIZE_ARRAY];
} NVM_SET_LIST, *PNVM_SET_LIST;
Members
IdentifierCount
The number of identifiers in the entry.
Reserved[127]
Entry[ANYSIZE_ARRAY]
An array of NVME_SET_ATTRIBUTES_ENTRY structures that specify attribute values to be set by the set list.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 |
Header | nvme.h |