Jump to content

RexxVIO: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
 
Line 3: Line 3:
* REXXVIO.DLL
* REXXVIO.DLL
==Functions==
==Functions==
* VioLoadFuncs
* VioLoadFuncs - Loads all RexxVio functions
* VioDropFuncs
* VioDropFuncs - Drops all RexxVio functions
* RxVioScrollLeft
* RxVioGetCurType - Returns the cursor type
* RxVioScrollRight
* RxVioReadCellStr - Reads a string of character-attribute pairs
* RxVioScrollUp
* RxVioScrollDown - Scrolls the entire display buffer down
* RxVioScrollDown
* RxVioScrollLeft - Scrolls the entire display buffer left
* RxVioReadCellStr
* RxVioScrollRight - Scrolls the entire display buffer right
* RxVioWrtCellStr
* RxVioScrollUp - Scrolls the entire display buffer up
* RxVioWrtCharStr
* RxVioSetCurType - Sets the cursor type
* RxVioWrtCharStrAttr
* RxVioWrtCellStr - Writes a string of character-attribute pairs
* RxVioGetCurType
* RxVioWrtCharStr - Writes a character string
* RxVioSetCurType
* RxVioWrtCharStrAttr - Writes a character string with repeated attribute
* RxVioWrtNAttr
* RxVioWrtNAttr - Writes an attribute
* RxVioWrtNCell
* RxVioWrtNCell - Writes a cell
* RxVioWrtNChar
* RxVioWrtNChar - Writes a character


==License==
==License==

Latest revision as of 18:58, 29 October 2023

RexxVIO is an interface between REXX and some Vioxxx APIs. Source code and documentation are included. As of today, the only supported APIs are VioScrollxxx, VioGet/SetCurType, VioReadCellStr, VioWrtNxxx and VioWrtxxx. Includes its source code.

Files
  • REXXVIO.DLL

Functions

  • VioLoadFuncs - Loads all RexxVio functions
  • VioDropFuncs - Drops all RexxVio functions
  • RxVioGetCurType - Returns the cursor type
  • RxVioReadCellStr - Reads a string of character-attribute pairs
  • RxVioScrollDown - Scrolls the entire display buffer down
  • RxVioScrollLeft - Scrolls the entire display buffer left
  • RxVioScrollRight - Scrolls the entire display buffer right
  • RxVioScrollUp - Scrolls the entire display buffer up
  • RxVioSetCurType - Sets the cursor type
  • RxVioWrtCellStr - Writes a string of character-attribute pairs
  • RxVioWrtCharStr - Writes a character string
  • RxVioWrtCharStrAttr - Writes a character string with repeated attribute
  • RxVioWrtNAttr - Writes an attribute
  • RxVioWrtNCell - Writes a cell
  • RxVioWrtNChar - Writes a character

License

Links