NVME_DIRECTIVE_IDENTIFY_RETURN_PARAMETERS structure (nvme.h)

Contains fields that describe return parameters for the Identify Directive.

Syntax

typedef struct {
  NVME_DIRECTIVE_IDENTIFY_RETURN_PARAMETERS_DESCRIPTOR DirectivesSupported;
  NVME_DIRECTIVE_IDENTIFY_RETURN_PARAMETERS_DESCRIPTOR DirectivesEnabled;
} NVME_DIRECTIVE_IDENTIFY_RETURN_PARAMETERS, *PNVME_DIRECTIVE_IDENTIFY_RETURN_PARAMETERS;

Members

DirectivesSupported

A NVME_DIRECTIVE_IDENTIFY_RETURN_PARAMETERS_DESCRIPTOR structure containing values that indicate which directives are supported.

DirectivesEnabled

A NVME_DIRECTIVE_IDENTIFY_RETURN_PARAMETERS_DESCRIPTOR structure containing values that indicate which directives are enabled.

Remarks

This data structure is 4KB in size.

Requirements

Requirement Value
Minimum supported client Windows 10
Header nvme.h

See also