#include <module.h>
Data Fields | |
| time_t | age |
| char | name [MAXPATH] |
| char * | file |
| void * | handle |
| int | type |
| ModuleInfo * | mi |
Module structures (Module) This holds primary module information, such as the handle, pathway, and time the module was loaded. this information is to be held true and trusted at all times, as the MODULE system is the only thing that is allowed to touch this information :)
Definition at line 217 of file module.h.
| time_t age |
Definition at line 219 of file module.h.
Referenced by module_open().
| char* file |
Definition at line 222 of file module.h.
Referenced by module_free(), and module_open().
| void* handle |
Definition at line 224 of file module.h.
Referenced by module_close(), module_open(), and purge_modules().
Definition at line 228 of file module.h.
Referenced by module_close(), module_open(), and purge_modules().
| char name[MAXPATH] |
Definition at line 221 of file module.h.
Referenced by module_find(), and module_open().
| int type |
Definition at line 226 of file module.h.
Referenced by module_open(), and purge_modules().
1.6.3