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.

39 lines
996 B

  1. // clustestDlg.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CClustestDlg dialog
  5. class CClustestDlg : public CDialog
  6. {
  7. // Construction
  8. public:
  9. CClustestDlg(CWnd* pParent = NULL); // standard constructor
  10. BOOL EnumerateCluster();
  11. HTREEITEM AddItem(LPTSTR pStrName, HTREEITEM pParent,BOOL bHasChildren);
  12. // Dialog Data
  13. //{{AFX_DATA(CClustestDlg)
  14. enum { IDD = IDD_CLUSTEST_DIALOG };
  15. CTreeCtrl m_ClusTree;
  16. //}}AFX_DATA
  17. // ClassWizard generated virtual function overrides
  18. //{{AFX_VIRTUAL(CClustestDlg)
  19. protected:
  20. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  21. //}}AFX_VIRTUAL
  22. // Implementation
  23. protected:
  24. HICON m_hIcon;
  25. // Generated message map functions
  26. //{{AFX_MSG(CClustestDlg)
  27. virtual BOOL OnInitDialog();
  28. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  29. afx_msg void OnPaint();
  30. afx_msg HCURSOR OnQueryDragIcon();
  31. //}}AFX_MSG
  32. DECLARE_MESSAGE_MAP()
  33. };