GetFileVersionInfo (kernel32)
Last changed: -81.3.154.131

.
Summary
TODO - a short description

C# Signature:

[DllImport("version.dll", SetLastError=true)]
static extern bool GetFileVersionInfo(
   /*__in*/    string lptstrFilename,
   /*__reserved*/  int dwHandleIgnored,
   /*__in      */  int dwLen,
   /*__out     */  byte[] lpData);

VB Signature:

Declare Function GetFileVersionInfo Lib "version.dll" (  _
     lptstrFilename as String, _  
     dwHandleIgnored as IntPtr, _
     dwLen as UInt32, _
     pData as IntPtr) _
   As Boolean

User-Defined Types:

None.

Alternative Managed API:

System.Diagnostics.FileVersionInfo.GetVersionInfo(fileName)

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation