⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 listdatapoom.h

📁 windows mobile 下的联系人管理工具。类是iphone的滑动联系人功能
💻 H
字号:
#pragma once

#include "stdafx.h"
#include "macros.h"

#include <pimstore.h>

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

class ListDataPoom : public ListData {
private:
    IPOutlookApp2 * polApp;
    IFolder * pCurrFldr;
    IPOutlookItemCollection * pItemCol;
	bool _bOnlyFavorites;

    void _construct(Settings *, bool);

    HRESULT _initPoom();

    HRESULT _loadBitmap();

public:

    ListDataPoom(Settings *);
	ListDataPoom(Settings *, bool);

    void Release(void);
    HRESULT Populate(void);
    HRESULT PopulateDetailsFor(int);

    void ToggleFavorite();
    void AddItem();
    void DisplayItem();
    void EditItem();
};

⌨️ 快捷键说明

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