Carbon


AEObjectInit

Header: AEObjects.h Carbon status: Supported

Initializes the Object Support Library.

OSErr AEObjectInit ();
function result

A result code.

DISCUSSION

You must call this function before calling any of the Apple Event Manager functions that describe or manipulate Apple event objects.

You should call the AEObjectInit function to initialize the Apple Event Manager functions that handle object specifier records and Apple event objects.

VERSION NOTES

To make these functions available to your application with version 1.01 and earlier versions of the Apple Event Manager, you must also link the Apple Event Object Support Library with your application when you build it. For more information, see the Version Notes section for “AppleScript Gestalt Selector and Attributes” and the function AERemoveSpecialHandler.

AVAILABILITY

Supported in Carbon. Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.


© 2000 Apple Computer, Inc. — (Last Updated 5/8/2000)