PeeperServer.h
Upload User: xztxsm
Upload Date: 2007-02-12
Package Size: 150k
Code Size: 0k
Category:

Remote Control

Development Platform:

Visual C++

  1. #ifndef __PEEPER_APP_H__
  2. #define __PEEPER_APP_H__
  3. #include "resource.h"
  4. class CPeeperServerApp : public CWinApp
  5. {
  6. public:
  7. BOOL Register();
  8. CPeeperServerApp();
  9. //{{AFX_VIRTUAL(CPeeperServerApp)
  10. public:
  11. virtual BOOL InitInstance();
  12. //}}AFX_VIRTUAL
  13. //{{AFX_MSG(CPeeperServerApp)
  14. //}}AFX_MSG
  15. DECLARE_MESSAGE_MAP()
  16. };
  17. #endif // __PEEPER_APP_H__