Microsoft Internet Security and Acceleration Server 2004 SDK

DirectIpDestinations Property of IFPCClientAutoScript[C++]

FPCClientAutoScript.DirectIpDestinations [Visual Basic]

[C++]

The DirectIpDestinations property gets an IFPCIpRangeSet interface representing the collection of ranges of IP addresses that Firewall clients will access directly, bypassing the Microsoft Firewall service.

HRESULT get_DirectIpDestinations(
  IFPCIpRangeSet** ppIpRangeSet
);

Parameters

ppIpRangeSet
Address of an interface pointer that on return points to an IFPCIpRangeSet interface representing the collection of ranges of IP addresses that Firewall clients will access directly, bypassing the Firewall service.

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. It can be modified by calling the methods of the IFPCIpRangeSet interface.

[Visual Basic]

The DirectIpDestinations property gets an FPCIpRangeSet collection containing the ranges of IP addresses that Firewall clients will access directly, bypassing the Microsoft Firewall service.

Property DirectIpDestinations As FPCIpRangeSet

Property Value

Reference to an FPCIpRangeSet collection containing the ranges of IP addresses that Firewall clients will access directly, bypassing the Firewall service.

Remarks

This property is read-only. It can be modified by calling the methods of the FPCIpRangeSet collection.

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

FPCClientAutoScript