Jump to content

OS/2 DLL Entry Points: Difference between revisions

From EDM2
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This document show the methods that are called from the different DLL in the OS/2 Warp 4.5x platform. It also applies for eComstation 1.x and 2.x.  
This document shows the methods that are called from the different DLL in the OS/2 Warp 4.5x platform. It also applies for eComstation 1.x and 2.x.  


==Alphabetical==
* [[ANSICALL.DLL]]
* [[ANSICALL.DLL]]
* [[BDBVH.DLL]]
* [[BDBVH.DLL]]
Line 85: Line 86:
==By Category==
==By Category==
===System DLL===
===System DLL===
* [[DOSCALL1.DLL]]
* [[KBDCALLS.DLL]]
* [[KBDCALLS.DLL]]
* [[QUECALLS.DLL]]
* [[QUECALLS.DLL]]
Line 91: Line 91:
* [[OS2CHAR.DLL]]
* [[OS2CHAR.DLL]]


===Control Program===
* [[DOSCALL1.DLL]]
===Presentation Manager===
* [[OS2SM.DLL]]
* [[PMATM.DLL]]
* [[PMBIDI.DLL]]
* [[PMCLIP.DLL]]
* [[PMCTLS.DLL]]
* [[PMDCTLS.DLL]]
* [[PMDDE.DLL]]
* [[PMDDEML.DLL]]
* [[PMDRAG.DLL]]
* [[PMGPI.DLL]]
* [[PMGRE.DLL]]
* [[PMMERGE.DLL]]
* [[PMMLE.DLL]]
* [[PMPIC.DLL]]
* [[PMPRE.DLL]]
* [[PMSHAPI.DLL]]
* [[PMSHLTKT.DLL]]
* [[PMSPL.DLL]]
* [[PMUNIF.DLL]]
* [[PMVDMP.DLL]]
* [[PMVIOP.DLL]]
* [[PMWIN.DLL]]
* [[PMWINX.DLL]]
===SOM===
* [[SOM.DLL]]
===WPS===
* [[PMWP.DLL]]


This information can be extracted from DLLs by using [http://hobbes.nmsu.edu/h-viewer.php?dir=/pub/os2/dev/util&file=lx2v103.zip&backto=%2Fh-search.php%3Fkey%3Dlxdump%26pushbutton%3DSearch lx2dump] or similar tool.  
This information can be extracted from DLLs by using [https://hobbes.nmsu.edu/download/pub/os2/dev/tools/debuggers/LXDump2_1-03.zip lx2dump] or similar tool.  


This page is based on [[Paul Ratcliffe]]'s OS/2 DLL Entry Points page.
This page is based on [[Paul Ratcliffe]]'s OS/2 DLL Entry Points page.
[[Category:Files]]

Latest revision as of 00:22, 19 September 2023

This document shows the methods that are called from the different DLL in the OS/2 Warp 4.5x platform. It also applies for eComstation 1.x and 2.x.

Alphabetical

Third Parties

By Category

System DLL

Control Program

Presentation Manager

SOM

WPS

This information can be extracted from DLLs by using lx2dump or similar tool.

This page is based on Paul Ratcliffe's OS/2 DLL Entry Points page.