ResUtilLeftPaxosIsLessThanRight function (resapi.h)
Indicates whether a specified Paxos tag contains older cluster configuration information than another specified Paxos tag.
Syntax
BOOL ResUtilLeftPaxosIsLessThanRight(
[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 2nd Paxos tag to use in the comparison.
Return value
TRUE if the cluster configuration of the first Paxos tag is older than the that of the second Paxos tag; 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 |