Jump to content

PR1UTIL

From EDM2
Revision as of 07:59, 20 December 2018 by Ak120 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Links