www.pudn.com > wince_LED.rar > LED_INTDlg.h
// LED_INTDlg.h : header file // #if !defined(AFX_LED_INTDLG_H__F3C63057_A2BB_448A_BFC0_33DEF7039F72__INCLUDED_) #define AFX_LED_INTDLG_H__F3C63057_A2BB_448A_BFC0_33DEF7039F72__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 #include#include #include #include #include "s2410.h" ///////////////////////////////////////////////////////////////////////////// // CLED_INTDlg dialog class CLED_INTDlg : public CDialog { // Construction public: CLED_INTDlg(CWnd* pParent = NULL); // standard constructor HANDLE IntrEvent; volatile IOPreg * v_pIOPregs; volatile LCDreg *s2410LCD; HANDLE hMouse; BOOL LED_Flag; UINT LoopNum; // Dialog Data //{{AFX_DATA(CLED_INTDlg) enum { IDD = IDD_LED_INT_DIALOG }; CString m_DispBuf; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CLED_INTDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support virtual LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam); //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CLED_INTDlg) virtual BOOL OnInitDialog(); afx_msg void OnOpen(); afx_msg void OnClose(); afx_msg void OnTimer(UINT nIDEvent); afx_msg void OnSystemSleep(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; void PortReadThread(CLED_INTDlg *dlg); //{{AFX_INSERT_LOCATION}} // Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_LED_INTDLG_H__F3C63057_A2BB_448A_BFC0_33DEF7039F72__INCLUDED_)