ResUtilPaxosComparer function (resapi.h)

Compares two Paxos tags and indicates whether they have the same values.

Syntax

BOOL ResUtilPaxosComparer(
  [in] const PaxosTagCStruct * const left,
  [in] const PaxosTagCStruct * const right
);

Parameters

[in] left

The PaxosTagCStruct structure that represents the first Paxos tag to use in the comparison.

[in] right

The PaxosTagCStruct structure that represents the second Paxos tag to use in the comparison.

Return value

TRUE if the Paxos tags have the same values; otherwise FALSE.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows ServerĀ 2016
Target Platform Windows
Header resapi.h
Library ResUtils.lib
DLL ResUtils.dll

See also

Resource Utility Functions