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.
Specifies the current data type of the union in the WSMAN_DATA structure.
Syntax
typedef enum WSManDataType {
WSMAN_DATA_NONE = 0,
WSMAN_DATA_TYPE_TEXT = 1,
WSMAN_DATA_TYPE_BINARY = 2,
WSMAN_DATA_TYPE_DWORD = 4
} ;
Constants
WSMAN_DATA_NONEValue: 0 The structure is not valid yet. |
WSMAN_DATA_TYPE_TEXTValue: 1 The structure contains text. |
WSMAN_DATA_TYPE_BINARYValue: 2 The structure contains binary data. |
WSMAN_DATA_TYPE_DWORDValue: 4 The structure contains a DWORD integer. |
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 and Windows Vista with SP2 |