CeSetReplOtherBitsEx (Windows Embedded CE 6.0)
1/6/2010
This function sets a private replication bit for the replication process.
Syntax
BOOL CeSetReplOtherBitsEx(
PCEGUID pguid,
CEOID oid,
DWORD bits
);
Parameters
- pguid
[in] Pointer to a CEGUID structure that identifies a mounted database volume or the internal object store.
- oid
[in] Object identifier (OID) to query.
- bits
[out] DWORD that stores a bit mask that sets or clears a private replication bit. Only bit position zero of the bit mask holds meaning. The bit is either set or not set, based on the way an application uses its replication processes.
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
CeSetReplChangeBitsEx
CeGetReplOtherBitsEx