Incremental Change Synchronization operations. More...
#include <libmapi/libmapi.h>Functions | |
| _PUBLIC_ enum MAPISTATUS | GetLocalReplicaIds (mapi_object_t *obj_store, uint32_t IdCount, struct GUID *ReplGuid, uint8_t GlobalCount[6]) |
Incremental Change Synchronization operations.
| _PUBLIC_ enum MAPISTATUS GetLocalReplicaIds | ( | mapi_object_t * | obj_store, | |
| uint32_t | IdCount, | |||
| struct GUID * | ReplGuid, | |||
| uint8_t | GlobalCount[6] | |||
| ) |
Reserves a range of IDs to be used by a local replica
| obj_store | pointer on the store MAPI object | |
| IdCount | ID range length to reserve | |
| ReplGuid | pointer to the GUID structure returned by the server | |
| GlobalCount | byte array that specifies the first allocated field |
References emsmdb_transaction(), mapi_object_get_handle(), mapi_object_get_logon_id(), and mapi_object_get_session().
|
|
This content is licensed under the Creative Commons Attribution ShareAlike License v. 3.0: http://creativecommons.org/licenses/by-sa/3.0/ |