NVME_CDW12_DIRECTIVE_SEND union (nvme.h)

Contains a parameter for enabling a directive for the Directive Send command.

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

Syntax

typedef union {
  NVME_CDW12_DIRECTIVE_SEND_IDENTIFY_ENABLE_DIRECTIVE EnableDirective;
  ULONG                                               AsUlong;
} NVME_CDW12_DIRECTIVE_SEND;

Members

EnableDirective

A NVME_CDW12_DIRECTIVE_SEND_IDENTIFY_ENABLE_DIRECTIVE structure that specifies the directive type and whether it is enabled.

AsUlong

Requirements

Requirement Value
Minimum supported client Windows 10
Header nvme.h

See also