NVME_CDW10_DIRECTIVE_SEND structure (nvme.h)

Contains parameters for the Directive Send command.

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

Syntax

typedef struct {
  ULONG NUMD;
} NVME_CDW10_DIRECTIVE_SEND, *PNVME_CDW10_DIRECTIVE_SEND;

Members

NUMD

Indicates the number of Dwords.

Requirements

Requirement Value
Minimum supported client Windows 10
Header nvme.h

See also