Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains parameters for the Get Log Page command that returns a data buffer containing the requested log page.
This structure is used in the CDW11 field of the GETLOGPAGE parameter in the Command structure.
Syntax
typedef union {
struct {
ULONG NUMDU : 16;
ULONG LogSpecificIdentifier : 16;
} DUMMYSTRUCTNAME;
ULONG AsUlong;
} NVME_CDW11_GET_LOG_PAGE, *PNVME_CDW11_GET_LOG_PAGE;
Members
DUMMYSTRUCTNAME
DUMMYSTRUCTNAME.NUMDU
Specifies the number of Upper Dwords.
DUMMYSTRUCTNAME.LogSpecificIdentifier
A log specific identifier.
AsUlong
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 |
| Header | nvme.h |