Funzione CreateClusterGroupSet (clusapi.h)
Aggiunge un grupposet a un cluster e restituisce un handle al gruppo appena aggiunto.
Sintassi
HGROUPSET CreateClusterGroupSet(
[in] HCLUSTER hCluster,
[in] LPCWSTR groupSetName
);
Parametri
[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.
Valore restituito
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.
Requisiti
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 |