CLUSTER_GROUP_ENUM enumeration (msclus.h)
Describes the type of cluster object being enumerated by the ClusterGroupEnum and ClusterGroupOpenEnum functions.
Syntax
typedef enum CLUSTER_GROUP_ENUM {
CLUSTER_GROUP_ENUM_CONTAINS = 0x1,
CLUSTER_GROUP_ENUM_NODES = 0x2,
CLUSTER_GROUP_ENUM_ALL
} ;
Constants
CLUSTER_GROUP_ENUM_CONTAINS Value: 0x1 The resources in the group. |
CLUSTER_GROUP_ENUM_NODES Value: 0x2 The nodes in the preferred owners list of the group. |
CLUSTER_GROUP_ENUM_ALL All the resources in the group and all the nodes in the preferred owners list of the group. |
Remarks
The CLUSTER_GROUP_ENUM_ALL enumeration value is not a valid value for the lpdwType parameter of the ClusterGroupEnum function.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 Enterprise, Windows Server 2008 Datacenter |
Header | msclus.h |