Funzione CreateClusterGroupSet (clusapi.h)
Aggiunge un grupposet a un cluster e restituisce un handle al gruppo appena aggiunto.
HGROUPSET CreateClusterGroupSet(
[in] HCLUSTER hCluster,
[in] LPCWSTR groupSetName
);
[in] hCluster
Handle per il cluster di destinazione.
[in] groupSetName
Puntatore a una stringa Unicode con terminazione null contenente il nome del groupset da aggiungere.
Se l'operazione ha esito positivo, restituisce un handle groupset.
Se l'operazione ha esito negativo, restituisce NULL. Per altre informazioni sull'errore, chiamare GetLastError.
Requisito | Valore |
---|---|
Client minimo supportato | Nessuno supportato |
Server minimo supportato | Windows Server 2016 |
Piattaforma di destinazione | Windows |
Intestazione | clusapi.h |
Libreria | ClusAPI.lib |
DLL | ClusAPI.dll |