Share via


IFPC3::JoinArray method

Applies to: desktop apps only

The JoinArray method joins the local standalone server to the specified array.

Syntax

HRESULT JoinArray(
  [in]       IFPCArray3 *pTargetArray,
  [in, ref]  FPCArray &pTargetArray
);
FPC.JoinArray( _
  ByVal pTargetArray As IFPCArray3, _
  ByRef pTargetArray As FPCArray _
)

Parameters

  • pTargetArray [in]

    C++

    Required. Pointer to an IFPCArray3 interface that represents the target array to join.

    VB

    Required. Reference to an FPCArray object that represents the target array to join.

Return value

C++

This method returns S_OK if the call is successful; otherwise, it returns an error code.

VB

This method has no return values. If the call is unsuccessful, an error is raised that can be intercepted by using an error handler.

Remarks

This method can join a Forefront TMG Standard Edition computer to a centrally managed array only if the array is empty.

This method can join a Forefront TMG Enterprise Edition computer only to a standalone array or to a centrally managed array that is empty or contains only Forefront TMG Enterprise Edition computers.

Array Administrator permissions are needed to connect with the target array.

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

IDL

Msfpccom.idl

DLL

Msfpccom.dll

See also

FPC

 

 

Build date: 7/12/2010