IReplStore::IsItemChanged
Note This interface is not supported on Windows CE 3.0-based platforms.
This method determines if the object has changed.
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.
Requirements
| Runs On | Versions | Defined in | Include | Link to |
|---|---|---|---|---|
| Windows CE OS | 2.0 and later | Cesync.h |
Note This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.
See Also
IReplStore::CompareItem, HREPLITEM
Last updated on Tuesday, July 13, 2004
© 1992-2000 Microsoft Corporation. All rights reserved.