SysinfoDlg.h
上传用户:wymy58
上传日期:2007-01-07
资源大小:2086k
文件大小:1k
源码类别:

DirextX编程

开发平台:

Visual C++

  1. // SysinfoDlg.h : main header file for the SYSINFODLG application.
  2. #ifndef _DXGUIDE_SYSINFODLG__H
  3. #define _DXGUIDE_SYSINFODLG__H
  4. #if _MSC_VER >= 1000
  5. #pragma once
  6. #endif // _MSC_VER >= 1000
  7. #ifndef __AFXWIN_H__
  8. #error include 'stdafx.h' before including this file for PCH
  9. #endif
  10. #include "resource.h"
  11. class CDXSysInfoDialog;
  12. class CSysinfoDlgApp : public CDirectXApp
  13. {
  14. public:
  15. CSysinfoDlgApp(void);
  16. virtual ~CSysinfoDlgApp();
  17. public:
  18. CDDDevice* m_pDDDevice;
  19. CDDSurface* m_pRenderSurface;
  20. // add your data here !
  21. CDXSysInfoDialog* m_pSysInfoDlg;
  22. public:
  23. // add your function here !
  24. public:
  25. virtual bool GetDXInitSettings(void);
  26. virtual bool InitDXObjects(void);
  27. virtual bool DestroyDXObjects(void);
  28. virtual bool UpdateFrame(void);
  29. public:
  30. // ----
  31. // Overrides
  32. // ClassWizard generated virtual function overrides
  33. //{{AFX_VIRTUAL(CSysinfoDlgApp)
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. //{{AFX_MSG(CSysinfoDlgApp)
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. #endif // _DXGUIDE_SYSINFODLG__H