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