PCIFailed.h
资源名称:pciexp.zip [点击查看]
上传用户:zhuqijet
上传日期:2007-01-04
资源大小:138k
文件大小:1k
源码类别:
驱动编程
开发平台:
Visual C++
- // PCIFailed.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CPCIFailed dialog
- class CPCIFailed : public CPropertyPage
- {
- DECLARE_DYNCREATE(CPCIFailed)
- // Construction
- public:
- CPCIFailed();
- ~CPCIFailed();
- // Dialog Data
- //{{AFX_DATA(CPCIFailed)
- enum { IDD = IDD_FAILED };
- // NOTE - ClassWizard will add data members here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_DATA
- // Overrides
- // ClassWizard generate virtual function overrides
- //{{AFX_VIRTUAL(CPCIFailed)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- virtual void PostNcDestroy();
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CPCIFailed)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };