pub unsafe extern "C-unwind" fn AEInstallSpecialHandler(
function_class: AEKeyword,
handler: AEEventHandlerUPP,
is_sys_handler: bool,
) -> i16Available on crate features
AEDataModel and AppleEvents only.Expand description
These calls are used to set up and modify special hooks into the AppleEvent manager.
ยงSafety
handler must be implemented correctly.