home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 10 / Chip_Hitware_Vol_10.iso / chiphit / online / 95hotbot / butbeta.exe / HOTBUTTN.MYS / COMMON.H < prev    next >
C/C++ Source or Header  |  1997-04-15  |  450b  |  13 lines

  1. #ifndef _COMMON_H
  2. #define HOT_BUTTONS_BUTTON        0x00000001
  3. #define HOT_BUTTONS_3DBUTTON    0x00000002
  4. #define HOT_BUTTONS_RULE        0x00000004
  5. #define HOT_BUTTONS_BULLET        0x00000008
  6. #define HOT_BUTTONS_HEADING        0x00000010
  7. #define HOT_BUTTONS_IMAGE        0x00000020
  8. #define HOT_BUTTONS_BACKGROUND    0x00000040
  9. #define HOT_BUTTONS_ALL            0x000000FF
  10.  
  11. extern "C" BOOL FAR PASCAL UtilInsertHotButton(LPTSTR lpFileName, LPTSTR lpAltText, DWORD dwFlags);
  12. #endif
  13.