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