// 7443IntDlg.h : header file // #include "Dask64.h" #pragma once // C7443IntDlg dialog class C7443IntDlg : public CDialog { // Construction public: C7443IntDlg(I16 hCard, CWnd* pParent = NULL); // standard constructor // Dialog Data enum { IDD = IDD_MY7443INT_DIALOG }; protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support // Implementation protected: HICON m_hIcon; I16 m_hCard; int m_COS0Count; int m_COS1Count; HANDLE m_hEvent[4]; // Generated message map functions virtual BOOL OnInitDialog(); afx_msg void OnSysCommand(UINT nID, LPARAM lParam); afx_msg LRESULT OnCOS0Interrupt(WPARAM wParam, LPARAM lParam); afx_msg LRESULT OnCOS1Interrupt(WPARAM wParam, LPARAM lParam); afx_msg void OnPaint(); afx_msg HCURSOR OnQueryDragIcon(); DECLARE_MESSAGE_MAP() public: afx_msg void OnDestroy(); };