Function libCZI_WriterAddSubBlock

Function libCZI_WriterAddSubBlock#

Function Documentation#

LibCZIApiErrorCode libCZI_WriterAddSubBlock(CziWriterObjectHandle writer_object, const AddSubBlockInfoInterop *add_sub_block_info_interop)#

Add the specified sub-block to the writer object. The sub-block information is provided in the ‘add_sub_block_info_interop’ structure.

Parameters:
  • writer_object – The writer object.

  • add_sub_block_info_interop – Information describing the sub-block to be added.

Returns:

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