Maps a specified executable module into the address space of the calling process
#include <WinAPIRes.au3>
_WinAPI_LoadLibrary ( $sFileName )
$sFileName | Names a Win32 executable module (either a .dll or an .exe file). The name specified is the filename of the executable module. |
Success: | A handle to the executable module |
Failure: | 0, call _WinAPI_GetLastError() to get extended error information |
_WinAPI_FreeLibrary, _WinAPI_LoadLibraryEx
Search LoadLibrary in MSDN Library.