ISyncKnowledge::GetVersion
Gets the version of this knowledge structure,
HRESULT GetVersion(
DWORD* pdwVersion);
Parameters
Term |
Definition |
pdwVersion |
[out] Returns the version of this knowledge structure. This is one of the values in the SYNC_SERIALIZATION_VERSION enumeration. |
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 Sync Framework. When the internal knowledge structure is changed, the version that this method returns will also be changed.