SetClusterGroupName

The SetClusterGroupName function sets the name for a group.

DWORD WINAPI SetClusterGroupName(
  HGROUP hGroup,         
  LPCWSTR lpszGroupName  
);
 

Parameters

hGroup
[in] Handle to the group to name.
lpszGroupName
[in] Pointer to the new name for the group identified by hGroup.

Return Values

ERROR_SUCCESS
The operation was successful.

If the operation was unsuccessful, SetClusterGroupName returns a Win32 error value.

QuickInfo

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