Share via


IReplStore::IsItemChanged

This method determines if the object has changed.

BOOL IsItemChanged(
  HREPLFLD hFolder,
  HREPLITEM hItem,
  HREPLITEM hItemComp
);

Parameters

  • hFolder
    [in] Handle to the folder or container that stores the object.
  • hItem
    [in] Handle to the object.
  • hItemComp
    [in] Handle to the object used for comparison.

Return Values

Returns TRUE if the object has changed; otherwise returns FALSE.

Remarks

If hItemComp is not NULL, the ActiveSync service provider should check the data (time stamp, change number) in hItem with hItemComp. If hItemComp is NULL, the ActiveSync service provider should get the data by opening the object and comparing it with the data in hItem.

Requirements

OS Versions: Windows CE 2.0 and later.
Header: Cesync.h.
Link Library: Coredll.lib.

See Also

IReplStore::CompareItem | HREPLITEM

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.