tModuleLoader Struct Reference

Module Loader definition. More...

#include <modules.h>

Data Fields

struct sModuleLoader * Next
 Kernel Only - Next loader in list.
char * Name
 Friendly name for the loader.
int(* Detector )(void *Base)
 Simple detector function.
int(* Loader )(void *Base)
 Initialises the module.
int(* Unloader )(void *Base)
 Calls module's cleanup.

Detailed Description

Module Loader definition.

Allows a module to extend the loader to recognise other module types E.g. EDI, UDI, Windows, Linux, ...


The documentation for this struct was generated from the following file:
Generated on Mon Feb 14 15:21:31 2011 for Acess2 by  doxygen 1.6.3