MCPcopy Create free account
hub / github.com/Icinga/icinga2 / MsiGetProductInfo

Method MsiGetProductInfo

agent/windows-setup-agent/Program.cs:15–16  ·  view source on GitHub ↗
(string product, string property, [Out] StringBuilder valueBuf, ref Int32 len)

Source from the content-addressed store, hash-verified

13 internal static extern int MsiEnumProducts(int iProductIndex, StringBuilder lpProductBuf);
14
15 [DllImport("msi.dll", CharSet = CharSet.Unicode)]
16 internal static extern Int32 MsiGetProductInfo(string product, string property, [Out] StringBuilder valueBuf, ref Int32 len);
17 }
18
19 static class Program

Callers 1

ProgramClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected