AddCrossClusterGroupToGroupDependency function

TBD

Syntax

DWORD WINAPI AddCrossClusterGroupToGroupDependency(
  _In_ HGROUP  hDependentGroup,
  _In_ LPCWSTR lpRemoteClusterName,
  _In_ LPCWSTR lpRemoteGroupName
);

typedef DWORD (*PCLUSAPI_ADD_CROSS_CLUSTER_GROUP_TO_GROUP_DEPENDENCY)(
    _In_ HGROUP  hDependentGroup,
    _In_ LPCWSTR lpRemoteClusterName,
    _In_ LPCWSTR lpRemoteGroupName
);

Parameters

  • hDependentGroup [in]
    TBD

  • lpRemoteClusterName [in]
    TBD

  • lpRemoteGroupName [in]
    TBD

Return value

TBD

Requirements

Minimum supported client

None supported

Minimum supported server

Windows Server 2016 [desktop apps only]

Header

ClusAPI.h

Library

ClusAPI.lib

DLL

ClusAPI.dll