The GetFileVersionInfoSize function determines whether the operating system can obtain version information about a specified file. If version information is available, GetFileVersionInfoSize returns the size, in bytes, of that information.
As with other file installation functions, GetFileVersionInfoSize works only with Win32 file images. It does not work with 16-bit Windows file images.
DWORD GetFileVersionInfoSize(
LPTSTR lptstrFilename, |
// pointer to filename string |
LPDWORD lpdwHandle |
// pointer to variable to receive zero |
); |
If the function succeeds, the return value is the size, in bytes, of the file’s version information.
If the function fails, the return value is zero. To get extended error information, call GetLastError.
Call the GetFileVersionInfoSize function before calling the GetFileVersionInfo function. GetFileVersionInfoSize returns the size of the VS_VERSION_INFO structure.
GetFileVersionInfo, VS_VERSION_INFO, VerQueryValue
file: /Techref/os/win/api/win32/func/src/f32_5.htm, 2KB, , updated: 2000/4/7 11:19, local time: 2024/11/12 14:27,
3.144.35.187:LOG IN
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/os/win/api/win32/func/src/f32_5.htm"> GetFileVersionInfoSize</A> |
Did you find what you needed? |