BVHSVGA.DLL: Difference between revisions
Appearance
mNo edit summary |
|||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
This file is the Base Video Handler for OS/2. Any OS/2 application that sets a video mode calls this DLL. In mode cases, however, the only application that sets any video modes is the PM display driver and the MODE. | This file is the Base Video Handler for OS/2. Any OS/2 application that sets a video mode calls this DLL. In mode cases, however, the only application that sets any video modes is the PM display driver and the MODE.COM utility (for setting 132 column modes). The first time this DLL would be called is after the OS/2 bitmap logo appears (PM starts up then). This DLL is specified in the CONFIG.SYS in the following manner: | ||
SET VIO_VGA=DEVICE(BVHVGA,BVHSVGA) | |||
BVHVGA is used to set, save, and restore VGA modes, BVHSVGA for SVGA modes. | |||
BVHVGA is used to set, save, and restore VGA modes, BVHSVGA for SVGA modes. | |||
==Versions== | ==Versions== | ||
{| class="wikitable" | {|class="wikitable" | ||
!Date||Version||Size||Comments | |||
! Date | |||
| | |||
|- | |- | ||
|2006-03-22||14.105||33,712 bytes||Super VGA Base Video Handler by IBM | |||
|} | |} | ||
==DLL Entry Points== | ==DLL Entry Points== | ||
# SETNUMBER9CLK | |||
# SETDIAMONDCLK | |||
# _WDSetPanelClk | |||
# DEVENABLE | |||
# HWINPWORD | |||
# HWINPBYTE | |||
# _WDPanelOn | |||
# HWOUTPBYTE | |||
# _ThinkPadHighestRes | |||
# HWOUTPWORD | |||
==DLLs Loaded== | ==DLLs Loaded== | ||
* [[DOSCALL1.DLL]] | * [[DOSCALL1.DLL]] | ||
* [[OS2CHAR.DLL]] | * [[OS2CHAR.DLL]] | ||
==Device Driver Requirement== | |||
* OEMHLP$ - | |||
* SCREEN$ - [[SCREEN01.SYS]] / [[SCREEN02.SYS]] | |||
==Source Code== | ==Source Code== | ||
The source code if this DLL is included on the IBM DDK under the terms of its licensing. | The source code if this DLL is included on the IBM DDK under the terms of its licensing. | ||
[[Category:DLL]] | |||
[[Category: |
Latest revision as of 22:30, 17 January 2020
This file is the Base Video Handler for OS/2. Any OS/2 application that sets a video mode calls this DLL. In mode cases, however, the only application that sets any video modes is the PM display driver and the MODE.COM utility (for setting 132 column modes). The first time this DLL would be called is after the OS/2 bitmap logo appears (PM starts up then). This DLL is specified in the CONFIG.SYS in the following manner:
SET VIO_VGA=DEVICE(BVHVGA,BVHSVGA)
BVHVGA is used to set, save, and restore VGA modes, BVHSVGA for SVGA modes.
Versions
Date | Version | Size | Comments |
---|---|---|---|
2006-03-22 | 14.105 | 33,712 bytes | Super VGA Base Video Handler by IBM |
DLL Entry Points
- SETNUMBER9CLK
- SETDIAMONDCLK
- _WDSetPanelClk
- DEVENABLE
- HWINPWORD
- HWINPBYTE
- _WDPanelOn
- HWOUTPBYTE
- _ThinkPadHighestRes
- HWOUTPWORD
DLLs Loaded
Device Driver Requirement
- OEMHLP$ -
- SCREEN$ - SCREEN01.SYS / SCREEN02.SYS
Source Code
The source code if this DLL is included on the IBM DDK under the terms of its licensing.