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.
Describes the type of cluster object being enumerated by the ClusterGroupEnum and ClusterGroupOpenEnum functions.
Syntax
typedef enum CLUSTER_GROUP_ENUM {
CLUSTER_GROUP_ENUM_CONTAINS = 0x00000001,
CLUSTER_GROUP_ENUM_NODES = 0x00000002,
CLUSTER_GROUP_ENUM_ALL
} ;
Constants
CLUSTER_GROUP_ENUM_CONTAINS Value: 0x00000001 The resources in the group. |
CLUSTER_GROUP_ENUM_NODES Value: 0x00000002 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 | clusapi.h |