OpenCBM
|
Shared library / DLL for accessing the driver. More...
Go to the source code of this file.
Functions | |
SHARED_OBJECT_HANDLE | plugin_load (const char *name) |
@@@ More... | |
void * | plugin_get_address (SHARED_OBJECT_HANDLE handle, const char *name) |
@@@ More... | |
void | plugin_unload (SHARED_OBJECT_HANDLE handle) |
@@@ More... | |
void* plugin_get_address | ( | SHARED_OBJECT_HANDLE | handle, |
const char * | name | ||
) |
@@@
handle | |
name |
Definition at line 58 of file WINDOWS/getpluginaddress.c.
Referenced by cbm_get_plugin_function_address().
SHARED_OBJECT_HANDLE plugin_load | ( | const char * | name | ) |
@@@
name |
Definition at line 34 of file WINDOWS/getpluginaddress.c.
References cbmlibmisc_format_error_message().
void plugin_unload | ( | SHARED_OBJECT_HANDLE | handle | ) |
@@@
handle |
Definition at line 70 of file WINDOWS/getpluginaddress.c.