Interface Registry. More...
#include <module.h>

Data Fields | |
| const char * | name |
| const u32 *(* | QueryInterfaces )() |
| GF_BaseInterface *(* | LoadInterface )(u32 InterfaceType) |
| void(* | ShutdownInterface )(GF_BaseInterface *interface_obj) |
This structure represent a base interface loader, when not using dynamic / shared libraries
| const char* GF_InterfaceRegister::name |
| const u32*(* GF_InterfaceRegister::QueryInterfaces)() |
| GF_BaseInterface*(* GF_InterfaceRegister::LoadInterface)(u32 InterfaceType) |
| void(* GF_InterfaceRegister::ShutdownInterface)(GF_BaseInterface *interface_obj) |
1.6.1