Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |