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 >
Wrap
C/C++ Source or Header
|
1997-04-15
|
450b
|
13 lines
#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