📄 diintdlg.h
字号:
// MDiIntDlg.h : header file
//
#if !defined(AFX_MDiIntDLG_H__541809F9_9CFC_11D5_B161_0050BA011CF7__INCLUDED_)
#define AFX_MDiIntDLG_H__541809F9_9CFC_11D5_B161_0050BA011CF7__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
static BOOL m_bContinue;
static BOOL m_bFlag;
static ULONG m_ulDevNum;
static LONG m_DriverHandle; // driver handle
static char m_szErrMsg[80]; // Use for MESSAGEBOX function
static BOOL m_bHiPriority; // Evnt thread's priority
static void * m_pThreadHandle;
static LRESULT m_ErrCde; // Return error code
/////////////////////////////////////////////////////////////////////////////
// CMDiIntDlg dialog
class CMDiIntDlg : public CDialog
{
// Construction
public:
CMDiIntDlg(CWnd* pParent = NULL); // standard constructor
static UINT EventThread(LPVOID); // Event checking
// Dialog Data
//{{AFX_DATA(CMDiIntDlg)
enum { IDD = IDD_MDiInt_DIALOG };
CButton m_DisableBtn;
CButton m_EnableBtn;
CStatic m_DeviceName;
int m_uCount;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMDiIntDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CMDiIntDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnEnablebtn();
afx_msg void OnEventpriority1();
afx_msg void OnEventpriority2();
afx_msg void OnDisablebtn();
virtual void OnCancel();
virtual void OnAboutbox();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MDiIntDLG_H__541809F9_9CFC_11D5_B161_0050BA011CF7__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -