Share via


IReplStore::IsItemChanged

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

Smartphone: Windows Mobile 2002 and later
OS Versions: Windows CE 3.0 and later
Header: cesync.h
Library: None

See Also

HREPLFLD

HREPLITEM

IReplStore

IReplStore::CompareItem

Last updated on Friday, April 22, 2005

© 2005 Microsoft Corporation. All rights reserved.

Send feedback on this topic to the authors.