PMVDMP.DLL: Difference between revisions
Appearance
Created page with "This component is part of Presentation Manager (PM). {| border="1" |- |1 |VdmCreate |2 |VdmDestroy |- |3 |VdmSetSGType |4 |VdmSetFocus |- |5 |VdmPo..." |
mNo edit summary |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
OS/2 PM Internal VDM Support Library | |||
It is buillt on the PMVIOP base, a support for VDM in a PM window. Contains communication with a VDM and drawing it in a PM window, and dialogs for DOS session properties. | |||
{| | |||
| | ==Version== | ||
{|class="wikitable" | |||
!Date||Version||Size||Comments | |||
| | |||
| | |||
| | |||
| | |||
| | |||
|- | |- | ||
| | |2003-07-16|| ||45,331 bytes|| | ||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
|} | |} | ||
==DLL Entry Point== | |||
#VdmCreate | |||
#VdmDestroy | |||
#VdmSetSGType | |||
#VdmSetFocus | |||
#VdmPostScan | |||
#VdmPostChar | |||
#VdmPostMouse | |||
#VdmPropertyDialog | |||
#VdmSettingsDialog | |||
#VdmUpdateWindow | |||
#Windows32PropertyDialog | |||
#DosTransPropBinToStrl | |||
#DosTransPropStrlToBin | |||
#Dos32TransPropBinToStrl | |||
#Dos32TransPropStrlToBin | |||
==DLLs Loaded== | |||
* [[PMMERGE.DLL]] | |||
* [[PMVIOP.DLL]] | |||
* [[DOSCALL1.DLL]] | |||
* [[PMGPI.DLL]] | |||
* [[PMSPL.DLL]] | |||
==Device Driver Requirement== | |||
* MOUSE$ - [[MOUSE.SYS]] | |||
* KBD$ - [[KBDBASE.SYS]] | |||
[[Category:Files]] |
Latest revision as of 16:26, 12 November 2022
OS/2 PM Internal VDM Support Library
It is buillt on the PMVIOP base, a support for VDM in a PM window. Contains communication with a VDM and drawing it in a PM window, and dialogs for DOS session properties.
Version
Date | Version | Size | Comments |
---|---|---|---|
2003-07-16 | 45,331 bytes |
DLL Entry Point
- VdmCreate
- VdmDestroy
- VdmSetSGType
- VdmSetFocus
- VdmPostScan
- VdmPostChar
- VdmPostMouse
- VdmPropertyDialog
- VdmSettingsDialog
- VdmUpdateWindow
- Windows32PropertyDialog
- DosTransPropBinToStrl
- DosTransPropStrlToBin
- Dos32TransPropBinToStrl
- Dos32TransPropStrlToBin
DLLs Loaded
Device Driver Requirement
- MOUSE$ - MOUSE.SYS
- KBD$ - KBDBASE.SYS