?? iothread.h
字號:
#if !defined(AFX_IOTHREAD_H__F36CC225_B6BC_4940_B810_1F2E190EBF1B__INCLUDED_)
#define AFX_IOTHREAD_H__F36CC225_B6BC_4940_B810_1F2E190EBF1B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// IOThread.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CIOThread thread
class CIOThread : public CWinThread
{
DECLARE_DYNCREATE(CIOThread)
protected:
CIOThread(); // protected constructor used by dynamic creation
// Attributes
public:
protected:
bool bOnCollect();
HANDLE hDev; //文件句柄 by ming
ULONG nOutput;//NEED
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CIOThread)
public:
virtual BOOL InitInstance();
virtual int ExitInstance();
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CIOThread();
// Generated message map functions
//{{AFX_MSG(CIOThread)
// NOTE - the ClassWizard will add and remove member functions here.
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_IOTHREAD_H__F36CC225_B6BC_4940_B810_1F2E190EBF1B__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -