home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / pmvkp1_2.zip / pmvkproc.hlp (.txt) < prev    next >
OS/2 Help File  |  1994-05-25  |  5KB  |  146 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. General Help ΓòÉΓòÉΓòÉ
  3.  
  4. PMVKPROC v1.2 
  5.  
  6. The PMVKPROC utility list all processes runnning in OS/2 2.X in an PM window. 
  7. The parent-child dependencies and a detailed information for every process is 
  8. shown. Additionally every shown process can be killed by the user. 
  9.  
  10. PMVKPROC is a full 32-bit application which uses the undocumented API 
  11. DosQProcStatus to get a list of running processes  - therefore its stability is 
  12. in question because IBM could change or remove this API without telling anyone. 
  13. But this API stayed the same for a long time.... 
  14.  
  15. The main window contains the following areas: 
  16.  
  17. o Two list boxes: 
  18.  
  19.    - Processes list box 
  20.    - Process info box 
  21.  
  22. o Four buttons: 
  23.  
  24.    - Refresh button 
  25.    - Kill button 
  26.    - Exit button 
  27.    - Help button 
  28.  
  29. The PMVKPROC utility is a fully functional shareware version. Support shareware 
  30. by registering this copy of PMVKPROC. Please send $10 to the account: 
  31.  
  32. Frank Stanischewski 
  33. Bank : Dresdner Bank 
  34. Bank number : 760 800 40 
  35. S.W.I.F.T. : DRES DE FF 763 
  36. Account number : 5 419 165 00 / 400 
  37.  
  38.  or send $10 (check or cash) to: 
  39.  
  40. Frank Stanischewski 
  41. Aeussere Tennenloher Strasse 6 
  42. D-91058 Erlangen 
  43. Germany 
  44.  
  45. (C) 1994 Frank Stanischewski 
  46.  
  47. Versions : 
  48.  
  49. Version 1.1 
  50.  
  51.    Added new DLL : FISSOFT.DLL. Linked statically with other libraries. 
  52.  
  53. Version 1.2 
  54.  
  55.    Added module information of processes. Error SYS3175 debugged. Linked 
  56.    everything statically, need no DLL anymore. 
  57.  
  58.  
  59. ΓòÉΓòÉΓòÉ 1.1. Help Button ΓòÉΓòÉΓòÉ
  60.  
  61. Pressing this button opens the help window with the general help. 
  62.  
  63.  
  64. ΓòÉΓòÉΓòÉ 1.2. Refresh Button ΓòÉΓòÉΓòÉ
  65.  
  66. Pressing this button refreshes the processes list box. 
  67.  
  68. If one starts a new process or stops an old one outside the PMVKPROC window the 
  69. processes list is invalid and should be actualised. Therefore the Refresh 
  70. Button should be pressed. 
  71.  
  72.  
  73. ΓòÉΓòÉΓòÉ 1.3. Kill Button ΓòÉΓòÉΓòÉ
  74.  
  75. Pressing this button kills the selected process. 
  76.  
  77. To kill a process which is selected in the processes list box and its detailed 
  78. information are shown in the process info box can be kill be pressing the 
  79. button. A warning window appears after pressing the button. 
  80.  
  81.  
  82. ΓòÉΓòÉΓòÉ 1.4. Exit Button ΓòÉΓòÉΓòÉ
  83.  
  84. Pressing this button closes the PMVKPROC window. If pressed the program window 
  85. is closed without inquiry ! 
  86.  
  87. Good Bye ! 
  88.  
  89.  
  90. ΓòÉΓòÉΓòÉ 1.5. Processes List Box ΓòÉΓòÉΓòÉ
  91.  
  92. This list box displays all processes which are currently running. 
  93.  
  94. The processes are listed with their full name. The parent-child relationship 
  95. between the processes is shown by indenting the child process one character. 
  96. For example 
  97.  
  98.     \os2\pmshell.exe
  99.      \os2\cmd.exe
  100.      \os2\epm.exe
  101.  
  102. The processes cmd.exe and epm.exe are childs of pmshell.exe. so cmd.exe and 
  103. epm.exe are siblings. 
  104.  
  105. To select one process click on the desired process. Then the detail information 
  106. is shown in the process information box. 
  107.  
  108.  
  109. ΓòÉΓòÉΓòÉ 1.6. Process Information Box ΓòÉΓòÉΓòÉ
  110.  
  111. This box shows the detail informations of a process which is select in the 
  112. processes list box. 
  113.  
  114. The informations are: 
  115.  
  116. o Process name 
  117. o Process ID 
  118. o Process priority 
  119. o Parent process name 
  120. o Threads: 
  121.  
  122.    - Number of threads of thr process 
  123.    - Thread ID (process related), Thread System ID (system related), Thread 
  124.      priority 
  125.  
  126.  
  127. ΓòÉΓòÉΓòÉ 2. Keys Help Panel ΓòÉΓòÉΓòÉ
  128.  
  129. The following is a list of system-provided keys: 
  130.  
  131. Alt-F4    Close window. 
  132. Alt-F7    Move window. 
  133. Alt-F9    Minimize window. 
  134. Ctrl-ESC  Window list. 
  135.  
  136. The following is a list of application-provided keys: 
  137.  
  138. Alt-X     Exit. 
  139. Alt-G     General help. 
  140. Alt-H     sample (General Help). 
  141. Alt-K     Keys help. 
  142. Alt-I     Help index. 
  143. Alt-P     Product information. 
  144. Alt-R     Refresh process list. 
  145. Alt-L     Kill process. 
  146.