modernproc.h
来自「百色电信中继电话录音系统,是对于电话会议接入到本中继系统进行电话录音」· C头文件 代码 · 共 56 行
H
56 行
#if !defined(AFX_MODERNPROC_H__F18289E9_02E7_4818_96FC_148B46E82F4B__INCLUDED_)
#define AFX_MODERNPROC_H__F18289E9_02E7_4818_96FC_148B46E82F4B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ModernProc.h : header file
//
#ifndef REC_SYSDEF
#include "sysdef.h" // MY SYSDEF.H
#endif
/////////////////////////////////////////////////////////////////////////////
// CModernProc thread
class CModernProc : public CWinThread
{
DECLARE_DYNCREATE(CModernProc)
protected:
CModernProc(); // protected constructor used by dynamic creation
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CModernProc)
public:
virtual BOOL InitInstance();
virtual int ExitInstance();
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CModernProc();
// Generated message map functions
//{{AFX_MSG(CModernProc)
// 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_MODERNPROC_H__F18289E9_02E7_4818_96FC_148B46E82F4B__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?