Skip to main content

libCZI_SubBlockGetInfo

Function libCZI_SubBlockGetInfo 

Source
pub unsafe extern "C" fn libCZI_SubBlockGetInfo(
    sub_block_object: SubBlockObjectHandle,
    sub_block_info: *mut SubBlockInfoInterop,
) -> LibCZIApiErrorCode
Expand description

Get Information about the sub-block.

\param sub_block_object The sub-block object. \param [out] sub_block_info If successful, information about the sub-block object is put here.

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