REXXAPI.DLL: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
This file is part of the REXX component of OS/2 | This file is part of the REXX component of OS/2. | ||
==Versions== | ==Versions== | ||
{| class="wikitable" | {| class="wikitable" | ||
!Date | !Date||Version||Size||Comments | ||
|- | |- | ||
| | |1992-10-15 21:34|| ||33,367 bytes|| | ||
| | |- | ||
|40,995 bytes | |2000-09-06 12:42|| ||40,995 bytes|| | ||
| | |||
|} | |} | ||
==DLL Entry Points== | ==DLL Entry Points== | ||
{| class="wikitable" | {| class="wikitable" | ||
|1||RexxCreateQueue | |||
|2||RexxDeleteQueue | |||
|- | |- | ||
| | |3||RexxAddQueue | ||
|4||RexxPullQueue | |||
| | |||
|RexxAddQueue | |||
|4 | |||
|RexxPullQueue | |||
|- | |- | ||
|5 | |5||RexxQueryQueue | ||
|RexxQueryQueue | |6||RexxRegisterSubcomDll | ||
|6 | |||
|RexxRegisterSubcomDll | |||
|- | |- | ||
|7 | |7||RexxRegisterSubcomExe | ||
|RexxRegisterSubcomExe | |8||RexxQuerySubcom | ||
|8 | |||
|RexxQuerySubcom | |||
|- | |- | ||
|9 | |9||RexxDeregisterSubcom | ||
|RexxDeregisterSubcom | |10||RexxLoadSubcom | ||
|10 | |||
|RexxLoadSubcom | |||
|- | |- | ||
|11 | |11||RexxRegisterExitDll | ||
|RexxRegisterExitDll | |12||RexxRegisterExitExe | ||
|12 | |||
|RexxRegisterExitExe | |||
|- | |- | ||
|13 | |13||RexxDeregisterExit | ||
|RexxDeregisterExit | |14||RexxQueryExit | ||
|14 | |||
|RexxQueryExit | |||
|- | |- | ||
|15 | |15||RexxCallExit | ||
|RexxCallExit | |16||RexxCallSubcom | ||
|16 | |||
|RexxCallSubcom | |||
|- | |- | ||
|17 | |17||RexxRegisterFunctionDll | ||
|RexxRegisterFunctionDll | |18||RexxRegisterFunctionExe | ||
|18 | |||
|RexxRegisterFunctionExe | |||
|- | |- | ||
|19 | |19||RexxDeregisterFunction | ||
|RexxDeregisterFunction | |20||RexxQueryFunction | ||
|20 | |||
|RexxQueryFunction | |||
|- | |- | ||
|21 | |21||RexxCallFunction | ||
|RexxCallFunction | |22||RexxAddMacro | ||
|22 | |||
|RexxAddMacro | |||
|- | |- | ||
|23 | |23||RexxDropMacro | ||
|RexxDropMacro | |24||RexxClearMacroSpace | ||
|24 | |||
|RexxClearMacroSpace | |||
|- | |- | ||
|25 | |25||RexxLoadMacroSpace | ||
|RexxLoadMacroSpace | |26||RexxQueryMacro | ||
|26 | |||
|RexxQueryMacro | |||
|- | |- | ||
|27 | |27||RexxReorderMacro | ||
|RexxReorderMacro | |28||RexxSaveMacroSpace | ||
|28 | |||
|RexxSaveMacroSpace | |||
|- | |- | ||
|29 | |29||RexxExecuteMacroFunction | ||
|RexxExecuteMacroFunction | |30||RXMACROLOAD | ||
|30 | |||
|RXMACROLOAD | |||
|- | |- | ||
|31 | |31||RXMACROSAVE | ||
|RXMACROSAVE | |32||RXSUBCOMLOAD | ||
|32 | |||
|RXSUBCOMLOAD | |||
|- | |- | ||
|33 | |33||RXMACRODROP | ||
|RXMACRODROP | |34||RXEXITQUERY | ||
|34 | |||
|RXEXITQUERY | |||
|- | |- | ||
|35 | |35||RXMACROERASE | ||
|RXMACROERASE | |36||RXSUBCOMDROP | ||
|36 | |||
|RXSUBCOMDROP | |||
|- | |- | ||
|37 | |37||RXMACROQUERY | ||
|RXMACROQUERY | |38||RXMACROCHANGE | ||
|38 | |||
|RXMACROCHANGE | |||
|- | |- | ||
|39 | |39||RXSUBCOMQUERY | ||
|RXSUBCOMQUERY | |40||RXFUNCTIONCALL | ||
|40 | |||
|RXFUNCTIONCALL | |||
|- | |- | ||
|41 | |41||RXEXITREGISTER | ||
|RXEXITREGISTER | |42||RXMACROREORDER | ||
|42 | |||
|RXMACROREORDER | |||
|- | |- | ||
|43 | |43||RXSUBCOMEXECUTE | ||
|RXSUBCOMEXECUTE | |44||RXSUBCOMREGISTER | ||
|44 | |||
|RXSUBCOMREGISTER | |||
|- | |- | ||
|45 | |45||RXFUNCTIONQUERY | ||
|RXFUNCTIONQUERY | |46||RXFUNCTIONREGISTER | ||
|46 | |||
|RXFUNCTIONREGISTER | |||
|- | |- | ||
|47 | |47||RXEXITDROP | ||
|RXEXITDROP | |48||RXFUNCTIONDEREGISTER | ||
|48 | |||
|RXFUNCTIONDEREGISTER | |||
|} | |} | ||
Revision as of 16:28, 5 September 2016
This file is part of the REXX component of OS/2.
Versions
Date | Version | Size | Comments |
---|---|---|---|
1992-10-15 21:34 | 33,367 bytes | ||
2000-09-06 12:42 | 40,995 bytes |
DLL Entry Points
1 | RexxCreateQueue | 2 | RexxDeleteQueue |
3 | RexxAddQueue | 4 | RexxPullQueue |
5 | RexxQueryQueue | 6 | RexxRegisterSubcomDll |
7 | RexxRegisterSubcomExe | 8 | RexxQuerySubcom |
9 | RexxDeregisterSubcom | 10 | RexxLoadSubcom |
11 | RexxRegisterExitDll | 12 | RexxRegisterExitExe |
13 | RexxDeregisterExit | 14 | RexxQueryExit |
15 | RexxCallExit | 16 | RexxCallSubcom |
17 | RexxRegisterFunctionDll | 18 | RexxRegisterFunctionExe |
19 | RexxDeregisterFunction | 20 | RexxQueryFunction |
21 | RexxCallFunction | 22 | RexxAddMacro |
23 | RexxDropMacro | 24 | RexxClearMacroSpace |
25 | RexxLoadMacroSpace | 26 | RexxQueryMacro |
27 | RexxReorderMacro | 28 | RexxSaveMacroSpace |
29 | RexxExecuteMacroFunction | 30 | RXMACROLOAD |
31 | RXMACROSAVE | 32 | RXSUBCOMLOAD |
33 | RXMACRODROP | 34 | RXEXITQUERY |
35 | RXMACROERASE | 36 | RXSUBCOMDROP |
37 | RXMACROQUERY | 38 | RXMACROCHANGE |
39 | RXSUBCOMQUERY | 40 | RXFUNCTIONCALL |
41 | RXEXITREGISTER | 42 | RXMACROREORDER |
43 | RXSUBCOMEXECUTE | 44 | RXSUBCOMREGISTER |
45 | RXFUNCTIONQUERY | 46 | RXFUNCTIONREGISTER |
47 | RXEXITDROP | 48 | RXFUNCTIONDEREGISTER |
DLLs Loaded
- DOSCALL1.DLL
- QUECALLS.DLL
Alterantives
- Some of the REXX functions available on this file are also available on Regina REXX - REGINA.DLL but a file replacement has not been created.