Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MsiInterop.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3334,7 +3334,7 @@ extern static public MsiError MsiGetTargetPath(Int32 install, string folder,

/// <summary>The <c>MsiOpenDatabase</c> function opens a database file for data access. This function returns a handle that should be closed using <see cref="MsiCloseHandle"/>.</summary>
/// <param name="path">Specifies the full path or relative path to the database file.</param>
/// <param name="persist">Receives the full path to the file or the persistence mode. You can use one of the constants from <see cref="MsiDbOpenPersistMode"/>.</param>
/// <param name="persist">Receives the full path to the file or the persistence mode. You can use one of the constants from <see cref="MsiPersistMode"/>.</param>
/// <param name="handle">Pointer to the location of the returned database handle.</param>
/// <returns>
/// </returns>
Expand Down