GetParameterSets Method of the IFWXFilterAdmin Interface

The GetParameterSets method gets an interface that provides access to the collection of vendor parameter sets (FPCVendorParametersSets).

Syntax

HRESULT GetParameterSets(
  [in]   REFCLSID guidFilter,
  [out]  IFPCVendorParametersSets** ppParametersSets
);

Parameters

guidFilter

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

ppParametersSets

Address of a variable that receives the interface pointer to the collection of parameters sets.

Return Value

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

Remarks

Use this method to get the collection of parameters sets.

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
FPCVendorParametersSets


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.