HProgres.h

Go to the documentation of this file.
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 

This A:M SDK v12.0 documentation is maintained by Hash Inc. Please address any comments concerning this documentation to AMReports. If you have any information, knowledge, or documentation to share with the A:M developer community, please post them on the Hash SDK forum.

Generated on Thu Oct 27 11:46:46 2005 with doxygen 1.4.5 written by Dimitri van Heesch, © 1997-2001