AEGetParamPtr

Function AEGetParamPtr 

Source
pub unsafe extern "C-unwind" fn AEGetParamPtr(
    the_apple_event: *const AppleEvent,
    the_ae_keyword: AEKeyword,
    desired_type: DescType,
    actual_type: *mut DescType,
    data_ptr: *mut c_void,
    maximum_size: c_long,
    actual_size: *mut c_long,
) -> i16
Available on crate feature AEDataModel only.
Expand description

ยงSafety

  • the_apple_event must be a valid pointer.
  • actual_type must be a valid pointer.
  • data_ptr must be a valid pointer.
  • actual_size must be a valid pointer.