The GetFilterParameterSet method gets an interface that provides access to the filter's private configuration parameter set.
HRESULT GetFilterParameterSet( [in] REFCLSID guidFilter, [out] IFPCVendorParametersSet** ppParameterSet );
Class identifier (CLSID) of the COM class that implements the IFWXFilter interface for which the parameter set is required.
Address of a variable that receives the interface pointer to the parameter set.
This method returns S_OK if the call is successful; otherwise, it returns an error code.
This method gets the FPCVendorParametersSet object of the filter object.
Server | Requires Windows Server 2008. |
---|---|
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Wspfwext.idl. |
DLL |
Requires Wspadmin.dll. |
IFWXFilterAdmin
FPCVendorParametersSet
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.