InvokeAEEventHandlerUPP

Function InvokeAEEventHandlerUPP 

Source
pub unsafe extern "C-unwind" fn InvokeAEEventHandlerUPP(
    the_apple_event: *const AppleEvent,
    reply: *mut AppleEvent,
    handler_refcon: *mut c_void,
    user_upp: AEEventHandlerUPP,
) -> i16
Available on crate feature AEDataModel only.
Expand description

ยงSafety

  • the_apple_event must be a valid pointer.
  • reply must be a valid pointer.
  • handler_refcon must be a valid pointer.
  • user_upp must be implemented correctly.