Share via


IReplNotify:IUnknown (Windows CE 5.0)

Send Feedback

This interface is implemented by an ActiveSync manager. It 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

ActiveSync Interfaces

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.