@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: 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. !!!!C# Signature: [DllImport("version.dll")] static extern int GetFileVersionInfoSize(string fileName, [Out]IntPtr dummy); !!!!VB Signature: Declare Function GetFileVersionInfoSize Lib "version.dll" (fileName As String, <Out> dummy As IntPtr) As Integer !!!!User-Defined Types: None. !!!!Alternative Managed API: Do you know one? Please contribute it! !!!!Notes: On Windows 10 use http://pinvoke.net/default.aspx/MinCore/GetFileVersionInfoSize.html !!!!Tips & Tricks: Please add some! !!!!Sample Code: GetFileVersionInfoSize(@"c:\someFolder\someFile.dll", IntPtr.Zero); Documentation: GetFileVersionInfoSize@msdn on MSDN
Edit version.GetFileVe...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.