#include "VersionInfo.h"#include <windows.h>Include dependency graph for versioninfo.cpp:

Go to the source code of this file.
Functions | |
| std::string | GetModuleVersionInfo (const char *pszPath, const char *pszResource) |
| Returns the value of the version resource first language and code page in module specified in file. | |
| std::string | GetVersionInfo (const char *pszResource) |
| Returns the value of the version resource first language and code page in current module. | |
| std::string | GetProductInfo () |
| Returns product name and version for current module. | |
|
||||||||||||
|
Returns the value of the version resource first language and code page in module specified in file.
Definition at line 6 of file versioninfo.cpp. Referenced by GetVersionInfo(). |
|
|
Returns product name and version for current module.
Definition at line 57 of file versioninfo.cpp. References GetVersionInfo(). Referenced by main(). Here is the call graph for this function: ![]() |
|
|
Returns the value of the version resource first language and code page in current module.
Definition at line 47 of file versioninfo.cpp. References GetModuleVersionInfo(). Referenced by GetProductInfo(). Here is the call graph for this function: ![]() |
1.4.3