BVHWNDW.DLL: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
It works the integration of VIO into PM (without it, an OS/2 Window and DOS Window will not work). It uses GPI calls to draw a textmode apps in a PM window. | It works the integration of VIO into PM (without it, an OS/2 Window and DOS Window will not work). It uses GPI calls to draw a textmode apps in a PM window. | ||
== | |||
==Version== | |||
{| border="1" | |||
|- | |||
!Date | |||
!Version | |||
!Size | |||
!Comments | |||
|- | |||
|Sep-10-2001 4:17p | |||
|14.080 | |||
|16,797 bytes. | |||
|By IBM. Included on eComStation 2.1. Video Device Handler for Windowable and AVIO. | |||
|- | |||
|} | |||
==DLL Entry Points== | ==DLL Entry Points== | ||
<PRE> | |||
Ordinal Object Offset Name | |||
0 bvhwndw | |||
1 1 10E8 BUFFERUPDATE | |||
2 1 0000 DEVENABLE | |||
3 1 0333 GETCONFIG | |||
</PRE> | |||
==DLLs Loaded== | ==DLLs Loaded== | ||
* [[PMVIOP.DLL]] | |||
* [[OS2CHAR.DLL]] | |||
* [[PMMERGE.DLL]] | |||
* [[DOSCALL1.DLL]] | |||
* [[PMGPI.DLL]] | |||
[[Category:Files]] | [[Category:Files]] |
Revision as of 17:00, 7 June 2015
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 and DOS Window will not work). It uses GPI calls to draw a textmode apps in a PM window.
Version
Date | Version | Size | Comments |
---|---|---|---|
Sep-10-2001 4:17p | 14.080 | 16,797 bytes. | By IBM. Included on eComStation 2.1. Video Device Handler for Windowable and AVIO. |
DLL Entry Points
Ordinal Object Offset Name 0 bvhwndw 1 1 10E8 BUFFERUPDATE 2 1 0000 DEVENABLE 3 1 0333 GETCONFIG