BVHWNDW.DLL: Difference between revisions
Appearance
Created page with " It is a base video handler for textmode programs in PM vidnow. Draws an application in a textmode window using GPI calls and uses PMVIOP services. ==Versions== ==DLL Entry..." |
mNo edit summary |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
It is a base video handler for textmode programs in PM windows. Draws an application in a textmode window using GPI calls and uses PMVIOP. services. | |||
It | It works the integration of VIO into PM (without it, an OS/2 Window or DOS Window will not work). It uses GPI calls to draw a textmode apps in a PM window. | ||
== | ==Version== | ||
{|class="wikitable" | |||
!Date||Version||Size||Comments | |||
|- | |||
|1996-08-12||9.023||14,785 bytes|| | |||
|- | |||
|2001-09-10||14.080||16,797 bytes||Video Device Handler for Windowable and AVIO | |||
|} | |||
==DLL Entry Points== | ==DLL Entry Points== | ||
#BUFFERUPDATE | |||
#DEVENABLE | |||
#GETCONFIG | |||
==DLLs Loaded== | ==DLLs Loaded== | ||
* [[PMVIOP.DLL]] | |||
* [[OS2CHAR.DLL]] | |||
* [[PMMERGE.DLL]] | |||
* [[DOSCALL1.DLL]] | |||
* [[PMGPI.DLL]] | |||
[[Category: | ==Device Driver Requirement== | ||
* MOUSE$ - [[MOUSE.SYS]] | |||
[[Category:DLL]] |
Latest revision as of 22:33, 17 January 2020
It is a base video handler for textmode programs in PM windows. Draws an application in a textmode window using GPI calls and uses PMVIOP. services.
It works the integration of VIO into PM (without it, an OS/2 Window or DOS Window will not work). It uses GPI calls to draw a textmode apps in a PM window.
Version
Date | Version | Size | Comments |
---|---|---|---|
1996-08-12 | 9.023 | 14,785 bytes | |
2001-09-10 | 14.080 | 16,797 bytes | Video Device Handler for Windowable and AVIO |
DLL Entry Points
- BUFFERUPDATE
- DEVENABLE
- GETCONFIG
DLLs Loaded
Device Driver Requirement
- MOUSE$ - MOUSE.SYS