Jump to content

PYRxUtil: Difference between revisions

From EDM2
Created page with "PYRxUtil library gives tools that are more universal than just only the access to API to perform the following operations: * Keyboard input * Screen input/output * Input/out..."
 
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
PYRxUtil library gives tools that are more universal than just only the access to API to perform the following operations:
PYRxUtil library gives tools that are more universal than just only the access to API to perform the following operations:
* Keyboard input  
* Keyboard input
* Screen input/output  
* Screen input/output
* Input/output with files/pipes
* Input/output with files/pipes
* Redirection of standard files  
* Redirection of standard files
* Using system clipboard - using dialog message boxes  
* Using system clipboard - using dialog message boxes
* Obtaining general system and CPU information  
* Obtaining general system and CPU information
* Management for processes, windows and tasks  
* Management for processes, windows and tasks
* System termination  
* System termination
* Power management.  
* Power management.
;Files
* PYRXUTIL.DLL


==Functions==
==Functions==
*PYRxInit  
*PYRxInit
*PYRxOpen  
*PYRxOpen
*PYRxRW  
*PYRxRW
*PYRxRedir  
*PYRxRedir
*PYRxKey  
*PYRxKey
*PYRxShow  
*PYRxShow
*PYRxClip  
*PYRxClip
*PYRxMsg  
*PYRxMsg
*PYRxGo  
*PYRxGo


==License==
* License: Free for non-commercial use.
* Author: Yury Pogrebnyak


==Files==
==Links==
* PYRXUTIL.DLL
* {{FileLink|PYRxUtil_2003-09-03.zip}}
 
==License==
* License: Free for non commercial use.
* Author:Yury Pogrebnyak


==Link==
[[Category:REXX Function Library]]
* [http://www.os2site.com/sw/dev/rexx/libs/pyrxutil_20030903_en.zip 20030903_en]
* [http://www.os2site.com/sw/dev/rexx/libs/pyrxutil_20030903_ru.zip 20030903_ru]

Latest revision as of 15:06, 27 January 2024

PYRxUtil library gives tools that are more universal than just only the access to API to perform the following operations:

  • Keyboard input
  • Screen input/output
  • Input/output with files/pipes
  • Redirection of standard files
  • Using system clipboard - using dialog message boxes
  • Obtaining general system and CPU information
  • Management for processes, windows and tasks
  • System termination
  • Power management.
Files
  • PYRXUTIL.DLL

Functions

  • PYRxInit
  • PYRxOpen
  • PYRxRW
  • PYRxRedir
  • PYRxKey
  • PYRxShow
  • PYRxClip
  • PYRxMsg
  • PYRxGo

License

  • License: Free for non-commercial use.
  • Author: Yury Pogrebnyak

Links