IReplNotify
A version of this page is also available for
4/8/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 |
---|---|
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. |
|
Used internally by the ActiveSync manager. An ActiveSync service provider should not call this directly. |
|
Notifies the ActiveSync manager that an item has been created, deleted, or modified. |
|
Used to ask for information about a device. |
|
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 |
Windows Mobile | Windows Mobile Version 5.0 and later |