The C Utility Toolkit
Go to the source code of this file.
Typedefs | |
| typedef void * | Dll |
Functions | |
| Dll | DllOpen (const char *path) |
| int | DllClose (Dll dll) |
| void * | DllSym (Dll dll, const char *sym) |
|
|
|
|
|
Unloads a DLL from memory.
|
|
|
Loads a DLL into memory.
|
|
||||||||||||
|
Looks up a symbol in a DLL.
|
1.3.7