Module module
Structs§
- Module
- This structure represents a Windows-specific module
Functions§
- dlopen
- Load the module (DLL) with the given
nameinto the current process and wrap the resulting handle in aModule. - find_
module - Try to get the
Modulewith the given name.