52 #ifndef BALLOON_TIP_MAKER_INC
53 #define BALLOON_TIP_MAKER_INC
55 typedef enum _TRIANGLE_DIRECTION {
62 typedef struct _BALLOONTIP_SHAPE {
63 int main_x, main_y, main_w, main_h;
66 TRIANGLE_DIRECTION triangle_direction;
73 int ncsSetBalloonTipStyle (HWND hWnd,
unsigned short triangle_offset, TRIANGLE_DIRECTION triangle_direction);