PR1UTIL
Name   PR1UTIL - misc. functions
Version  Version 1.4  25-8-01
Author  Paul Ratcliffe
     (see EMail Addresses)
Distrib. Freeware
Type   REXX DLL
Price   -
Note   -
Source  Internet
     Name: pr1utl13.*
     (see Internet - Web Pages)
Description from the author:
"PR1UTIL is a REXX library of miscellaneous functions. It uses TCP/IP libraries
and thus requires TCP/IP to be installed. The program is freeware."
The DLL contains the following functions:
PRLoadFuncs()
 register the functions from
the dll
 PRDropFuncs()
 Unregister
the functions from the dll
 PRCloseWindow(handle)
Posts a WM_CLOSE message to a window to close
it.
 PRGetGMTOffset()
Retrieves the offset in minutes from GMT taking into account Daylight Savings
Time.
 PRGetMXAddress(address, stem)
 Returns
the MX records for a given address.
 PRGetPid()
Retrieves the PID of the current process.
 PRKillProcess(action,
pid)
 Kills the specified process and optionally
any descendants.
 PRProcessList(stem)
 Retrieves
the entries from the process table.
 PRQuerySwitchList(stem)
Retrieves the entries from the switch list.
PRReplaceModule(oldmodule, newmodule, backupmodule)
Replaces a file which is currently locked due
it being open for execution.
 PRReplaceObjectClass(oldclass,
newclass, flag)
 Replaces or restores a WPS class.
PRStatSockets(stem)
 Retrieves
the socket list for the PF_INET protocol family. Equivalent to "netstat
-s".
 PRSwitchToProgram(pid)
 Switches
to another program identified by PID.
 PRVersion
Queries the library version string.
 
[Back: RxStocks] 
[Next: PsiREXX]