listdatacalllog.h

来自「iContact v0.75 iContact is designed to 」· C头文件 代码 · 共 26 行

H
26
字号
#pragma once
#include <phone.h>

#include "iContact.h"
#include "Settings.h"
#include "ListData.h"

// Define this when taking screenshots to show a missed call
//#define DEBUG_SCREENSHOTS

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 = NULL, int strLength = 0);
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 + -
显示快捷键?