Jump to content

RxUtilEx: Difference between revisions

From EDM2
Created page with "A set of extended utility functions designed to supplement the standard REXXUTIL library. ==Functions== * Sys2GetClipboardText * Sys2QueryProcessList * Sys2PutClipboardText ..."
 
No edit summary
Line 1: Line 1:
==Description==
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.
==Download==
==License==
* BSD 3-Clause.
==Files==
This library uses the RXUTILEX.DLL file.


==Functions==
==Functions==
* Sys2GetClipboardText
* Sys2GetClipboardText
* Sys2QueryProcessList
* Sys2QueryProcessList
Line 28: Line 36:
* Sys2CreateNamedPipe
* Sys2CreateNamedPipe
* Sys2ConnectNamedPipe
* Sys2ConnectNamedPipe
==License==
* BSD 3-Clause.


==Author==
==Author==

Revision as of 03:05, 9 January 2016

Description

A set of extended utility functions designed to supplement the standard REXXUTIL library.

Download

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

Links

[[Category:]]