REXXAPI.DLL: Difference between revisions
Appearance
No edit summary |
|||
Line 2: | Line 2: | ||
==Versions== | ==Versions== | ||
{| | {| class="wikitable" | ||
!Date | !Date | ||
!Version | !Version | ||
Line 13: | Line 12: | ||
|40,995 bytes | |40,995 bytes | ||
| | | | ||
|} | |} | ||
==DLL Entry Points== | ==DLL Entry Points== | ||
{| class="wikitable" | |||
{| | |||
|- | |- | ||
|1 | |1 | ||
Line 148: | Line 145: | ||
==Alterantives== | ==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. | * 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. | ||
[[Category:Files]] | [[Category:Files]] |
Revision as of 15:42, 20 April 2016
This file is part of the REXX component of OS/2 and eCS. It seems to have functions of Object REXX.
Versions
Date | Version | Size | Comments |
---|---|---|---|
9-06-2000 12:42 | N/A | 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.