FORM
4.3
|
#include <structs.h>
Data Fields | |
UBYTE * | parameter |
int | type |
int | flags |
LONG | value |
Each setup parameter has one element of the struct SETUPPARAMETERS assigned to it. By binary search in the array of them we can then locate the proper element by name. We have to assume that two ints make a long and either one or two longs make a pointer. The long before the ints and padding gives a problem in the initialization.