www.pudn.com > ÓïÒôºÏ³ÉÈí¼þ£¬º¬FreephoneºÍMbroraÁ½¸öÄ£¿é.zip > version.h


// VersionInfo.h 

#ifndef VERSIONINFO_H
#define VERSIONINFO_H

class CVersionInfo
{
public:
CString m_strVersionInfo;
CString m_strFixedFileVersion;
CString m_strFixedProductVersion;
CVersionInfo ();
~CVersionInfo ();
CVersionInfo (HMODULE hModule, LPCTSTR strLangID = NULL, LPCTSTR strInfoType = NULL);
CVersionInfo (LPTSTR szFilename, LPCTSTR strLangID = NULL, LPCTSTR strInfoType = NULL);
void GetVersionInfo (LPTSTR szFilename, LPCTSTR strLangID = NULL, LPCTSTR strInfoType = NULL);
void GetVersionInfo (HMODULE hModule, LPCTSTR strLangID = NULL, LPCTSTR strInfoType = NULL);
void SetVersionToMajMin(int type=0);
};

#endif // VERSIONINFO_H