Pyrogenesis  trunk
Typedefs | Functions
wdll_ver.h File Reference
#include "lib/os_path.h"
Include dependency graph for wdll_ver.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

◆ VersionList

typedef std::wstring VersionList

Function Documentation

◆ wdll_ver_Append()

void wdll_ver_Append ( const OsPath pathname,
VersionList list 
)

Read DLL version information and append it to a string.

Parameters
pathnameof 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".