Share via


CeGetReplOtherBitsEx (Windows Embedded CE 6.0)

1/6/2010

This function obtains a private replication bit for the replication process.

Syntax

BOOL CeGetReplOtherBitsEx(
  PCEGUID pguid,
  CEOID oid,
  LPDWORD lpbits
);

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.
  • lpbits
    [out] Buffer to a DWORD that stores a bit mask that can be used to check whether the private replication bit is cleared. The mask returned is valid for only bit zero. The bit is either set or not set and the way an application uses it determines the meaning. Possible values are 0x0 and 0x1.

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
CeSetReplOtherBitsEx

Concepts

Bit-Based Replication