Run-Time Libraries

At run time, any program that calls a particular API function must be linked dynamically to a library containing the binary executable files for that function. The OS/2 operating system automatically links the program and library together when a particular function is called.

LAN Server provides the following dynamic link libraries (DLLs): ┌───────────────┬────────────────────────────────────────────┬─────────────────┐
│ LIBRARY │ CONTENTS │ DIRECTORY │
├───────────────┼────────────────────────────────────────────┼─────────────────┤
│ MAILSLOT.DLL │ Mailslot API library │ \MUGLIB\DLL │
├───────────────┼────────────────────────────────────────────┼─────────────────┤
│ NETAPI.DLL │ Base network API library │ \MUGLIB\DLL │
├───────────────┼────────────────────────────────────────────┼─────────────────┤
│ NETAPI32.DLL │ 32-bit base network API library │ \MUGLIB\DLL │
├───────────────┼────────────────────────────────────────────┼─────────────────┤
│ NETOEM.DLL │ Stub library for legacy applications │ \MUGLIB\DLL │
└───────────────┴────────────────────────────────────────────┴─────────────────┘


[Back: Link-Time Libraries]
[Next: API Services Requirements and Operator Privileges]