The IReplStore::IsItemChanged method determines if the object has changed.
BOOL IsItemChanged(
HREPLFLD hFolder,
HREPLITEM hItem,
HREPLITEM hItemComp
);
Header file: | Cesync.h |
Platforms: | H/PC |
Windows CE versions: | 2.0 and later |
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 compare it with the data in hItem.