WSMAN_STREAM_ID_SET structure (wsman.h)
Lists all the streams that are used for either input or output for the shell and commands.
Syntax
typedef struct _WSMAN_STREAM_ID_SET {
DWORD streamIDsCount;
PCWSTR *streamIDs;
} WSMAN_STREAM_ID_SET;
Members
streamIDsCount
Defines the number of stream IDs in streamIDs.
streamIDs
Specifies an array of stream IDs.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 |
Minimum supported server | Windows Server 2008 R2 |
Header | wsman.h |
Redistributable | Windows Management Framework on Windows Server 2008 with SP2, Windows Vista with SP1, and Windows Vista with SP2 |