This method determines if the object has changed.
At a Glance
Header file: | Cesync.h |
Windows CE versions: | 2.0 and later |
Syntax
BOOL IsItemChanged( HREPLFLD hFolder, HREPLITEM hItem,
HREPLITEM hItemComp );
Parameters
hFolder
Handle to the folder or container that stores the object.
hItem
Handle to the object.
hItemComp
Handle to the object used for comparison.
Return Values
One of the values described in the following table is returned.
Value | Description |
FALSE | The object has not been changed. |
TRUE | The object has changed. |
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.
See Also