_SHELL_LoadLibrary


include shell.inc
VxDcall SHELL_LoadLibrary, <<OFFSET32 lpszDll>
mov [Handle], eax

Loads the given 16-bit library. This service is a thunk for the LoadLibrary function. Use C calling conventions.

lpszDll

Address of a null-terminated string specifying the filename of the DLL to load.

This service may be called only during application time. Failure to observe this restriction may crash the system. This service is capable of loading only 16-bit DLLs.