JoinArray Method of the IFPC3 Interface
The JoinArray method joins the local standalone server to the specified array.
C++
Syntax
HRESULT JoinArray(
[in] IFPCArray3* pTargetArray
);
Parameters
- pTargetArray
Required. Pointer to an IFPCArray3 interface that represents the target array to join.
Return Value
This method returns S_OK if the call is successful; otherwise, it returns an error code.
Visual Basic
Syntax
Sub JoinArray( _
ByRef pTargetArray As FPCArray _
)
Parameters
- pTargetArray
Required. Reference to an FPCArray object that represents the target array to join.
Return Value
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
Client | Requires Windows 7 or Windows Vista. |
Server | Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2. |
Version | Requires Forefront Threat Management Gateway (TMG) 2010. |
IDL | Declared in Msfpccom.idl. |
DLL | Requires Msfpccom.dll. |
See Also
Send comments about this topic to Microsoft
Build date: 6/30/2010