00001 #ifndef MESSAGES_H 00002 #define MESSAGES_H 00003 00004 #define WM_ANALYSISSTARTREQ WM_USER+10//wp-> text (sync) 00005 #define WM_ANALYSISSTOPREQ WM_USER+11 00006 #define WM_ANALYSISSTART WM_USER+12 00007 #define WM_ANALYSISSTOP WM_USER+13 00008 #define WM_ANALYSISCOMPLETE WM_USER+14//wp-> list<abusedesks> 00009 #define WM_RESET WM_USER+15//cancel all fields 00010 #define WM_INITSUBCLASS WM_USER+16 //pass the pointer to prev. window proc in wp 00011 #define WM_GETEMAIL WM_USER+17 //wp->pointer to the string 00012 #define WM_LARTSSENDING WM_USER+18 //wp->num of larts 00013 #define WM_LARTSSENT WM_USER+19 //wp->num of larts 00014 #define WM_SENDLARTS WM_USER+20 //sent from child to main window 00015 #define WM_NOLARTS WM_USER+21 //sent from child to main window 00016 #define WM_CLOSEIPURLINFO WM_USER+22 //sent from child to main window 00017 #define WM_ANALYSISRESULTS WM_USER+23 // sent when analysis supllies results 00018 #endif