// 7260intDlg.h : header file // #include "Dask64.h" #pragma once // C7260intDlg dialog class C7260intDlg : public CDialog { // Construction public: C7260intDlg(I16 hCard, CWnd* pParent = NULL); // standard constructor // Dialog Data enum { IDD = IDD_MY7260INT_DIALOG }; protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support // Implementation protected: HICON m_hIcon; I16 m_hCard; U32 m_dwOutVal; int m_IntCount; U16 m_wCOSLData; HANDLE m_hIntEvent[2]; // Generated message map functions virtual BOOL OnInitDialog(); afx_msg void OnSysCommand(UINT nID, LPARAM lParam); afx_msg void OnPaint(); afx_msg HCURSOR OnQueryDragIcon(); afx_msg LRESULT OnCOSInterrupt(WPARAM wParam, LPARAM lParam); DECLARE_MESSAGE_MAP() public: afx_msg void OnDestroy(); afx_msg void OnOutput(); };