Function gpa::system::FindModuleHandle
Defined in File module.h
Function Documentation
-
void *gpa::system::FindModuleHandle(TCHAR const *libraryName)
Obtain handle to a previously-loaded module. Can be used to test if the module has already been loaded.
- Parameters
libraryName -- Pathname to the shared object file to load. Standard system- specific search path algorithms are used.
- Returns
NULL if the module has not been loaded into the process; handle to the previously-loaded module otherwise.