AEGetParamDesc

Function AEGetParamDesc 

Source
pub unsafe extern "C-unwind" fn AEGetParamDesc(
    the_apple_event: *const AppleEvent,
    the_ae_keyword: AEKeyword,
    desired_type: DescType,
    result: *mut AEDesc,
) -> i16
Available on crate feature AEDataModel only.
Expand description

ยงSafety

  • the_apple_event must be a valid pointer.
  • result must be a valid pointer.