NVME_DIRECTIVE_SEND_IDENTIFY_OPERATIONS enumeration (nvme.h)

Contains a value that specifies a directive type sent to an Identify operation.

Syntax

typedef enum {
  NVME_DIRECTIVE_SEND_IDENTIFY_OPERATION_ENABLE_DIRECTIVE
} NVME_DIRECTIVE_SEND_IDENTIFY_OPERATIONS;

Constants

 
NVME_DIRECTIVE_SEND_IDENTIFY_OPERATION_ENABLE_DIRECTIVE
Indicates whether to send an enable directive to an Identify operation.

Remarks

Use this enumeration to specify values in the DTYPE member of the NVME_CDW11_DIRECTIVE_SEND structure.

Requirements

Requirement Value
Minimum supported client Windows 10
Header nvme.h

See also

NVME_CDW11_DIRECTIVE_SEND