MCPcopy Create free account
hub / github.com/Squirrel/Squirrel.Windows / GetFileVersionInfo

Method GetFileVersionInfo

src/Squirrel/NativeMethods.cs:35–40  ·  view source on GitHub ↗
(
            string lpszFileName, 
            int dwHandleIgnored,
            int dwLen, 
            [MarshalAs(UnmanagedType.LPArray)] byte[] lpData)

Source from the content-addressed store, hash-verified

33
34
35 [DllImport("version.dll", SetLastError = true)]
36 [return:MarshalAs(UnmanagedType.Bool)] internal static extern bool GetFileVersionInfo(
37 string lpszFileName,
38 int dwHandleIgnored,
39 int dwLen,
40 [MarshalAs(UnmanagedType.LPArray)] byte[] lpData);
41
42 [DllImport("version.dll", SetLastError = true)]
43 internal static extern int GetFileVersionInfoSize(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected