[DllImport("msi.dll", CharSet=CharSet.Unicode)]
public static extern uint MsiViewFetch(IntPtr hView, out IntPtr hRecord);
<DllImport("msi.dll", CharSet:=CharSet.Unicode)> _
Public Shared Function MsiViewFetch(ByVal hView As Integer, <Out> ByRef hRecord As Integer) As UInt32
End Function
None.
Do you know one? Please contribute it!
None.
Please add some!
Please add some!