The IReplStore::UpdateItem method updates the object's time-stamp, change number, and other information that is stored in the given handle.
void UpdateItem(
HREPLFLD hFolder,
HREPLITEM hItemDst,
HREPLITEM hItemSrc
);
Header file: | Cesync.h |
Platforms: | H/PC |
Windows CE versions: | 2.0 and later |
None.
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.