PaxosTagCStruct structure (resapi.h)
Contains the Paxos tag values of a cluster node, which stores information about the cluster configuration version of the node when the cluster uses a File Share witness.
Syntax
typedef struct _PaxosTagCStruct {
unsigned __int64 __padding__PaxosTagVtable;
unsigned __int64 __padding__NextEpochVtable;
unsigned __int64 __padding__NextEpoch_DateTimeVtable;
unsigned __int64 NextEpoch_DateTime_ticks;
int NextEpoch_Value;
DWORD __padding__BoundryNextEpoch;
unsigned __int64 __padding__EpochVtable;
unsigned __int64 __padding__Epoch_DateTimeVtable;
unsigned __int64 Epoch_DateTime_ticks;
int Epoch_Value;
DWORD __padding__BoundryEpoch;
int Sequence;
DWORD __padding__BoundrySequence;
} PaxosTagCStruct, *PPaxosTagCStruct;
Members
__padding__PaxosTagVtable
TBD
__padding__NextEpochVtable
TBD
__padding__NextEpoch_DateTimeVtable
TBD
NextEpoch_DateTime_ticks
TBD
NextEpoch_Value
The next epoch of the cluster configuration.
__padding__BoundryNextEpoch
TBD
__padding__EpochVtable
TBD
__padding__Epoch_DateTimeVtable
TBD
Epoch_DateTime_ticks
TBD
Epoch_Value
The epoch of the cluster configuration.
__padding__BoundryEpoch
TBD
Sequence
The sequence of the cluster configuration.
__padding__BoundrySequence
TBD
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2016 |
Header | resapi.h |