Microsoft Internet Security and Acceleration Server 2004 SDK

ApplicationFilters Property of IFPCExtensions[C++]

FPCExtensions.ApplicationFilters [Visual Basic]

[C++]

The ApplicationFilters property gets an FPCApplicationFilters collection that contains the application filters registered with the Microsoft Firewall service.

HRESULT get_ApplicationFilters(
  IFPCApplicationFilters** ppApplicationFilters
);

Parameters

ppApplicationFilters
Address of an interface pointer that on return points to an IFPCApplicationFilters interface that represents the collection of application filters.

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. You can modify the collection of application filters for extending the application proxy and access the properties of each Web filter through the IFPCApplicationFilters interface retrieved.

[Visual Basic]

The ApplicationFilters property gets an FPCApplicationFilters collection that contains the application filters registered with the Microsoft Firewall service.

Property ApplicationFilters As FPCApplicationFilters

Property Value

Reference to the FPCApplicationFilters collection.

Remarks

This property is read-only. You can modify the collection of application filters for extending the application proxy and access the properties of each application filter through the FPCApplicationFilters collection retrieved.

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

FPCExtensions