MsiViewClose (msi)
Last changed: -167.100.118.140

.
Summary
TODO - a short description

C# Signature:

[DllImport("msi.dll")]
static extern int MsiViewClose(IntPtr viewhandle);

VB Signature:

Declare Function MsiViewClose Lib "msi.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Sample can be found at MsiRecordSetString.

Documentation