Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 |