Function libCZI::GetLibCZIVersion#
Defined in File libCZI.h
Function Documentation#
-
void libCZI::GetLibCZIVersion(int *pMajor, int *pMinor = nullptr, int *pPatch = nullptr, int *pTweak = nullptr)#
Gets the version of the library. For versioning libCZI, SemVer2 (https://semver.org/) is used. Note that the value of the tweak version number does not have a meaning (as far as SemVer2 is concerned).
- Parameters:
pMajor – [out] If non-null, will receive the major version number.
pMinor – [out] If non-null, will receive the minor version number.
pPatch – [out] If non-null, will receive the patch version number.
pTweak – [out] If non-null, will receive the tweak version number.