msvc50dlg.h
来自「TvicHW32(评估版)另一个编写驱动程序的实用工具(497KB)」· C头文件 代码 · 共 67 行
H
67 行
// msvc50Dlg.h : header file
//
#if !defined(AFX_MSVC50DLG_H__EB0346E7_515B_11D2_B035_444553540000__INCLUDED_)
#define AFX_MSVC50DLG_H__EB0346E7_515B_11D2_B035_444553540000__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
/////////////////////////////////////////////////////////////////////////////
// CMSVC50Dlg dialog
class CMSVC50Dlg : public CDialog
{
// Construction
public:
CMSVC50Dlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CMSVC50Dlg)
enum { IDD = IDD_MSVC50_DIALOG };
BOOL m_Hard;
BOOL m_Unmask;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMSVC50Dlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CMSVC50Dlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnOpendriver();
afx_msg void OnClosedriver();
virtual void OnOK();
afx_msg void OnWpin();
afx_msg void OnWpin1();
afx_msg void OnReadPort();
afx_msg void OnWritePort();
afx_msg void OnHardAccess();
afx_msg void OnReadMemory();
afx_msg void OnShowButtons();
afx_msg void OnDeltaposSpinIrq(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnUnmask();
afx_msg void OnLPTInit();
afx_msg void OnChangeLptNumber();
afx_msg void OnLptIrq();
DECLARE_EVENTSINK_MAP()
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MSVC50DLG_H__EB0346E7_515B_11D2_B035_444553540000__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?