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: Processes
Chapter 2 - Process Manager / Process Manager Reference
Constants


Process-Identification Constants

The Process Manager provides three constants that can be used instead of a process serial number to identify a process:

CONST
   kNoProcess        = 0;        {process doesn't exist}
   kSystemProcess    = 1;        {process belongs to OS}
   kCurrentProcess   = 2;        {the current process}
Constant descriptions

kNoProcess
Identifies a process that doesn't exist.
kSystemProcess
Identifies a process that belongs to the Operating System.
kCurrentProcess
Identifies the current process.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
17 JUN 1996