Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The IsItemChanged method determines whether the object has changed.
Syntax
BOOL IsItemChanged (
HREPLFLD hFld,
HREPLITEM hItem,
HREPLITEM hItemComp
);
Parameters
- hFld
[in] Specifies a handle to the folder or container that stores the object. - hItem
[in] Specifies a handle to the object. - hItemComp
[in] Specifies a 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, an ActiveSync service provider should compare the data (time stamp, change number) contained in the handles specified by hItem with hItemComp.
If hItemComp is NULL, the service provider should open the object and compare the data with the data contained in the handled specified by hItem.
Requirements
Pocket PC: Windows Mobile 2002 and later
OS Versions: Windows CE 3.0 and later
Header: cesync.h
Library: None
See Also
Send feedback on this topic to the authors.
© 2005 Microsoft Corporation. All rights reserved.