NVME_DIRECTIVE_IDENTIFY_RETURN_PARAMETERS_DESCRIPTOR structure (nvme.h)

Contains values that describe return parameters for the Identify Directive.

This structure is used in the DirectivesSupported and DirectivesEnabled parameters of the NVME_DIRECTIVE_IDENTIFY_RETURN_PARAMETERS structure.

Syntax

typedef struct {
  UCHAR Identify : 1;
  UCHAR Streams : 1;
  UCHAR Reserved0 : 6;
  UCHAR Reserved1[31];
} NVME_DIRECTIVE_IDENTIFY_RETURN_PARAMETERS_DESCRIPTOR, *PNVME_DIRECTIVE_IDENTIFY_RETURN_PARAMETERS_DESCRIPTOR;

Members

Identify

The return parameter is an NVME_DIRECTIVE_TYPE_IDENTIFY, a directive for an Identify operation.

Streams

The return parameter is an NVME_DIRECTIVE_TYPE_STREAMS, a directive for a Streams operation.

Reserved0

Reserved1[31]

Requirements

Requirement Value
Minimum supported client Windows 10
Header nvme.h

See also