ccontacts.h

来自「有关win32应用程序编程和wince应用程序编程的很全面」· C头文件 代码 · 共 27 行

H
27
字号
// CContacts.h: interface for the CContacts class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_CCONTACTS_H__582954DF_4421_4F31_9D60_B5637225F906__INCLUDED_)
#define AFX_CCONTACTS_H__582954DF_4421_4F31_9D60_B5637225F906__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#define GROUP_NUMBER 5


class CContacts  
{
public:
	CContacts();
	~CContacts();
	TCHAR m_mailaddress[40];
	TCHAR m_name[40];
	int m_group;
	TCHAR m_des[100];
	CEOID m_oidRecord;
};

#endif // !defined(AFX_CCONTACTS_H__582954DF_4421_4F31_9D60_B5637225F906__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?