MSG.H
上传用户:bjghjy
上传日期:2007-01-07
资源大小:379k
文件大小:0k
源码类别:

金融证券系统

开发平台:

Visual C++

  1. extern HWND ghWndMsg;
  2. BOOL RegisterMsg(void);
  3. #define MSG_HIDE 1<<0
  4. #define MSG_SHOW 1<<1
  5. #define MSG_VERT 1<<2
  6. #define MSG_HORT 1<<3
  7. #define MSG_TIME 1<<4
  8. #define  MSG_FOCU 1<<5
  9. int Msg(char *msg,int type);
  10. BOOL CreateWndMsg(HWND hWnd);