Skip to main content

libCZI_WriterAddAttachment

Function libCZI_WriterAddAttachment 

Source
pub unsafe extern "C" fn libCZI_WriterAddAttachment(
    writer_object: CziWriterObjectHandle,
    add_attachment_info_interop: *const AddAttachmentInfoInterop,
) -> LibCZIApiErrorCode
Expand description

Add the specified attachment to the writer object. The attachment is provided in the ‘add_attachment_info_interop’ structure.

\param writer_object The writer object. \param add_attachment_info_interop Information describing the attachment to be added.

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