This section describes the three steps you must follow for an application to access a function in a dynamic-link library:
1.Create a prototype for the library function.
2.Call the library function.
3.Import the library function.