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 the identifiers of streams that are currently open.
Syntax
typedef struct {
USHORT OpenStreamCount;
USHORT StreamIdentifiers[NVME_STREAMS_GET_STATUS_MAX_IDS];
} NVME_DIRECTIVE_STREAMS_GET_STATUS_DATA, *PNVME_DIRECTIVE_STREAMS_GET_STATUS_DATA;
Members
OpenStreamCount
The number of currently open streams.
StreamIdentifiers[NVME_STREAMS_GET_STATUS_MAX_IDS]
An array of stream IDs that indicate which streams are currently open.
The array is of size NVME_STREAMS_GET_STATUS_MAX_IDS.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 |
Header | nvme.h |