Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
---|---|
|
The method succeeded. |
|
The specified change is not contained in the knowledge. |
|
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 |