This method updates the object’s time stamp, change number, and other information that is stored in the specified handle.
At a Glance
Header file: | Cesync.h |
Windows CE versions: | 2.0 and later |
Syntax
void UpdateItem( HREPLFLD hFolder, HREPLITEM hItemDst,
HREPLITEM hItemSrc );
Parameters
hFolder
Handle to a folder that stores the item.
hItemDst
Handle to the destination item.
hItemSrc
Handle to the source item; can 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 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.
See Also