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: Operating System Utilities /
Chapter 10 - Package Manager / Package Manager Reference
Routines / Initialization of Packages


InitPack

You can use the InitPack procedure to load a specified package into memory.

PROCEDURE  InitPack (packID: Integer);
packID
A package resource ID.
DESCRIPTION
The InitPack procedure loads the package specified by the packID parameter into memory. The packID parameter is the package's resource ID. To initialize a specific package or manager, consult the documentation of the specific package or manager.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
6 JUL 1996