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 inbound and outbound data used in the Windows Remote Management (WinRM) API.
Syntax
typedef struct _WSMAN_DATA {
WSManDataType type;
union {
WSMAN_DATA_TEXT text;
WSMAN_DATA_BINARY binaryData;
DWORD number;
};
} WSMAN_DATA;
Members
type
Specifies the type of data currently stored in the union.
text
binaryData
number
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 |