Function Reference


_WinAPI_VerQueryRoot

Retrieves the fixed version information from the specified version-information resource

#include <WinAPIRes.au3>
_WinAPI_VerQueryRoot ( $pData )

Parameters

$pData A pointer to the buffer that contains the version-information resource returned by the
_WinAPI_GetFileVersionInfo() function.

Return Value

Success: $tagVS_FIXEDFILEINFO structure that contains the version information.
Failure: Sets the @error flag to non-zero.

Related

_WinAPI_GetFileVersionInfo

See Also

Search VerQueryValue in MSDN Library.