Jump to content

WINCFG.DLL: Difference between revisions

From EDM2
Created page with " ==Version== {| border="1" |- !Date !Version !Size !Comments |- |Oct-27-2001 16:04 |N/A |36,288 bytes. |OS/2 Windows Profile Library |- |} ==DLL Entry Points== <PRE> Ordin..."
 
Ak120 (talk | contribs)
mNo edit summary
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
WIN-OS/2 object of [[Workplace Shell]].
This DLL contains the following WPS class:
*[[WPWinConfig]] - Win-OS/2 settings. An object of this class can be found in the "System setup" folder.
It contains "SOMInitModule" which is the function that invokes the class creation routines for the classes contained in an OS/2 class library (DLL).


==Version==
==Version==
 
{| class="wikitable"
{| border="1"
!Date||Version||Size||Comments
|-
!Date
!Version
!Size
!Comments
|-
|-
|Oct-27-2001  16:04
|2005-01-18|||14.103|||13,423 bytes||
|N/A
|36,288 bytes.
|OS/2 Windows Profile Library
|-
|-
|2007-02-16|||14.106|||13,423 bytes||
|}
|}


==DLL Entry Points==
==Resources==
<PRE>
* [[WCFGMRI.DLL]] - WIN-OS/2 Object MRI
Ordinal Object  Offset    Name
  0                      winprf
  1      1    00000DE4  WPFWRITEPROFILELISTLINE
  2      1    00000DA8  WPFOPENPROFILELIST
  3      1    0000128C  WPFCLOSEPROFILELIST
 
</PRE>
 
==DLLs Loaded==
* [[PMWP.DLL]]
* [[DOSCALL1.DLL]]
* [[PMWIN.DLL]]
* [[NLS.DLL]]
* [[PMSHAPI.DLL]]
* [[SESMGR.DLL]]
* [[SOM.DLL]]
* [[SOMU.DLL]]


[[Category:Files]]
[[Category:DLL]]

Latest revision as of 17:09, 26 October 2025

WIN-OS/2 object of Workplace Shell.

This DLL contains the following WPS class:

  • WPWinConfig - Win-OS/2 settings. An object of this class can be found in the "System setup" folder.

It contains "SOMInitModule" which is the function that invokes the class creation routines for the classes contained in an OS/2 class library (DLL).

Version

Date Version Size Comments
2005-01-18 14.103 13,423 bytes
2007-02-16 14.106 13,423 bytes

Resources