ISyncKnowledge::ContainsChange method (winsync.h)

Indicates whether the specified item change is known by this knowledge.

Syntax

HRESULT ContainsChange(
  [in] const BYTE         *pbVersionOwnerReplicaId,
  [in] const BYTE         *pgidItemId,
  [in] const SYNC_VERSION *pSyncVersion
);

Parameters

[in] pbVersionOwnerReplicaId

The ID of the replica that originated the change.

[in] pgidItemId

The ID of the item that changed.

[in] pSyncVersion

The version of the change.

Return value

The possible return codes include, but are not limited to, the values shown in the following table.

Return code Description
S_OK
The method succeeded.
S_FALSE
The specified change is not contained in the knowledge.
E_INVALIDARG

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Target Platform Windows
Header winsync.h

See also

ISyncKnowledge Interface

SYNC_VERSION Structure