CeSetReplOtherBitsEx (Windows CE 5.0)

Send Feedback

This function sets a private replication bit that the replication process can use.

BOOL CeSetReplOtherBitsEx(PCEGUID pguid,CEOID oid,DWORDbits);

Parameters

  • pguid
    [in] Pointer to a CEGUID that identifies a mounted database volume or the internal object store.
  • oid
    [in] Object identifier to query.
  • bits
    [out] A 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 how an application uses its replication processes.

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 | CeSetReplChangeBitsEx | CeGetReplOtherBitsEx

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.