RxUtilEx: Difference between revisions
Appearance
m Ak120 moved page OS2 API:RXUTILEX to RxUtilEx |
|||
Line 8: | Line 8: | ||
==Functions== | ==Functions== | ||
* [[ | * [[RxUtilEx - Sys2GetClipboardText|Sys2GetClipboardText]] | ||
* [[ | * [[RxUtilEx - Sys2QueryProcessList|Sys2QueryProcessList]] | ||
* [[ | * [[RxUtilEx - Sys2PutClipboardText|Sys2PutClipboardText]] | ||
* [[ | * [[RxUtilEx - Sys2Version|Sys2Version]] | ||
* [[ | * [[RxUtilEx - Sys2LocateDLL|Sys2LocateDLL]] | ||
* [[ | * [[RxUtilEx - Sys2LoadFuncs|Sys2LoadFuncs]] | ||
* [[ | * [[RxUtilEx - Sys2DropFuncs|Sys2DropFuncs]] | ||
* [[ | * [[RxUtilEx - Sys2DisconnectNamedPipe|Sys2DisconnectNamedPipe]] | ||
* [[ | * [[RxUtilEx - Sys2QueryPhysicalMemory|Sys2QueryPhysicalMemory]] | ||
* [[ | * [[RxUtilEx - Sys2SyncBuffer|Sys2SyncBuffer]] | ||
* [[ | * [[RxUtilEx - Sys2FormatTime|Sys2FormatTime]] | ||
* [[ | * [[RxUtilEx - Sys2QueryForegroundProcess|Sys2QueryForegroundProcess]] | ||
* [[ | * [[RxUtilEx - Sys2GetEpochTime|Sys2GetEpochTime]] | ||
* [[ | * [[RxUtilEx - Sys2KillProcess|Sys2KillProcess]] | ||
* [[ | * [[RxUtilEx - Sys2FormatNumber|Sys2FormatNumber]] | ||
* [[ | * [[RxUtilEx - Sys2QueryProcess|Sys2QueryProcess]] | ||
* [[ | * [[RxUtilEx - Sys2ReplaceModule|Sys2ReplaceModule]] | ||
* [[ | * [[RxUtilEx - Sys2CheckNamedPipe|Sys2CheckNamedPipe]] | ||
* [[ | * [[RxUtilEx - Sys2Read|Sys2Read]] | ||
* [[ | * [[RxUtilEx - Sys2Seek|Sys2Seek]] | ||
* [[ | * [[RxUtilEx - Sys2Open|Sys2Open]] | ||
* [[ | * [[RxUtilEx - Sys2Close|Sys2Close]] | ||
* [[ | * [[RxUtilEx - Sys2Write|Sys2Write]] | ||
* [[ | * [[RxUtilEx - Sys2CreateNamedPipe|Sys2CreateNamedPipe]] | ||
* [[ | * [[RxUtilEx - Sys2ConnectNamedPipe|Sys2ConnectNamedPipe]] | ||
==Author== | ==Author== |
Revision as of 14:44, 26 February 2017
A set of extended utility functions designed to supplement the standard RexxUtil library.
License
- BSD 3-Clause.
Files
This library uses the RXUTILEX.DLL file.
Functions
- Sys2GetClipboardText
- Sys2QueryProcessList
- Sys2PutClipboardText
- Sys2Version
- Sys2LocateDLL
- Sys2LoadFuncs
- Sys2DropFuncs
- Sys2DisconnectNamedPipe
- Sys2QueryPhysicalMemory
- Sys2SyncBuffer
- Sys2FormatTime
- Sys2QueryForegroundProcess
- Sys2GetEpochTime
- Sys2KillProcess
- Sys2FormatNumber
- Sys2QueryProcess
- Sys2ReplaceModule
- Sys2CheckNamedPipe
- Sys2Read
- Sys2Seek
- Sys2Open
- Sys2Close
- Sys2Write
- Sys2CreateNamedPipe
- Sys2ConnectNamedPipe
Author
- Alex Taylor