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.
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.