Jump to content

VIDEOCFG.DLL: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
Line 5: Line 5:
!Date||Version||Size||Comments
!Date||Version||Size||Comments
|-
|-
|2006-03-22 09:47||14.10||59,918 bytes||
|2006-03-22||14.105||59,918 bytes||
|}
|}


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


==DLLs Loaded==
==DLLs Loaded==
Line 40: Line 38:
  DDK\video\src\video\videocfg  
  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