skyrope-mit-merge-hell-20040226
[openafs.git] / src / WINNT / win9xpanel / share.h
1 /* Copyright 2000, International Business Machines Corporation and others.
2         All Rights Reserved.
3  
4         This software has been released under the terms of the IBM Public
5         License.  For details, see the LICENSE file in the top-level source
6         directory or online at http://www.openafs.org/dl/license10.html
7 */
8 #if !defined(SHARE_H__CF7462A3_F999_11D3_A374_00105A6BCA62__INCLUDED_)
9 #define SHARE_H__CF7462A3_F999_11D3_A374_00105A6BCA62__INCLUDED_
10 #define WM_MY_TRAY_NOTIFICATION WM_APP+1
11 #define WM_DIRTIMER WM_USER+2           //MUST BE DIFFERENT FROM CTRAYICON 
12 #define WM_AUTTIMER WM_USER+3
13 #define WM_PROGRESSTIMER WM_USER+4
14 #define WM_PROGRESSPARM WM_USER+5       //SHARED BETWEEN PROGBAR 
15 #define WM_LOG WM_USER+6                        //Message Log
16 #define WSA_EVENT WM_USER+7                     //Socket messages
17 #define WM_UIONPARM WM_USER+8
18 #define WM_UIPING WM_USER+9                     //INDication from UIThread that there is a socket connection to server
19 #define WM_UICONNECT WM_USER+10         //UIThread do a connect to socket
20 #define WM_UIDISCONNECT WM_USER+11      //UIthread do a disconnect
21 #define WM_PINGRETURN WM_USER+12        //return message from a ping
22 #define WM_CONNECTRETURN WM_USER+13     //return message from connect
23 #define WM_RESUMEDELAY WM_USER+14       //used to delay after power resume
24 #define WM_ERRORMSG WM_USER+15          //Error Display Message
25 #define ProgFShow 100           //since modes are 1-7 skip thoes numbers
26 #define ProgFHide 102
27 #define ProgFOpt 103
28 #define ProgFNext 104
29 #define ProgFSetTitle 105
30
31 #define SOCKETIO 2000           //maximum IO time for sockets in milli-seconds
32
33 #endif