enumeración CLUSTER_ROLE_STATE (resapi.h)
Define los posibles valores devueltos para la función ResUtilGetClusterRoleState .
Syntax
typedef enum _CLUSTER_ROLE_STATE {
ClusterRoleUnknown = -1,
ClusterRoleClustered,
ClusterRoleUnclustered
} CLUSTER_ROLE_STATE;
Constantes
ClusterRoleUnknown Valor: -1 Se desconoce si el rol está agrupado o no. |
ClusterRoleClustered El rol está agrupado. |
ClusterRoleUnclustered El rol no está agrupado. |
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | No se admite ninguno |
Servidor mínimo compatible | Windows Server 2008 Datacenter, Windows Server 2008 Enterprise |
Encabezado | resapi.h |