Hello everybody,
I'm trying to create my own module in Chemcad by means of DDLs created in C++.
I opened the file CC5.h I found in the directory CC5 installed with CHEMCAD, but i didn't the meaning of the following structure:

typedef struct
{
short id_no;
short type;
short ienew;
short id_number;
short ioe[14];
float id_no_float;
float eqs[NUSPECM1];
short ike;
short ihe;
char cat[4];
char label[12];
short seq_no;
short err_code;
short ignore_elec;
short local_imms;
short local_llv;
short bip_set;
short iresv[40];
} EBUFFER;


Does someone of you know the significance of each single variables (e.g. id_no, eqs[NUSPECM1], ioe[14])

Thanks in advance