.
C# Signature:
[DllImport("msi.dll", SetLastError=true)]
static extern uint MsiOpenDatabase(string szDatabasePath, string szDatabase, out IntPtr phDatabase);
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!
The MsiOpenDatabase function opens a database file for data access. This function returns a handle that should be closed using MsiCloseHandle.
9/25/2009 12:31:01 PM - -76.233.37.65
Closes an open installation handle.
9/25/2009 12:31:50 PM - 84.126.63.30