GetFileVersionInfo (coredll)
Last changed: -76.77.80.118

.
Summary
TODO - a short description

C# Signature:

[DllImport("coredll.dll")] //smart phone only
static extern bool GetFileVersionInfo(string filename, int handle, int len, IntPtr buffer);

[DllImport("version.dll")] //for desktop application
static extern bool GetFileVersionInfo(string filename, int handle, int len, IntPtr buffer);

VB Signature:

Declare Function GetFileVersionInfo Lib "version.dll" (TODO) As TODO

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Alternative Managed API:

http://www.opennetcf.org/library/OpenNETCF.Diagnostics.FileVersionInfo.html

http://msdn2.microsoft.com/en-us/library/system.diagnostics.fileversioninfo.aspx

Documentation