示例#1
0
 public static extern MsiError MsiOpenDatabase(string path, MsiDbPersistMode persist,
     out Int32 handle);
示例#2
0
 extern static public MsiError MsiOpenDatabase(string path, MsiDbPersistMode mode, out IntPtr handle);