Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "GetFileVersionInfoSize" in [All]

version

.
Summary
.

static extern int GetFileVersionInfoSize(string fileName, [Out]IntPtr dummy);

.

Declare Function GetFileVersionInfoSize Lib "version.dll" (fileName As String, <Out> dummy As IntPtr) As Integer

.

On Windows 10 use http://pinvoke.net/default.aspx/MinCore/GetFileVersionInfoSize.html

.

GetFileVersionInfoSize(@"c:\someFolder\someFile.dll", IntPtr.Zero);

.
Documentation
[GetFileVersionInfoSize] on MSDN

MinCore

.
Summary
.

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

.

Use this declaration on Windows 10. On previous versions use http://pinvoke.net/default.aspx/version/GetFileVersionInfoSize.html

.

GetFileVersionInfoSize(@"c:\someFolder\someFile.dll", IntPtr.Zero);

.
Documentation
[GetFileVersionInfoSize] on MSDN

 
Access PInvoke.net directly from VS: