MCPcopy Create free account
hub / github.com/derceg/explorerplusplus / GetVersionInfoString

Function GetVersionInfoString

Explorer++/Helper/Helper.cpp:515–520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

513}
514
515BOOL GetVersionInfoString(const TCHAR *szFullFileName, const TCHAR *szVersionInfo,
516 TCHAR *szVersionBuffer, UINT cchMax)
517{
518 return GetFileVersionValue(szFullFileName, STRING_TABLE_VALUE,
519 NULL, NULL, NULL, szVersionInfo, szVersionBuffer, cchMax);
520}
521
522BOOL GetFileVersionValue(const TCHAR *szFullFileName, VersionSubBlockType_t subBlockType,
523 WORD *pwLanguage, DWORD *pdwProductVersionLS, DWORD *pdwProductVersionMS,

Callers 3

GetVersionColumnTextFunction · 0.85
TestVersionInfoStringFunction · 0.85

Calls 1

GetFileVersionValueFunction · 0.85

Tested by 1

TestVersionInfoStringFunction · 0.68