Share via


IAsynchronousNotifyingChangeApplierTarget::GetIdParameters

Gets the ID format schema for the provider.

Note

This method is now obsolete.

Syntax

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

This method is used by Sync Framework 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, are capable of synchronizing with each other. If the two providers to do not have the same ID format schema, synchronization is not performed.

See Also

Reference

IAsynchronousNotifyingChangeApplierTarget Interface