home *** CD-ROM | disk | FTP | other *** search
/ PSION CD 2 / PsionCDVol2.iso / Programs / 876 / hugs.sis / RProcess.SIS / RProcess.oxh (.txt) < prev   
Encoding:
EPOC OPL Source  |  2000-09-21  |  1.5 KB  |  41 lines

  1.  
  2.  
  3. REM RProcess.OXH Version 1.0
  4. REM Header file for RPRocess.OPX
  5.  
  6. CONST KOpxRProcessUid&=&100094A2
  7. CONST KOpxRPRocessVersion%=$100
  8.  
  9. REM --------------------------------------------- Methods
  10. DECLARE OPX RPRocess,KOpxRProcessUid&,KOpxRPRocessVersion%
  11.  
  12.     ProcessOPXVersion%:() : 1
  13.     
  14.     ProcessNewProcess&:() : 2
  15.     ProcessDeleteProcess:(BYREF this&) : 3
  16.     ProcessCreate%:(this&, command$, arg$) : 4
  17.     ProcessOpenName%:(this&, name$) : 5
  18.     ProcessOpenFind%:(this&, find$, skip%) : 6
  19.     ProcessRename%:(this&, name$) : 7
  20.     ProcessPriority&:(this&) : 8
  21.     ProcessSetPriority&:(this&, prio&) : 9
  22.     ProcessResume:(this&) : 10
  23.     ProcessKill:(this&, reason&) : 11
  24.     ProcessPanic:(this&, category$, reason&) : 12
  25.     ProcessExitType%:(this&) : 13
  26.     ProcessExitReason%:(this&) : 14
  27.     ProcessUIDType:(this&, BYREF UID1&, BYREF UID2&, BYREF UID3&) : 15
  28.     ProcessFileName$:(this&) : 16
  29.     ProcessCommandLine$:(this&) : 17
  30.     ProcessGetRamSizes:(this&, BYREF CodeSize&, BYREF ConstDataSize&, BYREF InitializedDataSize&, BYREF UninitializedDataSize&) : 18
  31.     ProcessLoadedFromRam%:(this&) : 19
  32.     ProcessProtected%:(this&) : 20
  33.     ProcessOwner%:(this&, BYREF that&) : 21
  34.     ProcessSetUIDType:(this&, UID1&, UID2&, UID3&) : 22
  35.     ProcessSetProtected:(this&, prot%) : 23
  36.     ProcessSetOwner:(this&, that&) : 24
  37. END DECLARE
  38.  
  39.  
  40.  
  41.