REXXAPI.DLL: Difference between revisions
Appearance
Created page with " {| border="1" |- |1 |RexxCreateQueue |2 |RexxDeleteQueue |- |3 |RexxAddQueue |4 |RexxPullQueue |- ..." |
No edit summary |
||
Line 123: | Line 123: | ||
|RXFUNCTIONDEREGISTER | |RXFUNCTIONDEREGISTER | ||
|} | |} | ||
[[Category:Files]] |
Revision as of 11:27, 27 August 2015
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 |