次の方法で共有


CeGetReplOtherBitsEx (Windows CE 5.0)

Send Feedback

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

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

Parameters

  • pguid
    [in] Pointer to a CEGUID that identifies a mounted database volume or the internal object store.
  • oid
    [in] Object identifier to query.
  • lpbits
    [out] A buffer to a DWORD that stores a bit mask that can be used to detect if 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 how an application uses it determines the meaning.

Return Values

Returns TRUE if the function succeeds; otherwise, returns FALSE. The value of lpbits will be either 0x0 or 0x1.

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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.