1 Star 0 Fork 0

number201724/ERebuilder

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
VersionInfoString.h 918 Bytes
一键复制 编辑 原始数据 按行查看 历史
number201724 提交于 2015-07-21 17:43 . initial commit
// VersionInfoString.h: interface for the CVersionInfoString class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_VERSIONINFOSTRING_H__6755D9C3_AAF3_47E2_8813_5D142658429E__INCLUDED_)
#define AFX_VERSIONINFOSTRING_H__6755D9C3_AAF3_47E2_8813_5D142658429E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "VersionInfoHelperStructures.h"
class CVersionInfoBuffer;
class CVersionInfoString: public CObject
{
public:
CVersionInfoString(String* pString);
CVersionInfoString(const CString& strKey, const CString& strValue = "");
const CString& GetKey() const;
const CString& GetValue() const;
CString& GetValue();
void FromString(String* pString);
void Write(CVersionInfoBuffer & viBuf);
private:
CString m_strKey;
CString m_strValue;
};
#endif // !defined(AFX_VERSIONINFOSTRING_H__6755D9C3_AAF3_47E2_8813_5D142658429E__INCLUDED_)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/number201724/ERebuilder.git
git@gitee.com:number201724/ERebuilder.git
number201724
ERebuilder
ERebuilder
master

搜索帮助