Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |