Jump to content

VIDEOCFG.DLL: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Video Configuration Manager
==Versions==
==Versions==
{| border="1"
{|class="wikitable"
|-
!Date||Version||Size||Comments
!Date
!Version
!Size
!Comments
|-
|Mar-22-2006  9:47a       
|14.105
|59,918 bytes.
| @#IBM:14.105#@ VIDEO CONFIGURATION MANAGER
|-
|-
|2006-03-22||14.105||59,918 bytes||
|}
|}


==DLL Entry Points==
==Exports==
<PRE>
#
Dumping Resident Name Table:
#
Ordinal Object  Offset    Name
#GetCurrentDesktopMode
  0                      VIDEOCFG
#DIF_DisplayTypeDlgProc
  3      1    0000:1240 GetCurrentDesktopMode
#VCFG16Request
  4      1    0000:7E74 DIF_DisplayTypeDlgProc
#ScreenDlgProc
  5      2    0000      VCFG16Request
#GetCurrentCfg
  6      1    0000:4798 ScreenDlgProc
#SetCurrentCfg
  7      1    0000:0C4C GetCurrentCfg
#AddMonitorData
  8      1    0000:0E7C SetCurrentCfg
#DMQS_DisplayTypeDlgProc
  9      1    0000:0994 AddMonitorData
#QueryDisplayTypePageData
  10      1    0000:9AAC DMQS_DisplayTypeDlgProc
#GetCurrentOS2DesktopMode
  11      1    0000:7B88 QueryDisplayTypePageData
#GetAllMonitors
  12      1    0000:1254 GetCurrentOS2DesktopMode
#QueryNumMonitors
  13      1    0000:0860 GetAllMonitors
#QueryScreenPageData
  14      1    0000:083C QueryNumMonitors
  15      1    0000:4570 QueryScreenPageData
</PRE>


==DLLs Loaded==
==DLLs Loaded==
Line 44: Line 35:


==Source Code==
==Source Code==
The source code of this DLL seems to be available on the IBM DDK under it's license.  
The source code of this DLL seems to be available on the IBM DDK under it's license.
 
DDK\video\src\video\videocfg


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

Latest revision as of 16:37, 26 January 2020

Video Configuration Manager

Versions

Date Version Size Comments
2006-03-22 14.105 59,918 bytes

Exports

  1. GetCurrentDesktopMode
  2. DIF_DisplayTypeDlgProc
  3. VCFG16Request
  4. ScreenDlgProc
  5. GetCurrentCfg
  6. SetCurrentCfg
  7. AddMonitorData
  8. DMQS_DisplayTypeDlgProc
  9. QueryDisplayTypePageData
  10. GetCurrentOS2DesktopMode
  11. GetAllMonitors
  12. QueryNumMonitors
  13. QueryScreenPageData

DLLs Loaded

Source Code

The source code of this DLL seems to be available on the IBM DDK under it's license.

DDK\video\src\video\videocfg