Jump to content

VIDEOPMI.DLL: Difference between revisions

From EDM2
Created page with " ==Version== {| border="1" |- !Date !Version !Size !Comments |- | | | | |- | | | | |} ==DLL Entry Points== ==DLLs Loaded== * DOSCALL1.DLL Category:Files"
 
Ak120 (talk | contribs)
mNo edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Super VGA PMI-Handler of the Base Video Subsystem (BVS). VIDEOPMI.DLL is a shared module that comunicates to/from BVHSVGA (Protected mode video device driver) and VSVGA (Virtual video device driver).


VIDEOPMI is an important subsystem because it provides services to:
*BVHSVGA for OS/2 full-screen sessions
*BVHWNDW for OS/2 windowed session
*VSVGA for VDMs
*VIO API for 32-bit programming interface
*Base Video Subsystem


==Version==
==Version==
 
{|class="wikitable"
{| border="1"
!Date||Version||Size||Comments
|-
|-
!Date
|2006-03-22||14.105||65,161 bytes||
!Version
!Size
!Comments
|-
|
|
|
|
|-
|
|
|
|
|}
|}


==DLL Entry Points==      
==DLL Entry Points==  
 
#VIDEOPMI32Init
 
#VIDEOPMI16Init
==DLLs Loaded==
#VIDEOPMI32UnInit
* [[DOSCALL1.DLL]]
#VIDEOPMI16UnInit
#VIDEOPMI32Request
#VIDEOPMI16Request


==Device Driver Requirement==
* SCREEN$ - [[SCREEN01.SYS]] / [[SCREEN02.SYS]]


[[Category:Files]]
[[Category:Files]]

Latest revision as of 16:33, 12 November 2022

Super VGA PMI-Handler of the Base Video Subsystem (BVS). VIDEOPMI.DLL is a shared module that comunicates to/from BVHSVGA (Protected mode video device driver) and VSVGA (Virtual video device driver).

VIDEOPMI is an important subsystem because it provides services to:

  • BVHSVGA for OS/2 full-screen sessions
  • BVHWNDW for OS/2 windowed session
  • VSVGA for VDMs
  • VIO API for 32-bit programming interface
  • Base Video Subsystem

Version

Date Version Size Comments
2006-03-22 14.105 65,161 bytes

DLL Entry Points

  1. VIDEOPMI32Init
  2. VIDEOPMI16Init
  3. VIDEOPMI32UnInit
  4. VIDEOPMI16UnInit
  5. VIDEOPMI32Request
  6. VIDEOPMI16Request

Device Driver Requirement