home *** CD-ROM | disk | FTP | other *** search
- #ifndef _COMMON_H
- #define HOT_BUTTONS_BUTTON 0x00000001
- #define HOT_BUTTONS_3DBUTTON 0x00000002
- #define HOT_BUTTONS_RULE 0x00000004
- #define HOT_BUTTONS_BULLET 0x00000008
- #define HOT_BUTTONS_HEADING 0x00000010
- #define HOT_BUTTONS_IMAGE 0x00000020
- #define HOT_BUTTONS_BACKGROUND 0x00000040
- #define HOT_BUTTONS_ALL 0x000000FF
-
- extern "C" BOOL FAR PASCAL UtilInsertHotButton(LPTSTR lpFileName, LPTSTR lpAltText, DWORD dwFlags);
- #endif
-