ClusterAddGroupToGroupSet 函式 (clusapi.h)
將指定的群組新增至叢集中的群組集。 群組目前不得在群組集中
語法
DWORD ClusterAddGroupToGroupSet(
[in] HGROUPSET hGroupSet,
[in] HGROUP hGroup
);
參數
[in] hGroupSet
要加入群組的集合
[in] hGroup
要加入至集合的群組
傳回值
如果作業成功,函式會傳回 ERROR_SUCCESS。
如果作業失敗,函式會傳回 系統錯誤碼。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | 都不支援 |
最低支援的伺服器 | Windows Server 2016 |
目標平台 | Windows |
標頭 | clusapi.h |
程式庫 | ClusAPI.lib |
Dll | ClusAPI.dll |