Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.79 KB

accessing-version-information-from-within-your-program.md

File metadata and controls

33 lines (27 loc) · 1.79 KB
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic f1_keywords dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
Accessing Version Information from Within Your Program | Microsoft Docs
11/04/2016
cpp-windows
article
vc.editors.version
C++
VerQueryValue
version information, accessing from within programs
GetFileVersionInfo
version information
18622333-d9e8-4309-9465-677cd10c79b1
12
mikeblome
mblome
ghogen

Accessing Version Information from Within Your Program

To access version information from within your program

  1. If you want to access the version information from within your program, use the GetFileVersionInfo function and the VerQueryValue function.

For information on adding resources to managed projects, please see Resources in Desktop Apps in the .NET Framework Developer's Guide. For information on manually adding resource files to managed projects, accessing resources, displaying static resources, and assigning resource strings to properties, see Creating Resource Files for Desktop Apps. For information on globalization and localization of resources in managed apps, see Globalizing and Localizing .NET Framework Applications.

Requirements

Win32

See Also

Version Information Editor
Version Information (Windows)