The GetFilter method retrieves the specified IFPCApplicationFilter interface. The IFPCApplicationFilter interface provides information about the corresponding application filter.
HRESULT GetFilter( [in] REFCLSID guidFilter, [out] IFPCApplicationFilter** ppFilter );
Class identifier (CLSID) of the COM class that implements the IFWXFilter interface corresponding to the IFPCApplicationFilter interface to retrieve.
Address of an interface pointer that on return points to the IFPCApplicationFilter interface requested.
The method succeeded.
Not enough memory or resources could be allocated to complete the operation.
A filter with the specified GUID does not exist.
Server | Requires Windows Server 2008. |
---|---|
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Wspfwext.idl. |
DLL |
Requires Wspadmin.dll. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.