estructura NVME_DIRECTIVE_IDENTIFY_RETURN_PARAMETERS (nvme.h)

Contiene campos que describen los parámetros devueltos para la directiva De identificación.

Sintaxis

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;

Miembros

DirectivesSupported

Estructura NVME_DIRECTIVE_IDENTIFY_RETURN_PARAMETERS_DESCRIPTOR que contiene valores que indican qué directivas se admiten.

DirectivesEnabled

Estructura NVME_DIRECTIVE_IDENTIFY_RETURN_PARAMETERS_DESCRIPTOR que contiene valores que indican qué directivas están habilitadas.

Comentarios

Esta estructura de datos tiene un tamaño de 4 KB.

Requisitos

Requisito Value
Cliente mínimo compatible Windows 10
Encabezado nvme.h

Consulte también