CompareRulesData Method of the IFWXPerRuleDataplugin Interface

The CompareRulesData method compares the per-rule configuration data in this object with the per-rule configuration data in a previously created object.

Syntax

HRESULT CompareRulesData(
  [in]  IFWXPerRuleDataplugin* pProcessedRulesData
);

Parameters

  • pProcessedRulesData
    Pointer to a previously created object containing the per-rule configuration data that is to be compared.

Return Value

This method can return one of the following:

  • S_OK
    The method succeeded, and the sets of per-rule configuration data in the objects compared are identical.

  • S_FALSE
    The method succeeded, but the sets of per-rule configuration data in the objects compared are different.

  • An error code
    The method failed.

Requirements

Server Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2.
Version Requires Forefront Threat Management Gateway (TMG) 2010.
Header

Declared in Wspfwext.idl.

DLL

Requires Wspsrv.exe.

See Also

IFWXPerRuleDataplugin

Send comments about this topic to Microsoft

Build date: 6/30/2010