IReplStore::IsItemChanged
A version of this page is also available for
4/8/2010
This method determines if the object has changed.
Syntax
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 Value
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
Header | cesync.h |
Library | coredll.lib |
Windows Embedded CE | Windows CE 2.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |