代码拉取完成,页面将自动刷新
// 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_)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。