CeClearReplChangeBitsEx (Windows CE 5.0)
This function clears the replication bits based on the passed in replication partnership mask.
BOOL CeClearReplChangeBitsEx(PCEGUID pguid,CEOID oid,DWORDmask);
Parameters
- pguid
[in] Pointer to a CEGUID that identifies a mounted database volume or the internal object store. - oid
[in] Object identifier. - mask
[in] Replication partnership mask. Set one or both bits of the mask to clear the change for one or both partners.
Return Values
Returns TRUE if the function succeeds; otherwise, returns FALSE.
Remarks
To clear the replication bit for a partner, you must first use REPL_CHANGE_WILLCLEAR with CeGetReplChangeBitsEx when reading the state of the partner bit.
This API is part of the bit-based replication model and is not supported under the counter-based replication model.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Pwindbas.h.
Link Library: Coredll.lib.
See Also
Bit-Based Replication | CeRegisterReplNotification | CeGetReplChangeMask | CeSetReplChangeMask | CeGetReplChangeBitsEx | CeSetReplChangeBitsEx | CeGetReplOtherBitsEx | CeSetReplOtherBitsEx
Send Feedback on this topic to the authors