Microsoft Internet Security and Acceleration Server 2004 SDK

CurrentObject Property of IFPCSnapinNode[C++]

FPCSnapinNode.CurrentObject [Visual Basic]

[C++]

The CurrentObject property gets the object that is being extended.

HRESULT get_CurrentObject(
  IDispatch** ppCurrentObject
);

Parameters

ppCurrentObject
Address of a pointer to IDispatch that on return points to the object that is being extended.

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 FPCVendorParametersSets collection for the object retrieved can be accessed by calling its VendorParametersSets property.

[Visual Basic]

The CurrentObject property gets the object that is being extended.

Property CurrentObject As IDispatch

Property Value

Reference to the object that is being extended.

Remarks

This property is read-only. The FPCVendorParametersSets collection for the object retrieved can be accessed by calling its VendorParametersSets property.

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