BVHVGA.DLL: Difference between revisions
Appearance
mNo edit summary |
|||
(10 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Base Video Handler for VGA | |||
This DLL seems to interact with [[CLOCK01.SYS]] driver. | |||
==Versions== | ==Versions== | ||
{| class="wikitable" | |||
!Date||Version||Size||Comments | |||
|- | |||
|2006-03-22 09:47||14.105||42,535 bytes|| | |||
|} | |||
==DLL Entry Points== | ==DLL Entry Points== | ||
# ACCESSBLINK | |||
# CHARFONTEND | |||
# ACCESSHARDWARE | |||
# ACCESSOVERSCAN | |||
# ACCESSREGISTER | |||
# _VideoHardware | |||
# _SetMach32TO60Hz | |||
# SET132 | |||
# ACCESSCURSORPOS | |||
# ACCESSCURSORTYPE | |||
# ACCESSUNDERSCORE | |||
# ACCESSVIDEOENABLE | |||
# DEVENABLE | |||
# ACCESSCLUT | |||
# SETMAPMASK | |||
==DLLs Loaded== | ==DLLs Loaded== | ||
Line 28: | Line 31: | ||
* [[OS2CHAR.DLL]] | * [[OS2CHAR.DLL]] | ||
==Device Driver Requirement== | |||
* CLOCK$ - [[CLOCK01.SYS]] | |||
* OEMHLP$ - | |||
* SCREEN$ - [[SCREEN01.SYS]] / [[SCREEN02.SYS]] | |||
==Source Code== | |||
The source of this DDL is also included on the IBM DDK under the terms of it's license of use. | |||
[[Category: | [[Category:DLL]] |
Latest revision as of 22:31, 17 January 2020
Base Video Handler for VGA
This DLL seems to interact with CLOCK01.SYS driver.
Versions
Date | Version | Size | Comments |
---|---|---|---|
2006-03-22 09:47 | 14.105 | 42,535 bytes |
DLL Entry Points
- ACCESSBLINK
- CHARFONTEND
- ACCESSHARDWARE
- ACCESSOVERSCAN
- ACCESSREGISTER
- _VideoHardware
- _SetMach32TO60Hz
- SET132
- ACCESSCURSORPOS
- ACCESSCURSORTYPE
- ACCESSUNDERSCORE
- ACCESSVIDEOENABLE
- DEVENABLE
- ACCESSCLUT
- SETMAPMASK
DLLs Loaded
Device Driver Requirement
- CLOCK$ - CLOCK01.SYS
- OEMHLP$ -
- SCREEN$ - SCREEN01.SYS / SCREEN02.SYS
Source Code
The source of this DDL is also included on the IBM DDK under the terms of it's license of use.