![]() |
Process-Identification Constants |
Header: Processes.h |
enum { kNoProcess = 0, kSystemProcess = 1, kCurrentProcess = 2 };
Identifies a process that doesnt exist.
Identifies a process that belongs to the Operating System.
Identifies the current process.
The Process Manager provides three constants that can be used instead of a process serial number to identify a process.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)