Function: load
Load a dll into the process.
This function is safe
Parameters
path: str- the full path to the dll.
Exceptions
If LoadLibraryW fails.
Return Value
Returns a Module.
Load a dll into the process.
This function is safe
path: str - the full path to the dll.If LoadLibraryW fails.
Returns a Module.