source: rxutilex/trunk/rxutilex.def@ 17

Last change on this file since 17 was 17, checked in by Alex Taylor, 11 years ago

More work on named-pipe and I/O functions. Added some test cases for the new functionality. Updated documentation.

File size: 614 bytes
Line 
1LIBRARY RXUTILEX INITINSTANCE TERMINSTANCE
2DATA MULTIPLE NONSHARED
3DESCRIPTION '@#Alex Taylor:0.0.5#@##1## 21 Sep 2014 15:39:46 REINFORCE::::::@@Extra REXX Utility Functions'
4
5EXPORTS Sys2LoadFuncs
6Sys2DropFuncs
7Sys2Version
8Sys2FormatTime
9Sys2GetEpochTime
10Sys2GetClipboardText
11Sys2PutClipboardText
12Sys2KillProcess
13Sys2QueryProcess
14Sys2QueryProcessList
15Sys2QueryForegroundProcess
16Sys2QueryPhysicalMemory
17Sys2ReplaceModule
18Sys2LocateDLL
19Sys2CreateNamedPipe
20Sys2ConnectNamedPipe
21Sys2DisconnectNamedPipe
22Sys2CheckNamedPipe
23Sys2Open
24Sys2Close
25Sys2Seek
26Sys2Read
27Sys2Write
28
Note: See TracBrowser for help on using the repository browser.