Function libCZI_ReaderGetFileHeaderInfo

Function libCZI_ReaderGetFileHeaderInfo#

Function Documentation#

LibCZIApiErrorCode libCZI_ReaderGetFileHeaderInfo(CziReaderObjectHandle reader_object, FileHeaderInfoInterop *file_header_info_interop)#

Get information about the file-header of the CZI document. The information is put into the ‘file_header_info_interop’ structure. This file_header_info_interop structure contains the GUID of the CZI document and the version levels of CZI.

Parameters:
  • reader_object – The reader object.

  • file_header_info_interop[out] If successful, the retrieved information is put here.

Returns:

An error-code indicating success or failure of the operation.