Share via


IReplNotify (Windows Embedded CE 6.0)

1/6/2010

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

Header cesync.h
Library coredll.lib
Windows Embedded CE Windows CE 2.0 and later

See Also

Reference

ActiveSync Interfaces