TWR
T windows api WRapper
 All Classes Functions
MyAppli.h
1 #ifndef MYAPPLI_H
2 #define MYAPPLI_H
3 
4 #include "WindowAppliBase.h"
5 
6 class MyAppli : public WindowAppliBase {
7 public:
9  int OnAppliStart(TCHAR *lpCmdLine);
10  int OnWindowShow();
11  int OnAppliEnd();
12 
13  LRESULT OnCommand(int wmId, int wmEvent);
14 };
15 
16 #endif