OS/2 DLL Entry Points: Difference between revisions
Appearance
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
This document | 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== | ==Alphabetical== | ||
Line 86: | Line 86: | ||
==By Category== | ==By Category== | ||
===System DLL=== | ===System DLL=== | ||
* [[KBDCALLS.DLL]] | * [[KBDCALLS.DLL]] | ||
* [[QUECALLS.DLL]] | * [[QUECALLS.DLL]] | ||
* [[SESMGR.DLL]] | * [[SESMGR.DLL]] | ||
* [[OS2CHAR.DLL]] | * [[OS2CHAR.DLL]] | ||
===Control Program=== | |||
* [[DOSCALL1.DLL]] | |||
===Presentation Manager=== | ===Presentation Manager=== | ||
Line 120: | Line 122: | ||
* [[SOM.DLL]] | * [[SOM.DLL]] | ||
==WPS== | ===WPS=== | ||
* [[PMWP.DLL]] | |||
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 | 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
- ANSICALL.DLL
- BDBVH.DLL
- BDCALL32.DLL
- BDCALLS.DLL
- BDIME.DLL
- BDVIEW.DLL
- BDWPCLS.DLL
- BIDIPM.DLL
- BKSCALLS.DLL
- BMSCALLS.DLL
- BVSCALLS.DLL
- DIVE.DLL
- DMQSPROF.DLL
- DOSCALLS.DLL
- FFST.DLL
- FKA.DLL
- HELPMGR.DLL
- IMP.DLL
- KBDCALLS.DLL
- LIBUNI.DLL
- LVM.DLL
- MCIAPI.DLL
- MDM.DLL
- MIPMINI.DLL
- MMIO.DLL
- MMPM.DLL
- MONCALLS.DLL
- MOUCALLS.DLL
- MSG.DLL
- NAMPIPES.DLL
- NLS.DLL
- NWIAPI.DLL
- OS2SM.DLL
- PICV.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
- PMSHAPI.DLL
- PMSPL.DLL
- PMVDMP.DLL
- PMVIOP.DLL
- PMWIN.DLL
- PMWP.DLL
- PNP.DLL
- QUECALLS.DLL
- REGISTRY.DLL
- REXX.DLL
- REXXAPI.DLL
- REXXINIT.DLL
- REXXUTIL.DLL
- RMINFO.DLL
- SESMGR.DLL
- SHPIINST.DLL
- SO32DLL.DLL
- SOFTDRAW.DLL
- SOM.DLL
- SPOOLCP.DLL
- SSM.DLL
- SW.DLL
- TCP32DLL.DLL
- TCPIP32.DLL
- TCPIPDLL.DLL
- UCONV.DLL
- UNIKBD.DLL
- VIOCALLS.DLL
- WINPRF.DLL
- WPCONFIG.DLL
- WPINET.DLL
- WPPRINT.DLL
Third Parties
By Category
System DLL
Control Program
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
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.