Jump to content

RxFnSet: Difference between revisions

From EDM2
Created page with "RxFnSet is a Rexx callable DLL w/task & process API. ;Files * ==License== * BSD 3 Clauses * Author: Leshek Fiedorowicz ==Links== * [http://www.os2site.com/sw/dev/rexx/libs..."
 
Ak120 (talk | contribs)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
RxFnSet is a Rexx callable DLL w/task & process API.
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.


;Files
==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==
==License==
Line 9: Line 15:


==Links==
==Links==
* [http://www.os2site.com/sw/dev/rexx/libs/rxfnset.zip]
* [rxset211.zip]
* [https://github.com/OS2World/LIB-REXX-RxFnSet Source Code Git]


[[Category:REXX Function Library]]
[[Category:REXX Function Library]]

Latest revision as of 01:24, 5 October 2023

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

  • [rxset211.zip]