[DllImport("msi.dll", CharSet = CharSet.Unicode)]
static extern int MsiViewExecute(IntPtr hView, IntPtr hRecord);
Declare Function MsiViewExecute Lib "msi.dll" (TODO) As TODO
None.
Do you know one? Please contribute it!
None.
Please add some!
Sample can be found at MsiRecordSetString.