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 2 - Edition Manager / Edition Manager Reference
Edition Manager Routines / Initializing the Edition Manager


InitEditionPack

Before calling the InitEditionPack function, be sure to determine whether the Edition Manager is available on your system by using the Gestalt function with the gestaltEditionMgrAttr ('edtn') selector.

FUNCTION InitEditionPack: OSErr;
DESCRIPTION
The InitEditionPack function returns an error if the package could not be loaded into the system heap and properly initialized.

RESULT CODES
noErr0No error
memFullErr-108Could not load package

Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996