home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / psion / opp16f_zip / INCLUDE / OS / PROC.OPH < prev    next >
Encoding:
Text File  |  1995-12-21  |  696 b   |  30 lines

  1. #ifndef OS_PROC_OPH
  2. #define OS_PROC_OPH
  3.  
  4. #define ProcCopyFromById    $91
  5. #define ProcCopyToById        $92
  6. #define ProcIndStringCopyFromById    $DC
  7. #define ProcPanic        $90
  8.  
  9. #define ProcManager        $88
  10.  
  11. #define ProcCreate        $0400
  12. #define ProcCreateTask        $0500
  13. #define ProcFind        $0B00
  14. #define ProcGetOwner        $1000
  15. #define ProcGetPriority        $0200
  16. #define ProcId            $0000
  17. #define ProcIdByName        $0100
  18. #define ProcKill        $0800
  19. #define ProcNameById        $0A00
  20. #define ProcOnTerminate        $0E00
  21. #define ProcPanicById        $0900
  22. #define ProcRename        $0C00
  23. #define ProcResume        $0600
  24. #define ProcSetPriority        $0300
  25. #define ProcSuspend        $0700
  26. #define ProcTerminate        $0D00
  27. #define ProcWatchAllExits    $0F00
  28.  
  29. #endif
  30.