Collaboration diagram for lcas_plugindl_s:

Data Fields | |
| void* | handle |
| lcas_proc_t | procs [MAXPROCS] |
| char | pluginname [LCAS_MAXPATHLEN+1] |
| char | pluginargs [LCAS_MAXARGSTRING+1] |
| int | argc |
| char* | argv [LCAS_MAXARGS] |
| struct lcas_plugindl_s* | next |
For internal use only.
Definition at line 144 of file lcas.c.
|
|
number of arguments |
|
|
list of arguments |
|
|
dlopen handle to plugin module |
|
|
pointer to the next plugin in the plugin list |
|
|
argument string |
|
|
name of plugin |
|
|
list of handles to interface functions of plugin |
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001