Switch to Bing in English
Copilot
Your everyday AI companion
About 12,500 results
    Upvotes7Top Answeranswered Jun 28, 2012 at 20:33

    To get the FileDescription via VerQueryValue, just copy and paste the example code from the VerQueryValue documentation, and modify it as appropriate.

    The basic idea behind that example code is:

    • Use the second form (\VarFileInfo\Translation) to get the list of translations.

    • Then use the third form (\StringFileInfo\lang-codepage\string-name) to get the string(s).

    (The first form () is just for the VS_FIXEDFILEINFO, a set of numerical values for parts of the version number, the flags, etc.)

    The example code gets the FileDescription for each langu...

    Content Under CC-BY-SA license
    Was this helpful?
  1. VerQueryValueA 関数 (winver.h) - Win32 apps | Microsoft Learn

  2. VerQueryValueA function (winver.h) - Win32 apps

  3. winapi - How to use VerQueryValue? - Stack Overflow

  4. C++でバージョン情報を取得する - Ararami Studio

  5. GetFileVersionInfoW 関数 (winver.h) - Win32 apps | Microsoft ...

  6. c++ - Understanding VerQueryValue - Stack Overflow

  7. VerQueryValue • Win32 Programmer's Reference • WinAPI ...

  8. sdk-api/sdk-api-src/content/winver/nf-winver-verqueryvaluea.md ...

  9. VerQueryValue - PIClist

  10. VC++「バージョン取得方法」メモ(Hishidama's VC++Memo ...

  11. Some results have been removed
By using this site you agree to the use of cookies for analytics, personalized content, and ads.Learn more about third party cookies|Microsoft Privacy Policy