Determines whether the operating system can retrieve version information for a specified file. If version information is available, GetFileVersionInfoSize returns the size, in bytes, of that information.
3/29/2017 11:22:11 AM - -178.121.194.173
.
static extern int GetFileVersionInfoSize(string fileName, [Out]IntPtr dummy);
.
Declare Function GetFileVersionInfoSize Lib "version.dll" (fileName As String, <Out> dummy As IntPtr) As Integer
Determines whether the operating system can retrieve version information for a specified file. If version information is available, GetFileVersionInfoSize returns the size, in bytes, of that information.
3/29/2017 11:22:24 AM - -178.121.194.173
.
static extern int GetFileVersionInfoSize(string fileName, [Out]IntPtr dummy);
.
Declare Function GetFileVersionInfoSize Lib "Api-ms-win-core-version-l1-1-0.dll" (fileName As String, <Out> dummy As IntPtr) As Integer