Header Header

gxMODULEINFO Struct Reference


Detailed Description

Information structure of GX modules.


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_tprocess
 Pointer to the entry function of the module.


Field Documentation

int id

Identification number.

See also:
GXMODULE_INFO_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.


Generated  for GX
(c) Adaptive Recognition