SIL.FieldWorks.WindowsInstallerQuery.MsiGetProductInfo C# (CSharp) Méthode

MsiGetProductInfo() private méthode

private MsiGetProductInfo ( string product, string property, StringBuilder valueBuf, Int32 &cchValueBuf ) : Int32
product string
property string
valueBuf StringBuilder
cchValueBuf System.Int32
Résultat System.Int32
		private static extern Int32 MsiGetProductInfo(string product, string property,
			StringBuilder valueBuf, ref Int32 cchValueBuf);