Microsoft Internet Security and Acceleration Server 2004 SDK

IFWXFilterAdmin::GetFilterParameterSet

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

HRESULT GetFilterParameterSet(
  REFCLSID guidFilter,
  IFPCVendorParametersSet** ppParameterSet
);

Parameters

guidFilter
[in] Class identifier (CLSID) of the COM class that implements the IFWXFilter interface for which the parameter set is required.
ppParameterSet
[out] Address of a variable that receives the interface pointer to the parameter set.

Return Values

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 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Wspfwext.idl.

See Also

IFWXFilterAdmin, FPCVendorParametersSet