NVME_CDW13_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 CDW13 parameter of the SETFEATURES field in the Command structure.

Syntax

typedef union {
  NVME_CDW13_FEATURE_HOST_MEMORY_BUFFER HostMemoryBuffer;
  ULONG                                 AsUlong;
} NVME_CDW13_FEATURES, *PNVME_CDW13_FEATURES;

Members

HostMemoryBuffer

Specifies an NVME_CDW13_FEATURE_HOST_MEMORY_BUFFER structure containing a value that specifies the lower 32 bits of the physical location of the Host Memory Descriptor List.

AsUlong

Requirements

Requirement Value
Minimum supported client Windows 10
Header nvme.h

See also