msiviewfetch (msi)
Last changed: -95.147.82.165

.
Summary
TODO - a short description

C# Signature:

[DllImport("msi.dll", CharSet=CharSet.Unicode)]
public static extern uint MsiViewFetch(IntPtr hView, out IntPtr hRecord);

VB Signature:

<DllImport("msi.dll", CharSet:=CharSet.Unicode)> _
Public Shared Function MsiViewFetch(ByVal hView As Integer, <Out> ByRef hRecord As Integer) As UInt32
End Function

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation