Application Access to DLL Code

This section describes the three steps necessary to allow an application to access a routine in a DLL:

1.Create a prototype for the library function.

2.Call the library function.

3.Import the library function.