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.
This function sets the replication bits based on the passed in replication partnership mask.
BOOL CeSetReplChangeBitsEx(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
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 | CeClearReplChangeBitsEx | CeGetReplOtherBitsEx | CeSetReplOtherBitsEx
Send Feedback on this topic to the authors