Function libCZI_WriterAddAttachment

Function libCZI_WriterAddAttachment#

Function Documentation#

LibCZIApiErrorCode libCZI_WriterAddAttachment(CziWriterObjectHandle writer_object, const AddAttachmentInfoInterop *add_attachment_info_interop)#

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

Parameters:
  • writer_object – The writer object.

  • add_attachment_info_interop – Information describing the attachment to be added.

Returns:

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