ISyncProvider::GetIdParameters

Gets the ID format schema of the provider.

Syntax

HRESULT GetIdParameters(
  ID_PARAMETERS * pIdParameters);

Parameters

  • pIdParameters
    [out] Returns the ID format schema of 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 will not be performed.

See Also

Reference

ISyncProvider Interface

ID_PARAMETERS Structure