|
Application extension
|
Previous Top Next |
| The LoadLibrary function maps the specified executable module into the address space of the calling process.
|
| HINSTANCE LoadLibrary(
|
| The GetProcAddress function returns the address of the specified exported dynamic-link library (DLL) function.
|
| FARPROC GetProcAddress(
|
| BOOL FreeLibrary(
|
|
|
|
|