Microsoft Internet Security and Acceleration Server 2004 SDK

DirectAddressDestinations Property of IFPCClientAutoScript[C++]

FPCClientAutoScript.DirectAddressDestinations [Visual Basic]

[C++]

The DirectAddressDestinations property gets an IFPCPublicNames interface representing the collection of domain names of destinations that Firewall clients will access directly, bypassing the Microsoft Firewall service.

HRESULT get_DirectAddressDestinations(
  IFPCPublicNames** ppPublicNames
);

Parameters

ppPublicNames
Address of an interface pointer that on return points to an IFPCPublicNames interface representing the collection of domain names of the destinations 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 IFPCPublicNames interface.

Each element of the collection may represent one of the following:

[Visual Basic]

The DirectAddressDestinations property gets an FPCPublicNames collection containing the domain names of destinations that Firewall clients will access directly, bypassing the Microsoft Firewall service.

Property DirectAddressDestinations As FPCPublicNames

Property Value

Reference to an FPCPublicNames collection containing the domain names of destinations 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 FPCPublicNames collection.

Each element of the collection may represent one of the following:

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