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.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Wspfwext.idl.

DLL

Requires Wspsrv.exe.

See Also

IFWXPerRuleDataplugin


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.