PR1UTIL: Difference between revisions
Appearance
Created page with "==Description== This is a REXX library with a set of miscellaneous functions. ==Download== * [http://home.clara.net/orac/os2.htm#pr1util Version 1.65] ==Files== * PR1UTIL..." |
mNo edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
This is a REXX library with a set of miscellaneous functions. | This is a REXX library with a set of miscellaneous functions. | ||
;Files | |||
* [ | * [[PR1UTIL.DLL]] | ||
== | ==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== | ==License== | ||
* Freeware - AS IS | * Freeware - AS IS | ||
* Author: [[Paul Ratcliffe]] | |||
== | ==Links== | ||
* [ | * [http://home.clara.net/orac/os2.htm#pr1util Version 1.65] | ||
[[Category:]] | [[Category:REXX Function Library]] |
Latest revision as of 07:59, 20 December 2018
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