unión NVME_CDW11_GET_LOG_PAGE (nvme.h)

Contiene parámetros para el comando Obtener página de registro que devuelve un búfer de datos que contiene la página de registro solicitada.

Esta estructura se usa en el campo CDW11 del parámetro GETLOGPAGE en la estructura Command .

Sintaxis

typedef union {
  struct {
    ULONG NUMDU : 16;
    ULONG LogSpecificIdentifier : 16;
  } DUMMYSTRUCTNAME;
  ULONG  AsUlong;
} NVME_CDW11_GET_LOG_PAGE, *PNVME_CDW11_GET_LOG_PAGE;

Miembros

DUMMYSTRUCTNAME

DUMMYSTRUCTNAME.NUMDU

Especifica el número de palabras Dwords superiores.

DUMMYSTRUCTNAME.LogSpecificIdentifier

Identificador específico del registro.

AsUlong

Requisitos

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

Consulte también