Contents

AECheckIsRecord(_:)

Determines whether a descriptor is truly an AERecord.

Declaration

func AECheckIsRecord(_ theDesc: UnsafePointer<AEDesc>!) -> Bool

Parameters

  • theDesc:

    A pointer to the descriptor to check.

Return Value

Returns true if the descriptor is an AERecord or an AppleEvent, false otherwise.

Discussion

Thread safe starting in OS X v10.2.

See Also

Miscellaneous