VIDEOCFG.DLL: Difference between revisions
Appearance
Created page with "==Versions== * ==DLL Entry Points== ==DLLs Loaded== * DOSCALL1.DLL * PMGPI.DLL * PMSHAPI.DLL * SESMGR.DLL * QUECALLS.DLL * HELPMGR.DLL Category:..." |
mNo edit summary |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Video Configuration Manager | |||
==Versions== | ==Versions== | ||
{|class="wikitable" | |||
!Date||Version||Size||Comments | |||
|- | |||
|2006-03-22||14.105||59,918 bytes|| | |||
|} | |||
== | ==Exports== | ||
# | |||
# | |||
#GetCurrentDesktopMode | |||
#DIF_DisplayTypeDlgProc | |||
#VCFG16Request | |||
#ScreenDlgProc | |||
#GetCurrentCfg | |||
#SetCurrentCfg | |||
#AddMonitorData | |||
#DMQS_DisplayTypeDlgProc | |||
#QueryDisplayTypePageData | |||
#GetCurrentOS2DesktopMode | |||
#GetAllMonitors | |||
#QueryNumMonitors | |||
#QueryScreenPageData | |||
==DLLs Loaded== | ==DLLs Loaded== | ||
* [[DOSCALL1.DLL]] | * [[DOSCALL1.DLL]] | ||
* [[PMGPI.DLL]] | * [[PMGPI.DLL]] | ||
* [[PMWIN.DLL]] | |||
* [[PMSHAPI.DLL]] | * [[PMSHAPI.DLL]] | ||
* [[SESMGR.DLL]] | * [[SESMGR.DLL]] | ||
Line 12: | Line 34: | ||
* [[HELPMGR.DLL]] | * [[HELPMGR.DLL]] | ||
==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 | |||
[[Category: | [[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
- GetCurrentDesktopMode
- DIF_DisplayTypeDlgProc
- VCFG16Request
- ScreenDlgProc
- GetCurrentCfg
- SetCurrentCfg
- AddMonitorData
- DMQS_DisplayTypeDlgProc
- QueryDisplayTypePageData
- GetCurrentOS2DesktopMode
- GetAllMonitors
- QueryNumMonitors
- 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