IReplStore
A version of this page is also available for
4/8/2010
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 HREPLITEM or 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 HREPLITEM or 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 HREPLOBJ handle. |
|
Gets information about two conflicting objects. |
|
Returns a HREPLFLD for folder, specified the object type name. Also returns a pointer to the IReplObjHandler of 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 HREPLITEM or 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 IReplStore interface encapsulates all functions needed to access the objects in the store. A handle of type HREPLITEM identifies 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 |
See Also
Reference
ActiveSync Interfaces
IReplObjHandler
HREPLFLD
HREPLITEM
HREPLOBJ