Jump to content

PMDDEML.DLL: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This component is part of Presentation Manager (PM)
The PMDDEML Library from Dax Base ([[Open32]]) provides functions for Dynamic Data Exchange (DDE) for the DAX library ([[PMWINX.DLL]]).
 
This file supposedly contains DDE components for PM. DDE is an old means for programs to communicate between each other, this includes PM programs, Win16 programs (there's a setting in the winos2 properties to allow winos2 program to use DDE to communicate with PM programs. "PMDDEML.DLL"  is the PM part of the DDE chain and any OS/2 program trying to use DDE would probably fail or produce warnings if "PMDDEML.DLL"  is missing. [https://en.wikipedia.org/wiki/Dynamic_Data_Exchange]


==Version==
==Version==
 
{|class="wikitable"
{| border="1"
!Date||Version||Size||Comments
|-
|-
!Date
|2001-10-10|| ||27,814 bytes||
!Version
!Size
!Comments
|-
|2001-Oct-10 1:36pm
|N/A
|27,814b.
|By IBM. Included on eComStation 2.1.
|-
|
|
|
|
|}
|}


==DLL Entry Points==
==DLL Entry Points==                                      
                                       
{|class="wikitable"
{| border="1"
|-
|100
|100
|WinDDEAbandonTransaction
|WinDDEAbandonTransaction
Line 94: Line 77:


==DDLs Loaded==
==DDLs Loaded==
* [[PMMERGE.DLL]]
*[[PMMERGE.DLL]]
* [[DOSCALL1.DLL]]
*[[DOSCALL1.DLL]]
* [[PMWIN.DLL]]
*[[PMWIN.DLL]]
* [[NLS.DLL]]
*[[NLS.DLL]]


==Used By==
==Used By==
* [[PMWINX.DLL]]
*[[PMWINX.DLL]]
* [[NPFI.DLL]]
*NPFI.DLL


[[Category:The OS/2 API Project]]
[[Category:DLL]]

Latest revision as of 04:08, 17 February 2020

The PMDDEML Library from Dax Base (Open32) provides functions for Dynamic Data Exchange (DDE) for the DAX library (PMWINX.DLL).

Version

Date Version Size Comments
2001-10-10 27,814 bytes

DLL Entry Points

100 WinDDEAbandonTransaction 101 WinDDEAccessData
102 WinDDEAddData 103 WinDDESubmitTransaction
104 WinDDECompareStringHandles 105 WinDDEConnect
106 WinDDEConnectList 107 WinDDECreateDataHandle
108 WinDDECreateStringHandle 109 WinDDEDisconnect
110 WinDDEDisconnectList 111 WinDDEEnableCallback
112 WinDDEFreeDataHandle 113 WinDDEFreeStringHandle
114 WinDDEGetData 116 WinDDEInitialize
117 WinDDEKeepStringHandle 118 WinDDENameService
119 WinDDEPostAdvise 120 WinDDEQueryConvInfo
121 WinDDEQueryNextServer 122 WinDDEQueryString
123 WinDDEReconnect 124 WinDDESetUserHandle
126 WinDDEUnInitialize 127 WinDDEQueryModuleVersion

DDLs Loaded

Used By