00001 // KB 5/15/01 \Ken90\Include\SDK\HProgres.h 00002 00003 //********************************************************* 00004 //** HProgressBar 00005 //********************************************************* 00006 00007 #ifndef _SMALLPDB 00008 00009 class PLUGINEXPORT HProgressBar 00010 { 00011 public: 00012 BOOL Initialize(); 00013 void Uninitialize(); 00014 void SetProgressRange(int iLow, int iHight); 00015 void SetMessage1(const char *msg); 00016 void SetMessage2(const char *msg); 00017 void SetProgress(int iPos); 00018 }; 00019 00020 PLUGINEXPORT HProgressBar *GetProgressBar(); 00021 00022 #endif 00023
Generated on Thu Oct 27 11:46:46 2005 with
1.4.5 written by Dimitri van Heesch,
© 1997-2001