recordsettable.h
来自「VC++开发的一个电话录音程序」· C头文件 代码 · 共 23 行
H
23 行
// RecordSetTable.h: interface for the CRecordSetTable class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_RECORDSETTABLE_H__A2909785_7F14_41CC_842D_47185AC42BD5__INCLUDED_)
#define AFX_RECORDSETTABLE_H__A2909785_7F14_41CC_842D_47185AC42BD5__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CRecordSetTable : public CObject
{
public:
void UpdateLineSet( int iLineID,CString strPhone, int bReEab, int bReMode );
void GetChannelInfoByLineID( CString &strphone,CString &strreEab,CString &strreMode,const int iLineID);
CRecordSetTable();
virtual ~CRecordSetTable();
};
#endif // !defined(AFX_RECORDSETTABLE_H__A2909785_7F14_41CC_842D_47185AC42BD5__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?