www.pudn.com > QqMsgView.rar > LocalMessage.h


int ViewQQLocalMessage(); 
class LocalMessage 
{ 
public: 
	static LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); 
	HWND hwnd; 
	int WndClose(); 
	int WndCreate(); 
	int WndProcCommand(WPARAM,LPARAM); 
	int WndProcNotify(WPARAM,LPARAM); 
	int Tree_Notify(LPARAM); 
	int CreateMainPane(HWND); 
	int InitList(HWND); 
	int InsetValueToList(char *,char *); 
	int InsetDataToList(HWND,int,char*,char *,char *,char *); 
	int InitTreeView(HWND); 
	int InsertToTreeView(HWND,char *,HTREEITEM,IStorage**); 
	int WndSize(WPARAM,LPARAM);	 
	int WndMouseMove(WPARAM,LPARAM); 
	int ViewNameToDbName(char *); 
	int ReadData(char *,char *,char **,char **,int *,int *); 
	int DecodeMessage(char * message,int Length,int * Index,int number); 
 
	int List_Notify(LPARAM); 
}; 
extern long ppro; 
typedef struct _MAINWINDOW  
{ 
	HWND hwnd; 
	LPCTSTR lpClassName; 
	DWORD dwExStyle; 
	DWORD dwStyle; 
	int x; 
	int y; 
	int nWidth; 
	int nHeight; 
	HMENU hMenu; 
	WNDPROC WindowLong; 
}MAINWINDOW,*pMAINWINDOW; 
LRESULT APIENTRY WndSplit(HWND, UINT, WPARAM, LPARAM); 
#define IDC_MAINTREEVIEW 20200 
#define IDC_MAINLIST     20201 
#define IDC_MAINEDIT     20202