|
|
(7 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| | | #REDIRECT[[spUtils]] |
| ==Description==
| |
| General information is available at the [[spUtils]] page.
| |
| | |
| ==Download==
| |
| * [http://hobbes.nmsu.edu/h-search.php?key=spUtils spUtils Preview Release 1 - 2004/02/16]
| |
| * [https://github.com/OS2World/LIB-REXX-sputils Github Source Code]
| |
| | |
| ==License==
| |
| * Open Source - [[MIT license]]
| |
| | |
| ==Function Reference==
| |
| | |
| <div style="column-count:2;-moz-column-count:2;-webkit-column-count:2">
| |
| ===Base===
| |
| * [[OS2_API:spLoadFuncs|spLoadFuncs]]
| |
| * [[OS2_API:spDropFuncs|spDropFuncs]]
| |
| * [[OS2_API:spVersion|spVersion]]
| |
| * [[OS2_API:spSetAutoSleep|spSetAutoSleep]]
| |
| * [[OS2_API:spD2X|spD2X]]
| |
| | |
| ===DOS API Functions===
| |
| * [[OS2_API:spQuerySysInfo|spQuerySysInfo]]
| |
| * [[OS2_API:spSleep|spSleep]]
| |
| * [[OS2_API:spKillProcess|spKillProcess]]
| |
| | |
| ===Functions related to DOS API===
| |
| * [[OS2_API:spKillAll|spKillAll]]
| |
| * [[OS2_API:spGetPidList|spGetPidList]]
| |
| * [[OS2_API:spFilenameFromPid|spFilenameFromPid]]
| |
| * [[OS2_API:spGetBootdrive|spGetBootdrive]]
| |
| | |
| ===PM API WinDialogs Functions===
| |
| * [[OS2_API:spQueryDlgItemText|spQueryDlgItemText]]
| |
| * [[OS2_API:spQueryDlgItemTextLength|spQueryDlgItemTextLength]]
| |
| * [[OS2_API:spSetDlgItemText|spSetDlgItemText]]
| |
| | |
| ===PM API WinInput Functions===
| |
| * [[OS2_API:spQueryCapture|spQueryCapture]]
| |
| * [[OS2_API:spQueryFocus|spQueryFocus]]
| |
| * [[OS2_API:spSetFocus|spSetFocus]]
| |
| | |
| ===PM API WinMessageMgr Functions===
| |
| * [[OS2_API:spPostMsg|spPostMsg]]
| |
| | |
| ===PM API WinPointers Functions===
| |
| * [[OS2_API:spQueryPointerPos|spQueryPointerPos]]
| |
| * [[OS2_API:spSetPointerPos|spSetPointerPos]]
| |
| | |
| ===PM API WinSys Functions===
| |
| * [[OS2_API:spQuerySysValue|spQuerySysValue]]
| |
| | |
| ===PM API WindowMgr Functions===
| |
| * [[OS2_API:spIsChild|spIsChild]]
| |
| * [[OS2_API:spIsControlEnabled|spIsControlEnabled]]
| |
| * [[OS2_API:spIsMenuItemChecked|spIsMenuItemChecked]]
| |
| * [[OS2_API:spIsMenuItemEnabled|spIsMenuItemEnabled]]
| |
| * [[OS2_API:spIsMenuItemValid|spIsMenuItemValid]]
| |
| * [[OS2_API:spIsWindow|spIsWindow]]
| |
| * [[OS2_API:spIsWindowEnabled|spIsWindowEnabled]]
| |
| * [[OS2_API:spIsWindowShowing|spIsWindowShowing]]
| |
| * [[OS2_API:spIsWindowVisible|spIsWindowVisible]]
| |
| * [[OS2_API:spQueryActiveWindow|spQueryActiveWindow]]
| |
| * [[OS2_API:spQueryButtonCheckstate|spQueryButtonCheckstate]]
| |
| * [[OS2_API:spQueryLboxCount|spQueryLboxCount]]
| |
| * [[OS2_API:spQueryLboxSelectedItem|spQueryLboxSelectedItem]]
| |
| * [[OS2_API:spQueryWindow|spQueryWindow]]
| |
| * [[OS2_API:spQueryWindowPos|spQueryWindowPos]]
| |
| * [[OS2_API:spQueryWindowText|spQueryWindowText]]
| |
| * [[OS2_API:spSetWindowText|spSetWindowText]]
| |
| * [[OS2_API:spWindowFromID|spWindowFromID]]
| |
| | |
| ===Functions related to PM API===
| |
| * [[OS2_API:spFindWindowHandle|spFindWindowHandle]]
| |
| * [[OS2_API:spFindWindowHandles|spFindWindowHandles]]
| |
| * [[OS2_API:spMPFROM2SHORT|spMPFROM2SHORT]]
| |
| * [[OS2_API:spMPFROMSH2CH|spMPFROMSH2CH]]
| |
| * [[OS2_API:spQueryWindowID|spQueryWindowID]]
| |
| | |
| ===WIN API Registry Functions===
| |
| * [[OS2_API:spRegistry|spRegistry]]
| |
| | |
| </div>
| |
| | |
| ==Links==
| |
| * [[spUtils]] page.
| |
| | |
| | |
| [[Category:The OS/2 API Project]]
| |