Function libCZI_GetLibCZIBuildInformation#
Defined in File libCZIApi.h
Function Documentation#
-
LibCZIApiErrorCode libCZI_GetLibCZIBuildInformation(LibCZIBuildInformationInterop *build_info)#
Get information about the build of the libCZIApi-library.
- Parameters:
build_info – [out] If successful, the build information is put here. Note that all strings must be freed by the caller (using ‘libCZI_Free’).
- Returns:
An error-code indicating success or failure of the operation.