Funktionreferenz


_WinAPI_VerQueryRoot


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

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

Parameter

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

Rückgabewert

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

Bemerkungen

None.

Verwandte Funktionen

_WinAPI_GetFileVersionInfo

Siehe auch

Suche nach VerQueryValue in der MSDN Bibliothek.