ISyncKnowledge2::GetMinimumSupportedVersion

Gets the minimum version of Sync Framework components that can be used with this object.

Syntax

HRESULT GetMinSupportedVersion(
  SYNC_SERIALIZATION_VERSION * pVersion);

Parameters

Term

Definition

pVersion

[out] Returns the minimum version of Sync Framework components that can be used with this object.

Return Value

  • S_OK

  • E_POINTER

Remarks

A knowledge object that has a version of SYNC_SERIALIZATION_VERSION_V2 supports components that are compatible with Sync Framework 1.0 when the knowledge object contains only elements that are compatible with Sync Framework 1.0. In this situation, GetMinSupportedVersion returns a version of SYNC_SERIALIZATION_VERSION_V1.

See Also

Reference

ISyncKnowledge2 Interface