NVME_CDW11_DIRECTIVE_SEND union (nvme.h)
Contains parameters for the Directive Send command.
This structure is used as the value of the CDW11 parameter in the DIRECTIVESEND field of the Command structure.
Syntax
typedef union {
struct {
ULONG DOPER : 8;
ULONG DTYPE : 8;
ULONG DSPEC : 16;
} DUMMYSTRUCTNAME;
ULONG AsUlong;
} NVME_CDW11_DIRECTIVE_SEND, *PNVME_CDW11_DIRECTIVE_SEND;
Members
DUMMYSTRUCTNAME
DUMMYSTRUCTNAME.DOPER
The directive operation.
DUMMYSTRUCTNAME.DTYPE
The directive type.
DUMMYSTRUCTNAME.DSPEC
A directive specific value.
AsUlong
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 |
Header | nvme.h |