IReplStore::IsItemChanged

The IReplStore::IsItemChanged method determines if the object has changed.

Syntax

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

At a Glance

Header file: Cesync.h
Platforms: H/PC
Windows CE versions: 2.0 and later

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

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 compare it with the data in hItem.

See Also

HREPLITEM, IReplStore::CompareItem