VIDEOCFG.DLL: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Video Configuration Manager | |||
==Versions== | ==Versions== | ||
{| | {|class="wikitable" | ||
!Date||Version||Size||Comments | |||
!Date | |||
| | |||
| | |||
| | |||
| | |||
|- | |- | ||
|2006-03-22 09:47||14.10||59,918 bytes|| | |||
|} | |} | ||
==DLL Entry Points== | ==DLL Entry Points== | ||
Resident Name Table: | |||
<PRE> | <PRE> | ||
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 | |||
</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