Jump to content

RxFnSet: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
Line 2: Line 2:


==Functions==
==Functions==
* RxSetFH  
* RxSetFH - set new number of file handles for process
* RxAddFH
* RxAddFH - add number of file handles to the set already available
* RxTaskList
* RxTaskList - information on active tasks and PIDs (Switch List)
* RxKillProcess
* RxQProcesses - information on all active processes (pid, parent pid, module name, full module name)
* RxWildCard
* RxKillProcess - kill OS/2 process by PID
* RxQueryFileSystem
* RxQueryFileSystem - information on file system for drive
* RxWildCard - edit text with wildcard


==License==
==License==

Revision as of 21:36, 2 January 2021

RxFnSet is a Rexx callable DLL w/task & process API.

Functions

  • RxSetFH - set new number of file handles for process
  • RxAddFH - add number of file handles to the set already available
  • RxTaskList - information on active tasks and PIDs (Switch List)
  • RxQProcesses - information on all active processes (pid, parent pid, module name, full module name)
  • RxKillProcess - kill OS/2 process by PID
  • RxQueryFileSystem - information on file system for drive
  • RxWildCard - edit text with wildcard

License

  • BSD 3 Clauses
  • Author: Leshek Fiedorowicz

Links