OpenCBM
|
Shared library / DLL for accessing the driver Functions for obtaining the addresses of plugin functions. More...
Go to the source code of this file.
Macros | |
#define | SHARED_OBJECT_HANDLE_INVALID NULL |
@@@ More... | |
Typedefs | |
typedef void * | SHARED_OBJECT_HANDLE |
@@@ More... | |
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... | |
Shared library / DLL for accessing the driver Functions for obtaining the addresses of plugin functions.
Definition in file getpluginaddress.h.
#define SHARED_OBJECT_HANDLE_INVALID NULL |
typedef void* SHARED_OBJECT_HANDLE |
void* plugin_get_address | ( | SHARED_OBJECT_HANDLE | handle, |
const char * | name | ||
) |
@@@
handle | |
name |
handle | |
name |
Definition at line 56 of file LINUX/getpluginaddress.c.
Referenced by cbm_get_plugin_function_address().
SHARED_OBJECT_HANDLE plugin_load | ( | const char * | name | ) |
@@@
name |
name |
Definition at line 32 of file LINUX/getpluginaddress.c.
References cbmlibmisc_format_error_message().
void plugin_unload | ( | SHARED_OBJECT_HANDLE | handle | ) |
@@@
handle |
handle |
Definition at line 68 of file LINUX/getpluginaddress.c.