REXXAPI.DLL: Difference between revisions
Appearance
No edit summary |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
This file is part of the REXX component of OS/2. | |||
==Versions== | ==Versions== | ||
{| class="wikitable" | |||
!Date||Version||Size||Comments | |||
|- | |||
|1992-10-15 21:34|| ||33,367 bytes|| | |||
|- | |||
|2000-09-06 12:42|| ||40,995 bytes|| | |||
|} | |||
==DLL Entry Points== | ==DLL Entry Points== | ||
{| class="wikitable" | |||
{| | |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 | |||
| | |||
|RXEXITDROP | |||
|48 | |||
|RXFUNCTIONDEREGISTER | |||
|} | |} | ||
==DLLs Loaded== | |||
* DOSCALL1.DLL | |||
* QUECALLS.DLL | |||
[[Category:IBM REXX Files]] | |||
[[Category:Files]] |
Latest revision as of 11:16, 13 October 2018
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