次の方法で共有


CeClearReplChangeBitsEx (Windows Embedded CE 6.0)

1/6/2010

This function clears the replication bits based on the specified replication partnership mask.

Syntax

BOOL CeClearReplChangeBitsEx(
  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

To clear the replication bit for a partner, first use REPL_CHANGE_WILLCLEAR with CeGetReplChangeBitsEx when reading the state of the partner bit.

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

Concepts

Bit-Based Replication