Skip to main content

libCZI_WriterWriteMetadata

Function libCZI_WriterWriteMetadata 

Source
pub unsafe extern "C" fn libCZI_WriterWriteMetadata(
    writer_object: CziWriterObjectHandle,
    write_metadata_info_interop: *const WriteMetadataInfoInterop,
) -> LibCZIApiErrorCode
Expand description

Add the specified metadata to the writer object. The metadata is provided in the ‘write_metadata_info_interop’ structure.

\param writer_object Handle to the writer object to which the metadata will be added. \param write_metadata_info_interop Information describing the metadata to be added.

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