IReplStore::UpdateItem
A version of this page is also available for
4/8/2010
This method updates the object's time stamp, change number, and other information stored in the specified handle.
Syntax
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 Value
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
Header | cesync.h |
Library | coredll.lib |
Windows Embedded CE | Windows CE 2.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |