home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1995 March / SOFM_Mar1995.bin / pc / utility / os2 / clock / config.h < prev    next >
Text File  |  1995-01-27  |  745b  |  27 lines

  1. /******************************************************************* CONFIG.H
  2.  *                                                                          *
  3.  *                     Configure Dialog definitions                         *
  4.  *                                                                          *
  5.  ****************************************************************************/
  6.  
  7. #ifndef CONFIG_H
  8. #define CONFIG_H
  9.  
  10. typedef struct {
  11.   SHORT  id ;
  12.   HWND   hwndHelp ;
  13.   BOOL   Analog ;
  14.   BOOL   Hour24 ;
  15.   BOOL   HideControls ;
  16.   BOOL   Chime ;
  17.   BOOL   Float ;
  18.   BOOL   Animate ;
  19.   USHORT AlertType ;
  20.   USHORT AlertLevels [2] [2] ;
  21. }
  22. CONFIG_PARMS, *PCONFIG_PARMS ;
  23.  
  24. extern FNWP ConfigureProcessor ;
  25.  
  26. #endif
  27.