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

Syntax

typedef union {
  NVME_CDW12_FEATURE_HOST_MEMORY_BUFFER HostMemoryBuffer;
  ULONG                                 AsUlong;
} NVME_CDW12_FEATURES, *PNVME_CDW12_FEATURES;

Members

HostMemoryBuffer

Specifies an NVME_CDW12_FEATURE_HOST_MEMORY_BUFFER structure containing a value that indicates the size of the host memory buffer.

AsUlong

Requirements

Requirement Value
Minimum supported client Windows 10
Header nvme.h

See also