![]() |
![]() |
Data Fields | |
int | id |
Identification number. | |
int | version |
Module version number (Format: major, minor, sub minor, build - 8,8,8,8 bit). | |
const char * | description |
Description of the module in ASCII format. | |
const wchar_t * | wdescription |
Description of the module in unicode format. | |
gxmodule_process_t * | process |
Pointer to the entry function of the module. |
int id |
int version |
Module version number (Format: major, minor, sub minor, build - 8,8,8,8 bit).
const char* description |
Description of the module in ASCII format.
const wchar_t* wdescription |
Description of the module in unicode format.
Pointer to the entry function of the module.