typedef struct { int type; char name[32]; unsigned int min; unsigned int max; }CFG_HDR; typedef struct { char cbox_text[32]; }CFG_CBOX_ITEM;