ISynchronousNotifyingChangeApplierTarget::GetIdParameters
Gets the ID format schema for the provider.
HRESULT GetIdParameters(
ID_PARAMETERS * pIdParameters);
Parameters
- pIdParameters
[out] Returns the ID format schema for the provider.
Return Value
S_OK
Provider-determined error codes
Remarks
Sync Framework uses this method to get the ID format schema from the two providers that are participating in synchronization. Sync Framework verifies that the two providers have the same ID format schema and therefore can synchronize with one another. If the two providers do not have the same ID format schema, synchronization is not performed.