ISyncKnowledge::GetVersion

Gets the version of this knowledge structure,


HRESULT GetVersion(
  DWORD* pdwVersion);

Term

Definition

pdwVersion

[out] Returns the version of this knowledge structure. This is one of the values in the SYNC_SERIALIZATION_VERSION enumeration.

  • S_OK

  • E_POINTER

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

Show: