PR1UTIL
Appearance
This is a REXX library with a set of miscellaneous functions.
- Files
Functions
- PRLoadFuncs - Registers all the PR1UTIL library functions.
- PRDropFuncs - Drops all the PR1UTIL library functions.
- PRCloseWindow - Posts a WM_CLOSE message to a window to close it.
- PRGetFileAttr - Queries a file or directory's attributes.
- PRGetGMTOffset - Retrieves the offset in minutes from GMT (UTC) taking into account Daylight Savings Time.
- PRGetMXAddress - Returns the MX records for a given address.
- PRGetPid - Retrieves the PID of the current process.
- PRKillProcess - Kills the specified process and optionally any descendants.
- PRProcessList - Retrieves the entries from the process table.
- PRQueryIFConfig - Retrieves the TCP/IP interface configuration data similar to "ifconfig xxx".
- PRQuerySwitchList - Retrieves the entries from the switch list.
- PRQuitWindow - Posts a WM_QUIT message to a window to close/kill the application.
- PRReplaceModule - Replaces a file which is currently locked due to it being open for execution.
- PRReplaceObjectClass - Replaces or restores a WPS class.
- PRSetFileAttr - Sets a file or directory's attributes.
- PRStatSockets - Retrieves the socket list for the PF_INET protocol family. Equivalent to "netstat -s".
- PRSwitchToProgram - Switches to another program identified by its switch handle.
- PRVersion - Queries the library version string.
License
- Freeware - AS IS
- Author: Paul Ratcliffe