Source code of Windows XP (NT5)
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.

64 lines
1.5 KiB

  1. //
  2. // Driver Verifier UI
  3. // Copyright (c) Microsoft Corporation, 1999
  4. //
  5. //
  6. // module: DrvVCtrl.cxx
  7. // author: DMihai
  8. // created: 01/04/98
  9. //
  10. // Description:
  11. //
  12. // Main app header.
  13. //
  14. #if !defined(AFX_DRVVCTRL_H__94E2C12D_A3FC_11D2_98C6_00A0C9A26FFC__INCLUDED_)
  15. #define AFX_DRVVCTRL_H__94E2C12D_A3FC_11D2_98C6_00A0C9A26FFC__INCLUDED_
  16. #if _MSC_VER > 1000
  17. #pragma once
  18. #endif // _MSC_VER > 1000
  19. #ifndef __AFXWIN_H__
  20. #error include 'stdafx.h' before including this file for PCH
  21. #endif
  22. #include "resource.h" // main symbols
  23. #include "HelpIDs.hxx" // main symbols
  24. #define VERIFIER_HELP_FILE _T( "verifier.hlp" )
  25. /////////////////////////////////////////////////////////////////////////////
  26. // CDrvVCtrlApp:
  27. // See DrvVCtrl.cpp for the implementation of this class
  28. //
  29. class CDrvVCtrlApp : public CWinApp
  30. {
  31. public:
  32. CDrvVCtrlApp();
  33. // Overrides
  34. // ClassWizard generated virtual function overrides
  35. //{{AFX_VIRTUAL(CDrvVCtrlApp)
  36. public:
  37. virtual BOOL InitInstance();
  38. //}}AFX_VIRTUAL
  39. // Implementation
  40. //{{AFX_MSG(CDrvVCtrlApp)
  41. // NOTE - the ClassWizard will add and remove member functions here.
  42. // DO NOT EDIT what you see in these blocks of generated code !
  43. //}}AFX_MSG
  44. DECLARE_MESSAGE_MAP()
  45. };
  46. /////////////////////////////////////////////////////////////////////////////
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_DRVVCTRL_H__94E2C12D_A3FC_11D2_98C6_00A0C9A26FFC__INCLUDED_)