NVME_CDW12_DIRECTIVE_RECEIVE_STREAMS_ALLOCATE_RESOURCES union (nvme.h)
Contains a parameter for requesting namespace streams that is used for allocating stream resources in the Directive Receive command.
This structure is used as the value of the AllocateResources field in the NVME_CDW12_DIRECTIVE_RECEIVE structure.
Syntax
typedef union {
struct {
ULONG NSR : 16;
ULONG Reserved : 16;
} DUMMYSTRUCTNAME;
ULONG AsUlong;
} NVME_CDW12_DIRECTIVE_RECEIVE_STREAMS_ALLOCATE_RESOURCES, *PNVME_CDW12_DIRECTIVE_RECEIVE_STREAMS_ALLOCATE_RESOURCES;
Members
DUMMYSTRUCTNAME
DUMMYSTRUCTNAME.NSR
Specifies the number of namespace streams requested.
DUMMYSTRUCTNAME.Reserved
AsUlong
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 |
Header | nvme.h |