home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / wps / graphic / showbmp / utility.h < prev    next >
Text File  |  1990-06-18  |  514b  |  11 lines

  1. /********************************************************************
  2. **                      UTILITY Header File                        **
  3. ********************************************************************/
  4.  
  5. USHORT DisplayMsgBox (BOOL Beep, PCHAR Msg, PCHAR Title, USHORT Style);
  6. VOID ShowPMError (HAB hab, USHORT id);
  7. VOID ShowDOSError (HAB hab, USHORT rc, USHORT id);
  8. VOID ShowDebug (HAB hab, SHORT rc, PCHAR msg);
  9. VOID DisplayBusyPtr (BOOL Busy);
  10. VOID EnableMenuItem (SHORT idItem, BOOL fEnable);
  11.