Jump to content

VIDEOPMI.DLL: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
No edit summary
Line 1: Line 1:
Super VGA PMI-Handler.
Super VGA PMI-Handler
 
This file is part of the Base Video Subsystem. VIDEOPMI.DLL is a shared module that comunicates to/from BVHSVGA (Protected mode video device driver) and VSVGA (Virtual video device driver).


This file is part of the [[Base Video Subsystem]]. 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:
VIDEOPMI is an important subsystem because it provides services to:
* BVHSVGA for OS/2 full-screen sessions
*BVHSVGA for OS/2 full-screen sessions
* BVHWNDW for OS/2 windowed session
*BVHWNDW for OS/2 windowed session
* VSVGA for VDMs
*VSVGA for VDMs
* VIO API for 32-bit programming interface
*VIO API for 32-bit programming interface
* Base Video Subsystem
*Base Video Subsystem


==Version==
==Version==
 
{|class="wikitable"
{| border="1"
!Date||Version||Size||Comments
|-
!Date
!Version
!Size
!Comments
|-
|2006-03-22 9:47am
|14.105
|65,161 bytes
|By IBM.  @#IBM:14.105#@  Super VGA PMI-Handler.
|-
|-
|2006-03-22 09:47||14.105||65,161 bytes||
|}
|}


==DLL Entry Points==   
==DLL Entry Points==   
Dumping Resident Name Table:
<PRE>
<PRE>
Dumping Resident Name Table:
Ordinal Object  Offset    Name
Ordinal Object  Offset    Name
  1      2    00004DFC  VIDEOPMI32Init
  0                      videopmi
  2      3    0084      VIDEOPMI16Init
  1      2    00004DFC  VIDEOPMI32Init
  3      2    0000577C  VIDEOPMI32UnInit
  2      3    0084      VIDEOPMI16Init
  4      3    00D4      VIDEOPMI16UnInit
  3      2    0000577C  VIDEOPMI32UnInit
  5      2    000008C8  VIDEOPMI32Request
  4      3    00D4      VIDEOPMI16UnInit
  6      3    0000      VIDEOPMI16Request
  5      2    000008C8  VIDEOPMI32Request
</PRE>
  6      3    0000      VIDEOPMI16Request
 
 
</PRE>    
 


==DLLs Loaded==
==DLLs Loaded==
* [[DOSCALL1.DLL]]
* [[DOSCALL1.DLL]]


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

Revision as of 19:44, 6 October 2016

Super VGA PMI-Handler

This file is part of the Base Video Subsystem. 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 09:47 14.105 65,161 bytes

DLL Entry Points

Dumping Resident Name Table:

Ordinal Object  Offset    Name
   1       2    00004DFC  VIDEOPMI32Init
   2       3    0084      VIDEOPMI16Init
   3       2    0000577C  VIDEOPMI32UnInit
   4       3    00D4      VIDEOPMI16UnInit
   5       2    000008C8  VIDEOPMI32Request
   6       3    0000      VIDEOPMI16Request

DLLs Loaded