www.pudn.com > inet_stock.zip > MSG.H



extern HWND ghWndMsg;

BOOL RegisterMsg(void);

#define		MSG_HIDE		1<<0
#define		MSG_SHOW		1<<1
#define		MSG_VERT		1<<2
#define		MSG_HORT		1<<3
#define		MSG_TIME		1<<4
#define 	MSG_FOCU		1<<5

int Msg(char *msg,int type);
BOOL CreateWndMsg(HWND hWnd);