PCIFailed.h
上传用户:zhuqijet
上传日期:2007-01-04
资源大小:138k
文件大小:1k
源码类别:

驱动编程

开发平台:

Visual C++

  1. // PCIFailed.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CPCIFailed dialog
  5. class CPCIFailed : public CPropertyPage
  6. {
  7. DECLARE_DYNCREATE(CPCIFailed)
  8. // Construction
  9. public:
  10. CPCIFailed();
  11. ~CPCIFailed();
  12. // Dialog Data
  13. //{{AFX_DATA(CPCIFailed)
  14. enum { IDD = IDD_FAILED };
  15. // NOTE - ClassWizard will add data members here.
  16. //    DO NOT EDIT what you see in these blocks of generated code !
  17. //}}AFX_DATA
  18. // Overrides
  19. // ClassWizard generate virtual function overrides
  20. //{{AFX_VIRTUAL(CPCIFailed)
  21. protected:
  22. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  23. virtual void PostNcDestroy();
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. protected:
  27. // Generated message map functions
  28. //{{AFX_MSG(CPCIFailed)
  29. // NOTE: the ClassWizard will add member functions here
  30. //}}AFX_MSG
  31. DECLARE_MESSAGE_MAP()
  32. };