Desktop Functions: Smart Device Functions:
|
MsiRecordGetString (msi)
C# Signature:
[DllImport("msi.dll", CharSet=CharSet.Unicode)] Notes:None. Tips & Tricks:Please add some! Sample Code:
private static string GetString(IntPtr hRecord, int field, int length) Please add some!
if (MsiRecordGetString(hRecord, field, builder, ref count) != 0) Alternative Managed API:MSI interop library Do you know one? Please contribute it! http://sourceforge.net/project/showfiles.php?group_id=40188&package_id=110212 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). |
|