CreateObjSpecifier

Function CreateObjSpecifier 

Source
pub unsafe extern "C-unwind" fn CreateObjSpecifier(
    desired_class: DescType,
    the_container: *mut AEDesc,
    key_form: DescType,
    key_data: *mut AEDesc,
    dispose_inputs: bool,
    obj_specifier: *mut AEDesc,
) -> i16
Available on crate features AEDataModel and AEPackObject only.
Expand description

ยงSafety

  • the_container must be a valid pointer.
  • key_data must be a valid pointer.
  • obj_specifier must be a valid pointer.