The IReplNotify::OnItemNotify method notifies the ActiveSync service manager that an object has been created, deleted or modified.
HRESULT OnItemNotify(
UINT uCode,
LPSTR lpszProgId,
LPSTR lpszObjType,
HREPLITEM hItem,
ULONG ulFlags
);
Header file: | Cesync.h |
Platforms: | H/PC |
Windows CE versions: | 2.0 and later |
If the store is capable of detecting changes and deletions as they occur, an ActiveSync service provider should call the IReplNotify::OnItemNotify method immediately after any changes or deletions are detected.