NVME_COMPLETION_DW0_DIRECTIVE_RECEIVE_STREAMS_ALLOCATE_RESOURCES structure (nvme.h)
Contains information about the number of allocated stream resources in a Directive Receive command.
This structure is posted to the Admin Completion Queue in the DW0 field of the NVME_COMPLETION_ENTRY.
Syntax
typedef struct {
struct {
ULONG NSA : 16;
ULONG Reserved : 16;
} DUMMYSTRUCTNAME;
ULONG AsUlong;
} NVME_COMPLETION_DW0_DIRECTIVE_RECEIVE_STREAMS_ALLOCATE_RESOURCES, *PNVME_COMPLETION_DW0_DIRECTIVE_RECEIVE_STREAMS_ALLOCATE_RESOURCES;
Members
DUMMYSTRUCTNAME
DUMMYSTRUCTNAME.NSA
The number of allocated Namespace Streams.
DUMMYSTRUCTNAME.Reserved
AsUlong
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 |
Header | nvme.h |