Important: The information in this document is obsolete and should not be used for new development.
RsrcZoneInit
System software automatically calls theRsrcZoneInitprocedure 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 theRsrcZoneInitprocedure at system startup when extensions are loaded, because each extension has its own application heap. System software callsRsrcZoneInitonce again when the Process Manager starts up. After that, the procedure is not called again.