Nota
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tidħol jew tibdel id-direttorji.
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tibdel id-direttorji.
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 |