OpenClusterGroup

The OpenClusterGroup function opens a group and returns a handle to it.

HGROUP WINAPI OpenClusterGroup(
  HCLUSTER hCluster,     
  LPCWSTR lpszGroupName  
);
 

Parameters

hCluster
[in] Handle to a cluster that includes the group to open.
lpszGroupName
[in] Name of the group to open.

Return Values

NULL
The operation was unsuccessful. For detailed information about the error, call the Win32 function GetLastError.

If the operation was successful, OpenClusterGroup returns a group handle.

QuickInfo

  Version: Use Windows NT Server Enterprise Edition 4.0.
  Windows CE: Unsupported.
  Header: Declared in clusapi.h.