NVME_CDW10_DIRECTIVE_RECEIVE structure (nvme.h)

Contains parameters for the Directive Receive command.

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

Syntax

typedef struct {
  ULONG NUMD;
} NVME_CDW10_DIRECTIVE_RECEIVE, *PNVME_CDW10_DIRECTIVE_RECEIVE;

Members

NUMD

Indicates the number of Dwords.

Requirements

Requirement Value
Minimum supported client Windows 10
Header nvme.h

See also