Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.1 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1996 - 1999
  6. //
  7. // File: svrapp.h
  8. //
  9. //--------------------------------------------------------------------------
  10. // SvrApp.h : main header file for the SVRAPP application
  11. //
  12. #ifndef __AFXWIN_H__
  13. #error include 'stdafx.h' before including this file for PCH
  14. #endif
  15. #include "resource.h" // main symbols
  16. /////////////////////////////////////////////////////////////////////////////
  17. // CSvrAppApp:
  18. // See SvrApp.cpp for the implementation of this class
  19. //
  20. class CSvrAppApp : public CWinApp
  21. {
  22. public:
  23. CSvrAppApp();
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CSvrAppApp)
  27. public:
  28. virtual BOOL InitInstance();
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. //{{AFX_MSG(CSvrAppApp)
  32. // NOTE - the ClassWizard will add and remove member functions here.
  33. // DO NOT EDIT what you see in these blocks of generated code !
  34. //}}AFX_MSG
  35. DECLARE_MESSAGE_MAP()
  36. };
  37. /////////////////////////////////////////////////////////////////////////////