intaccess;/* Access level required to change the value. */
size_tmax_size;
char*parameter[5];
char*summary;
void*value;/* Where the value is stored. */
void*(*func)(structsetup_parameter*parameter,char*ptr);/* Optional function that can do other things with the value, and veto the change by returning NULL. */