Jump to content

VIDEOCFG.DLL: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
No edit summary
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 09:47||14.10||59,918 bytes||
|}
|}


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


Line 46: Line 39:
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  
  DDK\video\src\video\videocfg  


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

Revision as of 19:47, 6 October 2016

Video Configuration Manager

Versions

Date Version Size Comments
2006-03-22 09:47 14.10 59,918 bytes

DLL Entry Points

Resident Name Table:

Ordinal Object  Offset    Name
   3       1    0000:1240 GetCurrentDesktopMode
   4       1    0000:7E74 DIF_DisplayTypeDlgProc
   5       2    0000      VCFG16Request
   6       1    0000:4798 ScreenDlgProc
   7       1    0000:0C4C GetCurrentCfg
   8       1    0000:0E7C SetCurrentCfg
   9       1    0000:0994 AddMonitorData
  10       1    0000:9AAC DMQS_DisplayTypeDlgProc
  11       1    0000:7B88 QueryDisplayTypePageData
  12       1    0000:1254 GetCurrentOS2DesktopMode
  13       1    0000:0860 GetAllMonitors
  14       1    0000:083C QueryNumMonitors
  15       1    0000:4570 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