RxUtilEx: Difference between revisions
Appearance
mNo edit summary |
|||
Line 1: | Line 1: | ||
A set of extended utility functions designed to supplement the standard [[RexxUtil]] library. | A set of extended utility functions designed to supplement the standard [[RexxUtil]] library. | ||
==Files== | ==Files== | ||
Line 8: | Line 5: | ||
==Functions== | ==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]] | ||
== | ==License== | ||
* Alex Taylor | *BSD 3-Clause | ||
*Author: [[Alex Taylor]] | |||
==Links== | ==Links== |
Revision as of 06:06, 3 May 2020
A set of extended utility functions designed to supplement the standard RexxUtil library.
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
License
- BSD 3-Clause
- Author: Alex Taylor