Share via


ISyncKnowledge::GetVersion

Gets the version of this knowledge structure.

HRESULT GetVersion(
  DWORD* pdwVersion);

Parameters

  • pdwVersion
    [out] Returns the version of this knowledge structure.

Return Value

  • S_OK

  • E_POINTER

Remarks

This value is the version of the knowledge structure itself and can be used to maintain compatibility with later versions of Microsoft Sync Framework. When the internal knowledge structure is changed, the version that this method returns will also be changed.

See Also

Reference

ISyncKnowledge Interface