From 9949da7d0241217123be8954cfbc9eb6d40c7986 Mon Sep 17 00:00:00 2001 From: Greg Bowering Date: Thu, 12 Feb 2015 14:11:01 +1030 Subject: [PATCH] Fix xmldoc tag invalid class reference. Looks like MsiDbOpenPersistMode was renamed to MsiPersistMode at some point but this XMLdoc cref was not all updated accordingly. --- MsiInterop.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MsiInterop.cs b/MsiInterop.cs index 8e83f65..9ccbfd5 100644 --- a/MsiInterop.cs +++ b/MsiInterop.cs @@ -3334,7 +3334,7 @@ extern static public MsiError MsiGetTargetPath(Int32 install, string folder, /// The MsiOpenDatabase function opens a database file for data access. This function returns a handle that should be closed using . /// Specifies the full path or relative path to the database file. - /// Receives the full path to the file or the persistence mode. You can use one of the constants from . + /// Receives the full path to the file or the persistence mode. You can use one of the constants from . /// Pointer to the location of the returned database handle. /// ///