VersionInfo.h revision 01c7700793e3db356c774e7e7d2bf80456db1014
// VersionInfo.h: interface for the CVersionInfo class.
//
//////////////////////////////////////////////////////////////////////
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
{
virtual ~CVersionInfo();
// Extract the elements of the file's string info block
// Extract the elements of the file's VS_FIXEDFILEINFO block
DWORD GetFileType();
};
#endif // !defined(AFX_VERSIONINFO_H__F82E9FF3_5298_11D4_AB87_00C04F789BA0__INCLUDED_)