WPTool.DLL: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
mNo edit summary
Line 1: Line 1:
==Description==
WPTOOLS.DLL is a Dynamic Link Library that contains code to query the settings for workplace shell objects. This DLL is used by WPSBKP.EXE but can also be used from REXX procedures.
WPTOOLS.DLL is a Dynamic Link Library that contains code to query the settings for workplace shell objects. This DLL is used by WPSBKP.EXE but can also be used from within a REXX program.
 


For usage from REXX the following functions can be used:
For usage from REXX the following functions can be used:
* WPToolsQueryObject - A function to query the object class, the title, the setup string and the location for any WPS object. Only for standard object classes, setup strings are returned.
* WPToolsFolderContent - Returns the (alphanumeric) OBJECTID's or (numeric) object handles for all abstract objects present in a given folder. Optionally it can also return all filesystem objects.
* WPToolsSetObjectData - Works more or less the same as SysSetObjectData, but can also be used with object handles returned by WPToolsFolderContent


* WPToolsQueryObject - A function to query the objectclass, the title, the setupstring and the location for any WPS object. Only for standard object classes, setupstrings are returned.
==Versions==
* WPToolsFolderContent - Returns the (alfanumeric) OBJECTID's or (numeric) object handles for all abstract objects present in a given folder. Optionally it can also return all filesystem objects.
*wptools33.zip Version 2.12 (2000-01-27)
* WPToolsSetObjectData - Works more or less the same as SysSetObjectData, but can also be used with objecthandles returned by WPToolsFolderContent
 
 
==Download==
* [http://www.os2site.com/sw/util/wps/wptools33.zip Version 2.12 2000/01/27]
* [https://web.archive.org/web/20020817023829/http://www.os2ss.com/Information/kelder/wptool32.zip Version 2.12 - 2000/01/27]
* [ftp://ftp.netlabs.org/pub/wptools/hektools.zip Source Code]


==License==
==License==
*Freeware
*Author: [[Henk Kelder]]


==Links==
==Links==
* [http://www.edm2.com/index.php/OS2_API:WPTools EDM/2 API Documentation]
* [http://www.edm2.com/index.php/WPTools EDM/2]
 
* [ftp://ftp.netlabs.org/pub/wptools/hektools.zip hektools.zip] (Source code included)
==Author==
* [[Henk Kelder]]


[[Category:Open Source Software]]
[[Category:Freeware]]

Revision as of 12:36, 9 February 2018

WPTOOLS.DLL is a Dynamic Link Library that contains code to query the settings for workplace shell objects. This DLL is used by WPSBKP.EXE but can also be used from REXX procedures.

For usage from REXX the following functions can be used:

  • WPToolsQueryObject - A function to query the object class, the title, the setup string and the location for any WPS object. Only for standard object classes, setup strings are returned.
  • WPToolsFolderContent - Returns the (alphanumeric) OBJECTID's or (numeric) object handles for all abstract objects present in a given folder. Optionally it can also return all filesystem objects.
  • WPToolsSetObjectData - Works more or less the same as SysSetObjectData, but can also be used with object handles returned by WPToolsFolderContent

Versions

  • wptools33.zip Version 2.12 (2000-01-27)

License

Links