Indicates whether the specified item change is known by this knowledge.
HRESULT ContainsChange(
const BYTE *pbVersionOwnerReplicaId,
const BYTE *pgidItemId,
const SYNC_VERSION *pSyncVersion);
Parameters
-
pbVersionOwnerReplicaId
-
[in] The ID of the replica that originated the change.
-
pbItemId
-
[in] The ID of the item that changed.
-
pSyncVersion
-
[in] The version of the change.
Reference
ISyncKnowledge Interface
SYNC_VERSION Structure