Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Interapplication Communication /
Chapter 6 - Resolving and Creating Object Specifier Records / Reference to Resolving and Creating Object Specifier Records
Routines for Resolving and Creating Object Specifier Records / Initializing the Object Support Library


AEObjectInit

You use the AEObjectInit function to initialize the Object Support Library.

FUNCTION AEObjectInit: OSErr; 
DESCRIPTION
You must call this function before calling any of the Apple Event Manager routines that describe or manipulate Apple event objects.

RESULT CODES
noErr0No error occurred
memFullErr-108Not enough room in heap zone
errAENewerVersion-1706Need a newer version of the Apple Event Manager

Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996