次の方法で共有


Database Replication Functions (Windows Embedded CE 6.0)

1/6/2010

The following table shows the database replication functions with a description of the purpose of each.

Function Description

CeClearReplChangeBitsEx

Clears the replication bits, based on the specified replication partnership mask.

CeGetReplChangeBitsEx

Identifies whether an object has changed and which partner has not synchronized the change.

CeGetReplChangeMask

Obtains the current replication partnership mask.

CeGetReplOtherBitsEx

Obtains a private replication bit that the replication process can use.

CeRegisterReplNotification

Registers to receive object store and mounted database volume notifications.

CeSetReplChangeBitsEx

Sets the replication bits based on the passed in replication partnership mask.

CeSetReplChangeMask

Sets the current replication partnership mask.

CeSetReplOtherBitsEx

Sets a private replication bit for the replication process.

ReplChangeSyncSettings

Changes the synchronization client's settings for a synchronization session.

ReplCheckpoint

Marks the synchronization of a set of changes as complete.

ReplCloseSync

Closes a synchronization client's synchronization session.

ReplFindNextChange

Used by synchronization clients to enumerate the changes made by other applications in the object store or database volume.

ReplGetOidStatus

Used by synchronization clients to determine the status of an object in the object store or database volume.

ReplGetSyncState

Obtains state information for an open synchronization session.

ReplOpenSync

Creates a new synchronization session or resumes an existing one.

See Also

Other Resources

Database Replication Reference