home *** CD-ROM | disk | FTP | other *** search
- #ifndef OS_PROC_OPH
- #define OS_PROC_OPH
-
- #define ProcCopyFromById $91
- #define ProcCopyToById $92
- #define ProcIndStringCopyFromById $DC
- #define ProcPanic $90
-
- #define ProcManager $88
-
- #define ProcCreate $0400
- #define ProcCreateTask $0500
- #define ProcFind $0B00
- #define ProcGetOwner $1000
- #define ProcGetPriority $0200
- #define ProcId $0000
- #define ProcIdByName $0100
- #define ProcKill $0800
- #define ProcNameById $0A00
- #define ProcOnTerminate $0E00
- #define ProcPanicById $0900
- #define ProcRename $0C00
- #define ProcResume $0600
- #define ProcSetPriority $0300
- #define ProcSuspend $0700
- #define ProcTerminate $0D00
- #define ProcWatchAllExits $0F00
-
- #endif
-