|
Last change
on this file since 16 was 16, checked in by Alex Taylor, 11 years ago |
|
Added named-pipe and I/O functions (not yet fully tested).
|
|
File size:
614 bytes
|
| Rev | Line | |
|---|
| [4] | 1 | LIBRARY RXUTILEX INITINSTANCE TERMINSTANCE
|
|---|
| 2 | DATA MULTIPLE NONSHARED
|
|---|
| [16] | 3 | DESCRIPTION '@#Alex Taylor:0.0.5#@##1## 20 Sep 2014 20:12:24 REINFORCE::::::@@Extra REXX Utility Functions'
|
|---|
| [4] | 4 |
|
|---|
| 5 | EXPORTS Sys2LoadFuncs
|
|---|
| 6 | Sys2DropFuncs
|
|---|
| 7 | Sys2Version
|
|---|
| 8 | Sys2FormatTime
|
|---|
| 9 | Sys2GetEpochTime
|
|---|
| 10 | Sys2GetClipboardText
|
|---|
| 11 | Sys2PutClipboardText
|
|---|
| 12 | Sys2KillProcess
|
|---|
| 13 | Sys2QueryProcess
|
|---|
| 14 | Sys2QueryProcessList
|
|---|
| 15 | Sys2QueryForegroundProcess
|
|---|
| 16 | Sys2QueryPhysicalMemory
|
|---|
| 17 | Sys2ReplaceModule
|
|---|
| 18 | Sys2LocateDLL
|
|---|
| [16] | 19 | Sys2CreateNamedPipe
|
|---|
| 20 | Sys2ConnectNamedPipe
|
|---|
| 21 | Sys2DisconnectNamedPipe
|
|---|
| 22 | Sys2CheckNamedPipe
|
|---|
| 23 | Sys2Open
|
|---|
| 24 | Sys2Close
|
|---|
| 25 | Sys2Seek
|
|---|
| 26 | Sys2Read
|
|---|
| 27 | Sys2Write
|
|---|
| [4] | 28 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.