NVME_CDW11_DIRECTIVE_SEND union (nvme.h)
包含指示詞傳送命令的參數。
這個結構會當做 COMMAND 結構的 DIRECTIVESEND 欄位中 CDW11 參數的值使用。
語法
typedef union {
struct {
ULONG DOPER : 8;
ULONG DTYPE : 8;
ULONG DSPEC : 16;
} DUMMYSTRUCTNAME;
ULONG AsUlong;
} NVME_CDW11_DIRECTIVE_SEND, *PNVME_CDW11_DIRECTIVE_SEND;
成員
DUMMYSTRUCTNAME
DUMMYSTRUCTNAME.DOPER
指示詞作業。
DUMMYSTRUCTNAME.DTYPE
指示詞類型。
DUMMYSTRUCTNAME.DSPEC
指示詞特定值。
AsUlong
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 10 |
標頭 | nvme.h |