GetFileVersionInfo (coredll)
Last changed: -76.77.80.118

.
Summary
TODO - a short description

C# Signature:

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

VB Signature:

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

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

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

Documentation