Jump to content

VIDEOCFG.DLL: Difference between revisions

From EDM2
Created page with "==Versions== * ==DLL Entry Points== ==DLLs Loaded== * DOSCALL1.DLL * PMGPI.DLL * PMSHAPI.DLL * SESMGR.DLL * QUECALLS.DLL * HELPMGR.DLL Category:..."
 
Ak120 (talk | contribs)
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||
|}


==DLL Entry Points==
==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: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