Skip to main content

libCZI_ReaderGetMetadataSegment

Function libCZI_ReaderGetMetadataSegment 

Source
pub unsafe extern "C" fn libCZI_ReaderGetMetadataSegment(
    reader_object: CziReaderObjectHandle,
    metadata_segment_object: *mut MetadataSegmentObjectHandle,
) -> LibCZIApiErrorCode
Expand description

Create a metadata-segment object from the reader-object. The metadata-segment object can be used to retrieve the XML-metadata of the CZI-document.

\param reader_object The reader object. \param [out] metadata_segment_object If successful, a handle to the metadata-segment object is put here.

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