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: More Macintosh Toolbox /
Chapter 1 - Resource Manager / Resource Manager Reference
Resource Manager Routines / Initializing the Resource Manager


RsrcZoneInit

System software automatically calls the RsrcZoneInit procedure when system software starts up and when the Process Manager starts up. Your application should not call this routine directly.

PROCEDURE RsrcZoneInit;
DESCRIPTION
System software automatically calls the RsrcZoneInit procedure at system startup when extensions are loaded, because each extension has its own application heap. System software calls RsrcZoneInit once again when the Process Manager starts up. After that, the procedure is not called again.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
6 JUL 1996