Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Apple Developer Connection
Advanced Search
Member Login Log In | Not a Member? Contact ADC

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

Get information on Apple products.
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Copyright © 2007 Apple Inc.
All rights reserved. | Terms of use | Privacy Notice