ResUtilLeftPaxosIsLessThanRight-Funktion (resapi.h)
Gibt an, ob ein angegebenes Paxos-Tag ältere Clusterkonfigurationsinformationen enthält als ein anderes angegebenes Paxos-Tag.
Syntax
BOOL ResUtilLeftPaxosIsLessThanRight(
[in] const PaxosTagCStruct * const left,
[in] const PaxosTagCStruct * const right
);
Parameter
[in] left
Die PaxosTagCStruct-Struktur , die das erste Paxos-Tag darstellt, das im Vergleich verwendet werden soll.
[in] right
Die PaxosTagCStruct-Struktur , die das 2. Paxos-Tag darstellt, das im Vergleich verwendet werden soll.
Rückgabewert
TRUE , wenn die Clusterkonfiguration des ersten Paxos-Tags älter als die des zweiten Paxos-Tags ist; andernfalls FALSE.
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Nicht unterstützt |
Unterstützte Mindestversion (Server) | Windows Server 2016 |
Zielplattform | Windows |
Kopfzeile | resapi.h |
Bibliothek | ResUtils.lib |
DLL | ResUtils.dll |