AEGetArray

Function AEGetArray 

Source
pub unsafe extern "C-unwind" fn AEGetArray(
    the_ae_desc_list: *const AEDescList,
    array_type: AEArrayType,
    array_ptr: AEArrayDataPointer,
    maximum_size: c_long,
    item_type: *mut DescType,
    item_size: *mut c_long,
    item_count: *mut c_long,
) -> i16
Available on crate feature AEDataModel only.
Expand description

ยงSafety

  • the_ae_desc_list must be a valid pointer.
  • array_ptr must be a valid pointer.
  • item_type must be a valid pointer.
  • item_size must be a valid pointer.
  • item_count must be a valid pointer.