listdatacalllog.h
来自「windows mobile 下的联系人管理工具。类是iphone的滑动联系人功」· C头文件 代码 · 共 24 行
H
24 行
#pragma once
#include <phone.h>
#include "iContact.h"
#include "Settings.h"
#include "ListData.h"
class ListDataCallLog : public ListData {
public:
ListDataCallLog(Settings *);
void Release(void);
HRESULT Populate(void);
HRESULT PopulateDetailsFor(int);
void GetItemGroup(int, TCHAR *);
void ToggleFavorite();
void DisplayItem();
void EditItem();
};
TCHAR _getPastTime(FILETIME ftTime, TCHAR * pszSecondary, int strLength);
void _printDate(TCHAR * str, int strLength, FILETIME ft);
void _printDuration(TCHAR * str, int strLength, FILETIME ftStart,
FILETIME ftEnd, Settings * pSettings);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?