IReplNotify:IUnknown

An ActiveSync manager implements this interface, which can be used by an ActiveSync service provider to notify the ActiveSync manager of certain events taking place in the ActiveSync service provider's store.

Method Description
GetWindow Obtains a handle to the window that must be used as a parent for any modal dialog or message box that an ActiveSync service provider wants to display.
OnItemCompleted Used internally by the ActiveSync manager. An ActiveSync service provider should not call this directly.
OnItemNotify Notifies the ActiveSync manager that an item has been created, deleted, or modified.
QueryDevice Used to ask for information about a device.
SetStatusText Sets the text to be displayed on the Explorer Window status control.

Remarks

The IReplNotify interface is implemented and exposed by the ActiveSync manager. If the store is capable of detecting changes and deletions to the objects as they occur, an ActiveSync service provider should use the interface to notify the ActiveSync manager of these changes and deletions. This is more efficient than enumerating the changes and comparing time stamps.

Requirements

OS Versions: Windows CE 2.0 and later.
Header: Cesync.h.
Link Library: Coredll.lib.

See Also

IReplNotify

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.