FPDUMPWDlg.h
上传用户:wandash
上传日期:2007-01-07
资源大小:79k
文件大小:2k
源码类别:

SCSI/ASPI

开发平台:

Visual C++

  1. // FPDUMPWDlg.h : header file
  2. //
  3. #if !defined(AFX_FPDUMPWDLG_H__336EBB08_F22D_11D1_B0BA_00001A00BBEF__INCLUDED_)
  4. #define AFX_FPDUMPWDLG_H__336EBB08_F22D_11D1_B0BA_00001A00BBEF__INCLUDED_
  5. #if _MSC_VER >= 1000
  6. #pragma once
  7. #endif // _MSC_VER >= 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CFPDUMPWDlg dialog
  10. extern CWinThread *pDumpWatcher;
  11. // 后台线程
  12. UINT DumpWatcher( LPVOID pParam );
  13. // 信号灯
  14. extern BOOLEAN  bCancelWatcher;
  15. extern BOOLEAN  IsWatcherRunning;
  16. class CFPDUMPWDlg : public CDialog
  17. {
  18. // Construction
  19. public:
  20. CFPDUMPWDlg(CWnd* pParent = NULL); // standard constructor
  21. // Dialog Data
  22. //{{AFX_DATA(CFPDUMPWDlg)
  23. enum { IDD = IDD_FPDUMPW_DIALOG };
  24. // NOTE: the ClassWizard will add data members here
  25. //}}AFX_DATA
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(CFPDUMPWDlg)
  28. protected:
  29. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. protected:
  33. HICON m_hIcon;
  34. // Generated message map functions
  35. //{{AFX_MSG(CFPDUMPWDlg)
  36. virtual BOOL OnInitDialog();
  37. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  38. afx_msg void OnPaint();
  39. afx_msg HCURSOR OnQueryDragIcon();
  40. afx_msg void OnDumpStart();
  41. afx_msg void OnDumpCancel();
  42. afx_msg void OnClose();
  43. afx_msg void OnDumpSettings();
  44. afx_msg void OnDumpClose();
  45. virtual void OnOK();
  46. virtual void OnCancel();
  47. //}}AFX_MSG
  48. DECLARE_MESSAGE_MAP()
  49. };
  50. //{{AFX_INSERT_LOCATION}}
  51. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  52. #endif // !defined(AFX_FPDUMPWDLG_H__336EBB08_F22D_11D1_B0BA_00001A00BBEF__INCLUDED_)