VMAN.DLL: Difference between revisions
Appearance
mNo edit summary |
|||
Line 45: | Line 45: | ||
* [[MSG.DLL]] | * [[MSG.DLL]] | ||
* [[PMGRE.DLL]] | * [[PMGRE.DLL]] | ||
==Device Driver Dependency== | |||
* GRADD$ | |||
[[Category:Files]] | [[Category:Files]] |
Revision as of 00:31, 30 May 2018
This file is also called the "Video Manager". It is referred a the main component of the GRADD Model.
VMAN exports a single entry routine, VMIEntry, which is called for all VMI commands.
VMAN is responsible for coordinating commands to a specific GRADD. It serialize the communication be between the GRADDs and the translation layer. It is responsible of Communication and Input Management.
This component can also call Softdraw for simulation.
More information at the GRADD Architecture for OS/2 for the PowerPC article.
Version
Date | Version | Size | Comments |
---|---|---|---|
2006-03-22 14:20 | 67,993 bytes |
DLL Entry Points
- VMIEntry
- VHAllocMem
- VHFreeMem
- VHPhysToVirt
- VHGetVRAMInfo
- VHLockMem
- VHUnLockMem
- VHMapVRAM
- VMPointerBlt
- VHCallForward
- SeamlessVDMCreated
- SeamlessVDMDestroyed
- VHMap
- VHSetMTRR
DLLs Loaded
Device Driver Dependency
- GRADD$