The GetFileVersionInfoSize function returns two
pieces of information.
The return value is the amount of memory needed to record the
version information of a file,
and the DWORD pointed to by the lpdwHandle parameter is set to zero.
What's the deal with
Read More...