GetFilterParameterSet Method of the IFWXFilterAdmin Interface

The GetFilterParameterSet method gets an interface that provides access to the filter's private configuration parameter set.

Syntax

HRESULT GetFilterParameterSet(
  [in]   REFCLSID guidFilter,
  [out]  IFPCVendorParametersSet** ppParameterSet
);

Parameters

guidFilter

Class identifier (CLSID) of the COM class that implements the IFWXFilter interface for which the parameter set is required.

ppParameterSet

Address of a variable that receives the interface pointer to the parameter set.

Return Value

This method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This method gets the FPCVendorParametersSet object of the filter object.

Requirements

Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Wspfwext.idl.

DLL

Requires Wspadmin.dll.

See Also

IFWXFilterAdmin
FPCVendorParametersSet


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.