Share via


IReplStore::UpdateItem

This method updates the object's time stamp, change number, and other information stored in the specified handle.

void UpdateItem(
  HREPLFLD hFolder,
  HREPLITEM hItemDst,
  HREPLITEM hItemSrc
);

Parameters

  • hFolder
    [in] Handle to a folder that stores the item.
  • hItemDst
    [in] Handle to the destination item.
  • hItemSrc
    [in] Handle to the source item; can be NULL.

Return Values

None.

Remarks

The ActiveSync manager calls UpdateItem to update the relevant information, such as time stamp or change number, in the specified handle. If a source handle is specified, the ActiveSync service provider should copy the information over; otherwise, the ActiveSync service provider should open the object, then get the object's information and store it in the destination handle.

Requirements

OS Versions: Windows CE 2.0 and later.
Header: Cesync.h.
Link Library: Coredll.lib.

See Also

IReplStore

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.