Jump to content

RxFnSet

From EDM2
Revision as of 01:28, 3 January 2021 by Ak120 (talk | contribs)

RxFnSet is an OS/2 Rexx callable 32-bit DLL with functions to manage processes (list, kill), number of file handles, switch list, query file system type, mask/convert text with wildcard.

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