Accessing a TCP/IP API DLL from an Intermediate DLL

A TCP/IP API DLL can be accessed both directly from an application and through an intermediate DLL. An example of an intermediate DLL is a virtual network API layer that supports generalized network functionality for applications and uses the TCP/IP API.

The OS/2 Warp Toolkit contains a sample program to build a DLL. You can find the program in the SAMPLES\TCPIPTK\SAMPDLL directory.

For more information about DLLs, refer to the OS/2 Warp Technical Library, Control Programming Guide


[Back: Multithreading Considerations]
[Next: Differences between OS/2 and Standard BSD Sockets]