CeSetReplChangeBitsEx (Windows Embedded CE 6.0)
1/6/2010
This function sets the replication bits based on the specified replication partnership mask.
Syntax
BOOL CeSetReplChangeBitsEx(
PCEGUID pguid,
CEOID oid,
DWORD mask
);
Parameters
- pguid
[in] Pointer to a CEGUID structure that identifies a mounted database volume or the internal object store.
- oid
[in] Object identifier (OID).
- mask
[in] Replication partnership mask. Set one or both bits of the mask to clear the change for one or both partners.
Return Value
TRUE indicates success. FALSE indicates failure.
Remarks
This function is part of the bit-based replication model and is not supported under the counter-based replication model.
Requirements
Header | pwindbas.h |
Library | coredll.lib |
Windows Embedded CE | Windows CE 3.0 and later |
See Also
Reference
Database Replication Functions
CeRegisterReplNotification
CeGetReplChangeMask
CeSetReplChangeMask
CeGetReplChangeBitsEx
CeClearReplChangeBitsEx
CeGetReplOtherBitsEx
CeSetReplOtherBitsEx