- FreeLibrary
void FreeLibrary(void* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetProcAddress
void* GetProcAddress(void* , char* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- LoadLibraryA
void* LoadLibraryA(char* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- dlclose
int dlclose(void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- dlerror
char* dlerror()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- dlopen
void* dlopen(char* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- dlsym
void* dlsym(void* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.