unión NVME_CDW10_DATASET_MANAGEMENT (nvme.h)

Sintaxis

typedef union {
  struct {
    ULONG NR : 8;
    ULONG Reserved : 24;
  } DUMMYSTRUCTNAME;
  ULONG  AsUlong;
} NVME_CDW10_DATASET_MANAGEMENT, *PNVME_CDW10_DATASET_MANAGEMENT;

Members

DUMMYSTRUCTNAME

DUMMYSTRUCTNAME.NR

El campo Número de intervalos (NR) indica el número de conjuntos de intervalos de 16 bytes especificados en el comando. Este es un valor basado en 0.

DUMMYSTRUCTNAME.Reserved

AsUlong

Requisitos

   
Cliente mínimo compatible Windows 10
Encabezado nvme.h

Consulte también