Jump to content

BVHVGA.DLL: Difference between revisions

From EDM2
Created page with "==Versions== * ==DLL Entry Points== ==DLLs Loaded== * DOSCALL1.DLL * OS2CHAR.DLL Category:Files"
 
Ak120 (talk | contribs)
mNo edit summary
 
(11 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 8: 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:Files]]
[[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

  1. ACCESSBLINK
  2. CHARFONTEND
  3. ACCESSHARDWARE
  4. ACCESSOVERSCAN
  5. ACCESSREGISTER
  6. _VideoHardware
  7. _SetMach32TO60Hz
  8. SET132
  9. ACCESSCURSORPOS
  10. ACCESSCURSORTYPE
  11. ACCESSUNDERSCORE
  12. ACCESSVIDEOENABLE
  13. DEVENABLE
  14. ACCESSCLUT
  15. SETMAPMASK

DLLs Loaded

Device Driver Requirement

Source Code

The source of this DDL is also included on the IBM DDK under the terms of it's license of use.