msiclosehandle (msi)
Last changed: 84.126.63.30

.
Summary
Closes an open installation handle.

C# Signature:

[DllImport("msi.dll", ExactSpelling=true)]
static extern uint MsiCloseHandle(IntPtr hAny);

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Sampe can be found at MsiRecordSetString.

Alternative Managed API:

Do you know one? Please contribute it!

Documentation