00001 #ifndef _WINC_BUFRPARAM 00002 #define _WINC_BUFRPARAM 00003 00004 namespace WXP { 00010 struct BufrParam { 00011 int mode; 00012 int maj; 00013 int min; 00014 int ind; 00015 00016 int print(); 00017 }; 00018 } 00019 #endif 00020