Dynamic Linking Functions

 ┌──────────────────────────────────────────────────────────────┐
 │ Dynamic Linking Functions.  This table compares the OS/2     │
 │ Version 1.3 and OS/2 Version 2.0 dynamic linking functions.  │
 ├───────────────────────────────┬──────────────────────────────┤
 │ 16-BIT FUNCTION NAME          │ 32-BIT FUNCTION NAME         │
 ├───────────────────────────────┼──────────────────────────────┤
 │ DosLoadModule                 │ DosLoadModule                │
 ├───────────────────────────────┼──────────────────────────────┤
 │ DosFreeModule                 │ DosFreeModule                │
 ├───────────────────────────────┼──────────────────────────────┤
 │ DosGetProcAddr                │ DosQueryProcAddr             │
 ├───────────────────────────────┼──────────────────────────────┤
 │ DosGetModHandle               │ DosQueryModuleHandle         │
 ├───────────────────────────────┼──────────────────────────────┤
 │ DosGetModName                 │ DosQueryModuleName           │
 ├───────────────────────────────┼──────────────────────────────┤
 │ DosQAppType                   │ DosQueryAppType              │
 ├───────────────────────────────┼──────────────────────────────┤
 │ DosGetMachineMode             │ N/A                          │
 ├───────────────────────────────┼──────────────────────────────┤
 │ BadDynLink                    │ N/A                          │
 ├───────────────────────────────┼──────────────────────────────┤
 │ DosGetVersion                 │ N/A                          │
 ├───────────────────────────────┼──────────────────────────────┤
 │ DosGetEnv                     │ N/A                          │
 └───────────────────────────────┴──────────────────────────────┘


[Back: Timer Services Functions]
[Next: Device I/O Functions]