Desktop Functions: Smart Device Functions:
|
MsiGetProductInfo (msi)
C# Signature:
[DllImport("msi.dll", CharSet=CharSet.Unicode)] VB Signature:
Declare Auto Function MsiGetProductInfo Lib "msi.dll" (ByVal product As String, ByVal [property] As String, <MarshalAs(UnmanagedType.VBByRefStr)> ByRef valueBuf As String, ByRef len As Long) As Int32 User-Defined Types:None. Alternative Managed API:MSI interop library http://sourceforge.net/project/showfiles.php?group_id=40188&package_id=110212 Notes:None. Tips & Tricks:Please add some! Sample Code:
Int32 len = 512; VB Sample:
result = New String(" ", 255) Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|