Microsoft Internet Security and Acceleration Server 2004 SDK

IFWXFilterAdmin::GetFilter

The GetFilter method retrieves the specified IFPCApplicationFilter interface. The IFPCApplicationFilter interface provides information about the corresponding application filter.

HRESULT GetFilter(
  REFCLSID guidFilter,
  IFPCApplicationFilter** ppFilter
);

Parameters

guidFilter
[in] Class identifier (CLSID) of the COM class that implements the IFWXFilter interface corresponding to the IFPCApplicationFilter interface to retrieve.
ppFilter
[out] Address of an interface pointer that on return points to the IFPCApplicationFilter interface requested.

Return Values

S_OK
The method succeeded.
E_OUTOFMEMORY
Insufficient memory or resources; the method failed.
HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND)
A filter with that GUID does not exist.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Wspfwext.idl.

See Also

IFWXFilterAdmin