NVME_CDW10_DATASET_MANAGEMENT union (nvme.h)

Syntax

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

Members

DUMMYSTRUCTNAME

DUMMYSTRUCTNAME.NR

The Number of Ranges (NR) field indicates the number of 16 byte range sets that are specified in the command. This is a 0’s based value.

DUMMYSTRUCTNAME.Reserved

AsUlong

Requirements

Requirement Value
Minimum supported client Windows 10
Header nvme.h

See also