Microsoft Internet Security and Acceleration Server 2004 SDK

ComRoot Property of IFPCSnapinNode[C++]

FPCSnapinNode.ComRoot [Visual Basic]

[C++]

The ComRoot property gets the FPC root object.

HRESULT get_ComRoot(
  IDispatch** ppRootObject
);

Parameters

ppRootObject
Address of a pointer to IDispatch that on return points to the IFPC interface of the root object.

Return Values

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

Remarks

This property is read-only. The IFPC interface retrieved can be used to access all ISA Server administration COM objects that are subobjects of it.

[Visual Basic]

The ComRoot property gets the FPC root object.

Property ComRoot As IDispatch

Property Value

Reference to the FPC root object.

Remarks

This property is read-only. The FPC object retrieved can be used to access all ISA Server administration COM objects that are subobjects of it.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCSnapinNode