NVME_CDW14_FEATURES union (nvme.h)
Contains parameters for the Set Features command that sets the attributes of the specified feature.
This structure is used in the CDW14 parameter of the SETFEATURES field in the Command structure.
Syntax
typedef union {
NVME_CDW14_FEATURE_HOST_MEMORY_BUFFER HostMemoryBuffer;
ULONG AsUlong;
} NVME_CDW14_FEATURES, *PNVME_CDW14_FEATURES;
Members
HostMemoryBuffer
Specifies an NVME_CDW14_FEATURE_HOST_MEMORY_BUFFER structure containing a value that specifies the upper 32 bits of the physical location of the Host Memory Descriptor List.
AsUlong
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 |
Header | nvme.h |