AEGetObjectAccessor

Function AEGetObjectAccessor 

Source
pub unsafe extern "C-unwind" fn AEGetObjectAccessor(
    desired_class: DescType,
    container_type: DescType,
    accessor: *mut OSLAccessorUPP,
    accessor_refcon: *mut *mut c_void,
    is_sys_handler: bool,
) -> i16
Available on crate features AEDataModel and AEObjects only.
Expand description

ยงSafety

  • accessor must be a valid pointer.
  • accessor_refcon must be a valid pointer.