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

Method VerQueryValue

src/Squirrel/NativeMethods.cs:47–52  ·  view source on GitHub ↗
(
            byte[] pBlock, 
            string pSubBlock, 
            out IntPtr pValue, 
            out int len)

Source from the content-addressed store, hash-verified

45 IntPtr dwHandleIgnored);
46
47 [DllImport("version.dll")]
48 [return:MarshalAs(UnmanagedType.Bool)] internal static extern bool VerQueryValue(
49 byte[] pBlock,
50 string pSubBlock,
51 out IntPtr pValue,
52 out int len);
53
54 [DllImport("psapi.dll", SetLastError=true)]
55 internal static extern bool EnumProcesses(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected