|
Pyrogenesis
13997
|
#include "lib/os_path.h"Go to the source code of this file.
Typedefs | |
| typedef std::wstring | VersionList |
Functions | |
| void | wdll_ver_Append (const OsPath &pathname, VersionList &list) |
| Read DLL version information and append it to a string. More... | |
| typedef std::wstring VersionList |
Definition at line 32 of file wdll_ver.h.
| void wdll_ver_Append | ( | const OsPath & | pathname, |
| VersionList & | list | ||
| ) |
Read DLL version information and append it to a string.
| pathname | of DLL (preferably the complete path, so that we don't inadvertently load another one on the library search path.) If no extension is given, .dll will be appended. |
The text output includes the module name. On failure, the version is given as "unknown".
Definition at line 85 of file wdll_ver.cpp.
1.8.5