RemoveClusterGroupDependency 函数 (clusapi.h)
删除两个群集组之间的依赖关系。
语法
DWORD RemoveClusterGroupDependency(
[in] HGROUP hGroup,
[in] HGROUP hDependsOn
);
参数
[in] hGroup
依赖组
[in] hDependsOn
hDependentGroup 所依赖的组
返回值
如果操作成功,函数将返回 ERROR_SUCCESS。
如果操作失败,该函数将返回 系统错误代码。
要求
最低受支持的客户端 | 无受支持的版本 |
最低受支持的服务器 | Windows Server 2016 |
目标平台 | Windows |
标头 | clusapi.h |
Library | ClusAPI.lib |
DLL | ClusAPI.dll |