NVME_CDW11_DIRECTIVE_RECEIVE union (nvme.h)
Contains parameters for the Directive Receive command.
This structure is used as the value of the CDW11 parameter in the DIRECTIVERECEIVE field of the Command structure.
Syntax
typedef union {
struct {
ULONG DOPER : 8;
ULONG DTYPE : 8;
ULONG DSPEC : 16;
} DUMMYSTRUCTNAME;
ULONG AsUlong;
} NVME_CDW11_DIRECTIVE_RECEIVE, *PNVME_CDW11_DIRECTIVE_RECEIVE;
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 |