NVME_CDW12_DIRECTIVE_RECEIVE union (nvme.h)

Contains a parameter for allocating stream resources for the Directive Receive command.

This structure is used as the value of the CDW12 parameter in the DIRECTIVERECEIVE field of the Command structure.

Syntax

typedef union {
  NVME_CDW12_DIRECTIVE_RECEIVE_STREAMS_ALLOCATE_RESOURCES AllocateResources;
  ULONG                                                   AsUlong;
} NVME_CDW12_DIRECTIVE_RECEIVE;

Members

AllocateResources

A NVME_CDW12_DIRECTIVE_RECEIVE_STREAMS_ALLOCATE_RESOURCES structure that specifies the number of namespace streams requested.

AsUlong

Requirements

Requirement Value
Minimum supported client Windows 10
Header nvme.h

See also