Loads the specified module into the address space of the calling process.
HMODULE LoadLibrary( LPCTSTR lpFileName )
If the function succeeds, the return value is a handle to the module.
If the function fails, the return value is NULL.
FreeLibrary
origin.h