Function libCZI_ReaderOpen#
Defined in File libCZIApi.h
Function Documentation#
-
LibCZIApiErrorCode libCZI_ReaderOpen(CziReaderObjectHandle reader_object, const ReaderOpenInfoInterop *open_info)#
Instruct the specified reader-object to open a CZI-document. The ‘open_info’ parameter contains a handle to a stream-object which is used to read the document.
- Parameters:
reader_object – A handle representing the reader-object.
open_info – Parameters controlling the operation.
- Returns:
An error-code indicating success or failure of the operation.