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 |