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.

58 lines
1.5 KiB

  1. #if !defined(AFX_PROPPAGEDUMPFILES_H__DD1839DF_3482_4ED7_9D59_F529A1B190C4__INCLUDED_)
  2. #define AFX_PROPPAGEDUMPFILES_H__DD1839DF_3482_4ED7_9D59_F529A1B190C4__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // PropPageDumpFiles.h : header file
  7. //
  8. #include "genlistctrl.h"
  9. #include "emsvc.h" // Added by ClassView
  10. #include "emshellview.h"
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CPropPageDumpFiles dialog
  13. class CPropPageDumpFiles : public CPropertyPage
  14. {
  15. DECLARE_DYNCREATE(CPropPageDumpFiles)
  16. // Construction
  17. public:
  18. HRESULT DisplayDumpData(PEmObject pEmObject);
  19. void PopulateDumpType();
  20. IEmManager* m_pIEmManager;
  21. PEmObject m_pEmObject;
  22. CPropPageDumpFiles();
  23. ~CPropPageDumpFiles();
  24. // Dialog Data
  25. //{{AFX_DATA(CPropPageDumpFiles)
  26. enum { IDD = IDD_PROPPAGE_DUMPFILES };
  27. CGenListCtrl m_ListCtrl;
  28. //}}AFX_DATA
  29. // Overrides
  30. // ClassWizard generate virtual function overrides
  31. //{{AFX_VIRTUAL(CPropPageDumpFiles)
  32. protected:
  33. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. protected:
  37. // Generated message map functions
  38. //{{AFX_MSG(CPropPageDumpFiles)
  39. virtual BOOL OnInitDialog();
  40. afx_msg void OnButtonExport();
  41. //}}AFX_MSG
  42. DECLARE_MESSAGE_MAP()
  43. };
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_PROPPAGEDUMPFILES_H__DD1839DF_3482_4ED7_9D59_F529A1B190C4__INCLUDED_)