📄 profile.h
字号:
#if !defined(AFX_PROFILE_H__20A98366_0218_4CB8_AD0E_20C073672971__INCLUDED_)
#define AFX_PROFILE_H__20A98366_0218_4CB8_AD0E_20C073672971__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your modifications will be overwritten.
/////////////////////////////////////////////////////////////////////////////
// CProfile wrapper class
class CProfile : public COleDispatchDriver
{
public:
CProfile() {} // Calls COleDispatchDriver default constructor
CProfile(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
CProfile(const CProfile& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
// Attributes
public:
// Operations
public:
CString GetFullName();
void SetFullName(LPCTSTR lpszNewValue);
CString GetBirthday();
void SetBirthday(LPCTSTR lpszNewValue);
long GetSex();
void SetSex(long nNewValue);
CString GetLanguages();
void SetLanguages(LPCTSTR lpszNewValue);
CString GetCountry();
void SetCountry(LPCTSTR lpszNewValue);
CString GetProvince();
void SetProvince(LPCTSTR lpszNewValue);
CString GetCity();
void SetCity(LPCTSTR lpszNewValue);
CString GetPhoneHome();
void SetPhoneHome(LPCTSTR lpszNewValue);
CString GetPhoneOffice();
void SetPhoneOffice(LPCTSTR lpszNewValue);
CString GetPhoneMobile();
void SetPhoneMobile(LPCTSTR lpszNewValue);
CString GetHomepage();
void SetHomepage(LPCTSTR lpszNewValue);
CString GetAbout();
void SetAbout(LPCTSTR lpszNewValue);
CString GetMoodText();
void SetMoodText(LPCTSTR lpszNewValue);
long GetTimezone();
void SetTimezone(long nNewValue);
short GetCallNoAnswerTimeout();
void SetCallNoAnswerTimeout(short nNewValue);
BOOL GetCallApplyCF();
void SetCallApplyCF(BOOL bNewValue);
BOOL GetCallSendToVM();
void SetCallSendToVM(BOOL bNewValue);
CString GetCallForwardRules();
void SetCallForwardRules(LPCTSTR lpszNewValue);
long GetBalance();
CString GetBalanceCurrency();
CString GetBalanceToText();
CString GetIPCountry();
CString GetValidatedSmsNumbers();
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PROFILE_H__20A98366_0218_4CB8_AD0E_20C073672971__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -