包含指令发送命令的参数。
此结构用作 Command 结构的 DIRECTIVESEND 字段中 CDW11 参数的值。
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
指令作。
DUMMYSTRUCTNAME.DTYPE
指令类型。
DUMMYSTRUCTNAME.DSPEC
指令特定值。
AsUlong
要求
| Requirement | 价值 |
|---|---|
| 最低支持的客户端 | Windows 10操作系统 |
| Header | nvme.h |