extern "C" StructIntType StructInt27 = { 0, // Default value 0, // Min Value 100, // Max Value FLAGS_NONE, // Flags NULL // Callback pointer};
#define INT_CTRL( MyCtrlName, FormNumber, Default, Min, Max ) \extern "C" StructIntType StructInt27 = { \ Default, \ Min, \ Max, \ FLAGS_NONE, \ NULL \}; \StructIntType & MyCtrlName = StructInt27 ; \