IReplStore::UpdateItem

The IReplStore::UpdateItem method updates the object's time-stamp, change number, and other information that is stored in the given handle.

Syntax

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

At a Glance

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

Parameters

hFolder
Handle to a folder that stores the item.
hItemDst
Handle to the destination item.
hItemSrc
Handle to the source item, could be NULL.

Return Values

None.

Remarks

The ActiveSync service manager calls the IReplStore::UpdateItem method to update the relevant information (such as time stamp or change number) in the given handle. If a source handle is given, the ActiveSync service provider should simply copy the information over, otherwise, the ActiveSync service provider should actually open the object and get the information from the object and store it in the destination handle.

See Also

IReplStore