AECheckIsRecord

Function AECheckIsRecord 

Source
pub unsafe extern "C-unwind" fn AECheckIsRecord(
    the_desc: *const AEDesc,
) -> bool
Available on crate feature AEDataModel only.
Expand description

The following calls apply to AERecord. Since AERecord is a subtype of AEDescList, the calls in the previous sections can also be used for AERecord an AERecord can be created by using AECreateList with isRecord set to true.



AERecords can have an abitrary descriptorType. This allows you to check if desc is truly an AERecord


ยงSafety

the_desc must be a valid pointer.