Microsoft Internet Security and Acceleration Server 2004 SDK

IFWXFilterAdmin::GetParameterSets

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

HRESULT GetParameterSets(
  REFCLSID guidFilter,
  IFPCVendorParametersSets** ppParametersSets
);

Parameters

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

Return Values

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

See Also

IFWXFilterAdmin, FPCVendorParametersSets