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.

57 lines
1.6 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation 1996-2001.
  5. //
  6. // File: applcnfg.h
  7. //
  8. // Contents: definition of CApplyConfiguration
  9. //
  10. //----------------------------------------------------------------------------
  11. #if !defined(AFX_APPLCNFG_H__6D0C4D6F_BF71_11D1_AB7E_00C04FB6C6FA__INCLUDED_)
  12. #define AFX_APPLCNFG_H__6D0C4D6F_BF71_11D1_AB7E_00C04FB6C6FA__INCLUDED_
  13. #if _MSC_VER >= 1000
  14. #pragma once
  15. #endif // _MSC_VER >= 1000
  16. #include "perfanal.h"
  17. /////////////////////////////////////////////////////////////////////////////
  18. // CApplyConfiguration dialog
  19. class CApplyConfiguration : public CPerformAnalysis
  20. {
  21. // Construction
  22. public:
  23. CApplyConfiguration(); // standard constructor
  24. // Dialog Data
  25. //{{AFX_DATA(CApplyConfiguration)
  26. enum { IDD = IDD_ANALYSIS_GENERATE };
  27. // NOTE: the ClassWizard will add data members here
  28. //}}AFX_DATA
  29. // Overrides
  30. // ClassWizard generated virtual function overrides
  31. //{{AFX_VIRTUAL(CApplyConfiguration)
  32. protected:
  33. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. protected:
  37. virtual DWORD DoIt();
  38. // Generated message map functions
  39. //{{AFX_MSG(CApplyConfiguration)
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. };
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_APPLCNFG_H__6D0C4D6F_BF71_11D1_AB7E_00C04FB6C6FA__INCLUDED_)