Enumeración WSManDataType (wsman.h)

Especifica el tipo de datos actual de la unión en la estructura WSMAN_DATA .

Sintaxis

typedef enum WSManDataType {
  WSMAN_DATA_NONE = 0,
  WSMAN_DATA_TYPE_TEXT = 1,
  WSMAN_DATA_TYPE_BINARY = 2,
  WSMAN_DATA_TYPE_DWORD = 4
} ;

Constantes

 
WSMAN_DATA_NONE
Valor: 0
La estructura aún no es válida.
WSMAN_DATA_TYPE_TEXT
Valor: 1
La estructura contiene texto.
WSMAN_DATA_TYPE_BINARY
Valor: 2
La estructura contiene datos binarios.
WSMAN_DATA_TYPE_DWORD
Valor: 4
La estructura contiene un entero DWORD.

Requisitos

   
Cliente mínimo compatible Windows 7
Servidor mínimo compatible Windows Server 2008 R2
Encabezado wsman.h
Redistribuible Windows Management Framework en Windows Server 2008 con SP2 y Windows Vista con SP2