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.

62 lines
1.6 KiB

  1. #if !defined(AFX_PDHPATHTESTDIALOG_H__24E84783_AC7F_11D1_BE7E_00A0C913CAD4__INCLUDED_)
  2. #define AFX_PDHPATHTESTDIALOG_H__24E84783_AC7F_11D1_BE7E_00A0C913CAD4__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // PdhPathTestDialog.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CPdhPathTestDialog dialog
  10. class CPdhPathTestDialog : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CPdhPathTestDialog(CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CPdhPathTestDialog)
  17. enum { IDD = IDD_CHECK_PATH };
  18. CString m_CounterName;
  19. CString m_FullPathString;
  20. BOOL m_IncludeInstanceName;
  21. CString m_InstanceNameString;
  22. BOOL m_IncludeMachineName;
  23. CString m_ObjectNameString;
  24. CString m_MachineNameString;
  25. BOOL m_UnicodeFunctions;
  26. BOOL m_WbemOutput;
  27. BOOL m_WbemInput;
  28. //}}AFX_DATA
  29. // Overrides
  30. // ClassWizard generated virtual function overrides
  31. //{{AFX_VIRTUAL(CPdhPathTestDialog)
  32. protected:
  33. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. protected:
  37. void SetDialogMode(void);
  38. // Generated message map functions
  39. //{{AFX_MSG(CPdhPathTestDialog)
  40. afx_msg void OnMachineNameChk();
  41. afx_msg void OnInstanceNameChk();
  42. afx_msg void OnProcessBtn();
  43. virtual BOOL OnInitDialog();
  44. afx_msg void OnEnterElemBtn();
  45. afx_msg void OnEnterPathBtn();
  46. //}}AFX_MSG
  47. DECLARE_MESSAGE_MAP()
  48. };
  49. //{{AFX_INSERT_LOCATION}}
  50. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  51. #endif // !defined(AFX_PDHPATHTESTDIALOG_H__24E84783_AC7F_11D1_BE7E_00A0C913CAD4__INCLUDED_)