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.

59 lines
1.3 KiB

  1. /*++
  2. Copyright (C) 1997-2001 Microsoft Corporation
  3. Module Name:
  4. Abstract:
  5. History:
  6. --*/
  7. #if !defined(AFX_MOFDLG_H__BDFC722B_91DE_4278_B817_3DA6FFC099C5__INCLUDED_)
  8. #define AFX_MOFDLG_H__BDFC722B_91DE_4278_B817_3DA6FFC099C5__INCLUDED_
  9. #if _MSC_VER > 1000
  10. #pragma once
  11. #endif // _MSC_VER > 1000
  12. // MofDlg.h : header file
  13. //
  14. /////////////////////////////////////////////////////////////////////////////
  15. // CMofDlg dialog
  16. class CMofDlg : public CDialog
  17. {
  18. // Construction
  19. public:
  20. CMofDlg(CWnd* pParent = NULL); // standard constructor
  21. // Dialog Data
  22. //{{AFX_DATA(CMofDlg)
  23. enum { IDD = IDD_MOF };
  24. // NOTE: the ClassWizard will add data members here
  25. //}}AFX_DATA
  26. IWbemClassObject *m_pObj;
  27. // Overrides
  28. // ClassWizard generated virtual function overrides
  29. //{{AFX_VIRTUAL(CMofDlg)
  30. protected:
  31. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. protected:
  35. // Generated message map functions
  36. //{{AFX_MSG(CMofDlg)
  37. // NOTE: the ClassWizard will add member functions here
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. //{{AFX_INSERT_LOCATION}}
  42. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  43. #endif // !defined(AFX_MOFDLG_H__BDFC722B_91DE_4278_B817_3DA6FFC099C5__INCLUDED_)