Jump to content

PMVDMP.DLL: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
OS/2 PM Internal VDM Support Library
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.
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==
==Version==
Line 7: Line 7:
!Date||Version||Size||Comments
!Date||Version||Size||Comments
|-
|-
|2003-07-16 15:17|| ||45,331 bytes||
|2003-07-16|| ||45,331 bytes||
|}
|}


Line 36: Line 36:
==Device Driver Requirement==
==Device Driver Requirement==
* MOUSE$ - [[MOUSE.SYS]]
* MOUSE$ - [[MOUSE.SYS]]
* KBD$ - [[KBDBASE.SYS]]


[[Category:Files]]
[[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

  1. VdmCreate
  2. VdmDestroy
  3. VdmSetSGType
  4. VdmSetFocus
  5. VdmPostScan
  6. VdmPostChar
  7. VdmPostMouse
  8. VdmPropertyDialog
  9. VdmSettingsDialog
  10. VdmUpdateWindow
  11. Windows32PropertyDialog
  12. DosTransPropBinToStrl
  13. DosTransPropStrlToBin
  14. Dos32TransPropBinToStrl
  15. Dos32TransPropStrlToBin

DLLs Loaded

Device Driver Requirement