home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / m / msgbar10.zip / SOURCE.EXE / MB.H < prev    next >
C/C++ Source or Header  |  1992-12-29  |  861b  |  29 lines

  1. /****************************************************************************
  2.  
  3. *       File Name:      MESSAGEB.H
  4.  
  5. *       Purpose:        This header file contains all the prototypes for
  6.                         the Message Bar interface.
  7. *
  8.  
  9. *       Author:         Paul King
  10.  
  11. *       Revision
  12.         History
  13. *
  14.  
  15. *       Date        Description
  16.         ---------   -------------------------------------------------------
  17. *       11/27/92    Original Version
  18.         12/29/92    Cleaned up and made it a true message bar
  19. *
  20.  
  21. ****************************************************************************/
  22.  
  23. extern BOOL     InitMB(HWND, HINSTANCE, COLORREF, COLORREF, BOOL);
  24. extern BOOL     KillMB(void);
  25. extern void     ResizeMB(void);
  26. extern LRESULT  ColorMB(WPARAM, LPARAM);
  27. extern void     MBText(LPSTR);
  28. extern void     MBShow(BOOL);
  29.