IDPMSDeamon.h 590 B

123456789101112131415161718192021222324252627282930313233
  1. #pragma once
  2. #include <afxwin.h>
  3. class IDPMSDeamon : public CWinThread
  4. {
  5. DECLARE_DYNCREATE(IDPMSDeamon)
  6. public:
  7. IDPMSDeamon(void);
  8. ~IDPMSDeamon(void);
  9. public:
  10. // Overrides
  11. // ClassWizard generated virtual function overrides
  12. //{{AFX_VIRTUAL(CDisplayThread)
  13. public:
  14. virtual BOOL InitInstance();
  15. //}}AFX_VIRTUAL
  16. private:
  17. // ¶¯Ì¬ÈÎÎñ
  18. afx_msg void OnStartIDPMS(WPARAM wParam, LPARAM lParam);
  19. public:
  20. // Generated message map functions
  21. //{{AFX_MSG(CCounterThread)
  22. // NOTE - the ClassWizard will add and remove member functions here.
  23. //}}AFX_MSG
  24. DECLARE_MESSAGE_MAP()
  25. };