AddClusterGroupDependency 函式 (clusapi.h)
新增兩個叢集群組之間的相依性。
語法
DWORD AddClusterGroupDependency(
[in] HGROUP hDependentGroup,
[in] HGROUP hProviderGroup
);
參數
[in] hDependentGroup
相依群組
[in] hProviderGroup
群組 hDependentGroup 相依於
傳回值
如果作業成功,函式會 傳回ERROR_SUCCESS。
如果作業失敗,函式會傳回 系統錯誤碼。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | 都不支援 |
最低支援的伺服器 | Windows Server 2016 |
目標平台 | Windows |
標頭 | clusapi.h |
程式庫 | ClusAPI.lib |
Dll | ClusAPI.dll |