Retrieves the fixed version information from the specified version-information resource
#include <WinAPIRes.au3>
_WinAPI_VerQueryRoot ( $pData )
$pData | A pointer to the buffer that contains the version-information resource returned by the _WinAPI_GetFileVersionInfo() function. |
Success: | $tagVS_FIXEDFILEINFO structure that contains the version information. |
Failure: | Sets the @error flag to non-zero. |
Search VerQueryValue in MSDN Library.