?? listdatacalllog.h
字號:
#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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -