ID_PARAMETERS Structure
Represents the format schema for the group of IDs that are used to identify entities in a synchronization session.
This structure is used when an IProviderSyncServices object is initialized to specify the format of each ID in the system. This ensures that all objects that are created by IProviderSyncServices have access to ID schema information.
This schema is also obtained after each attempt to create a synchronization session. To obtain ID parameters, both providers are queried through a call to ISyncProvider::GetIdParameters. These ID parameters are then compared to verify that both providers use the same ID schema. If this verification fails, the synchronization session is not created, and an error code is returned.
Show: