![]() |
AEObjectInit |
||||
Header: | AEObjects.h | Carbon status: | Supported | |
Initializes the Object Support Library.
OSErr AEObjectInit ();
A result code.
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.
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 AERemoveSpecialHandler
.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)