IFPCExtensions::ApplicationFilters property

Applies to: desktop apps only

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

This property is read-only.

Syntax

HRESULT get_ApplicationFilters(
  IFPCApplicationFilters **ppApplicationFilters
);
' Data type: FPCApplicationFilters

Property ApplicationFilters( _
  ByVal ppApplicationFilters As IFPCApplicationFilters _
) As FPCApplicationFilters

Property value

Reference to the FPCApplicationFilters collection.

Error codes

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 application filter through the FPCApplicationFilters collection retrieved (the IFPCApplicationFilters interface retrieved in C++).

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

IDL

Msfpccom.idl

DLL

Msfpccom.dll

See also

FPCExtensions

 

 

Build date: 7/12/2010