Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |