Function 68, subfunction 19 - load DLL.
Parameters:
- eax = 68 - function number
- ebx = 19 - subfunction number
- ecx = pointer to ASCIIZ-string with the full path to DLL
Returned value:
- eax = 0 - failed
- otherwise eax = pointer to DLL export table
Remarks:
- Export table is an array of structures of 2 dword's, terminated
by zero. The first dword in structure points to function name,
the second dword contains address of function.