Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The interface implements all required functions related to the store.
Method | Description |
---|---|
Activates an ActiveSync service provider-specific dialog box. |
|
Converts an array of bytes to a HREPLOBJ, which can be either a HREPLITEMor HREPLFLD, when loading. |
|
Compares the specified handles using entry identifiers, such as file names or record numbers. |
|
Compares two store identifiers to determine if they are equal. |
|
Copies one HREPLOBJ, which can be either a HREPLITEMor HREPLFLD, over to another. |
|
Returns a new HREPLITEM of the first object in the specified folder, if there is any. |
|
Completes the Find operation in the specified folder. |
|
Returns a new HREPLITEM of the next object in the specified folder, if there is any. |
|
Frees the specified HREPLOBJhandle. |
|
Gets information about two conflicting objects. |
|
Returns a HREPLFLD for folder, specified the object type name. Also returns a pointer to the IReplObjHandlerof the specified object type. |
|
Sends user interface (UI)-related data about an object type to the ActiveSync manager. |
|
Gets information about the current store instance. |
|
Initializes the ActiveSync service provider. |
|
Determines if any object in a specified folder has been changed since the method was last called. |
|
Determines if the item has changed. |
|
Determines if the item should be replicated using ActiveSync service provider-defined rules. |
|
Determines if the specified handles are valid. |
|
Converts the HREPLOBJ, which can be either a HREPLITEMor HREPLFLD, to an array of bytes when saving. |
|
Finds and removes duplicated objects from the store. |
|
ActiveSync manager is reporting to the store about the status of the synchronization. |
|
Updates the object's time stamp, change number, and other information that is stored in the specified handle. |
Remarks
The IReplStoreinterface encapsulates all functions needed to access the objects in the store. A handle of type HREPLITEMidentifies each object in the store.
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 |