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

Syntax

typedef union {
  NVME_CDW15_FEATURE_HOST_MEMORY_BUFFER HostMemoryBuffer;
  ULONG                                 AsUlong;
} NVME_CDW15_FEATURES, *PNVME_CDW15_FEATURES;

Members

HostMemoryBuffer

Specifies an NVME_CDW15_FEATURE_HOST_MEMORY_BUFFER structure containing a value that specifies the number of entries in the Host Memory Descriptor List.

AsUlong

Requirements

Requirement Value
Minimum supported client Windows 10
Header nvme.h

See also