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

📄 exifinfo.h

📁 随着计算机信息技术的飞速发展
💻 H
字号:
#pragma once

class CExifInfo
{
public:
	CExifInfo();
	~CExifInfo();

protected:
	CMap<CString,LPCTSTR,ExifInfo,ExifInfo&> m_ExifProp;

protected:
	void ProcessType1(PropertyItem*,UINT);
	void ProcessType2(PropertyItem*,UINT);
	void ProcessType3(PropertyItem*,UINT);
	void ProcessType4(PropertyItem*,UINT);
	void ProcessType5(PropertyItem*,UINT);
	void ProcessType7(PropertyItem*,UINT);
	void ProcessType9(PropertyItem*,UINT);
	void ProcessType10(PropertyItem*,UINT);
	CString ProcessBinData(LPBYTE,UINT);

public:
	void GetPhotoProp(HWND,CString);
	BOOL GetNameAndInfoByTag(CString,ExifInfo&);
};

⌨️ 快捷键说明

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