The ClusterGroupOpenEnum function opens an enumerator for iterating through a group's resources and/or the nodes that are included in its list of possible owners.
HGROUPENUM WINAPI ClusterGroupOpenEnum(
HGROUP hGroup,
DWORD dwType
);
If the operation was successful, ClusterGroupOpenEnum returns a handle to an enumerator that can be passed to the ClusterGroupEnum function.
Version: Use Windows NT Server Enterprise Edition 4.0.
Windows CE: Unsupported.
Header: Declared in clusapi.h.