source: rxutilex/trunk/rxutilex.def@ 16

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