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