WSMAN_RESPONSE_DATA union (wsman.h)
Represents the output data received from a WSMan operation.
Syntax
typedef union _WSMAN_RESPONSE_DATA {
WSMAN_RECEIVE_DATA_RESULT receiveData;
WSMAN_CONNECT_DATA connectData;
WSMAN_CREATE_SHELL_DATA createData;
} WSMAN_RESPONSE_DATA;
Members
receiveData
Represents the output data received from a WSManReceiveShellOutput method.
connectData
Represents the output data received from a WSManConnectShell or WSManConnectShellCommand method.
createData
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 |
Minimum supported server | Windows Server 2012 |
Header | wsman.h |