Skip to main content

libCZI_ReaderGetAttachmentCount

Function libCZI_ReaderGetAttachmentCount 

Source
pub unsafe extern "C" fn libCZI_ReaderGetAttachmentCount(
    reader_object: CziReaderObjectHandle,
    count: *mut c_int,
) -> LibCZIApiErrorCode
Expand description

Get the number of attachments available.

\param reader_object The reader object. \param [out] count The number of available attachments is put here. \returns An error-code indicating success or failure of the operation.