diff --git a/.vs/FMM2/v15/.suo b/.vs/FMM2/v15/.suo index 92612af..681009d 100644 Binary files a/.vs/FMM2/v15/.suo and b/.vs/FMM2/v15/.suo differ diff --git a/.vs/FMM2/v15/sqlite3/storage.ide b/.vs/FMM2/v15/sqlite3/storage.ide new file mode 100644 index 0000000..b988cdd Binary files /dev/null and b/.vs/FMM2/v15/sqlite3/storage.ide differ diff --git a/FMM2/FMM2.csproj b/FMM2/FMM2.csproj index 4ee7386..e3283e3 100644 --- a/FMM2/FMM2.csproj +++ b/FMM2/FMM2.csproj @@ -62,21 +62,18 @@ FMM.ico - - ..\packages\ini-parser.2.4.0\lib\net20\INIFileParser.dll - False + + ..\packages\ini-parser.2.5.2\lib\net20\INIFileParser.dll ..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll False - - ..\packages\SharpSvn.1.9-x86.1.9005.3940.224\lib\net40\SharpSvn.dll - False + + ..\packages\SharpSvn.1.9-x86.1.9007.3987.251\lib\net40\SharpSvn.dll - - ..\packages\SharpSvn.1.9-x86.1.9005.3940.224\lib\net40\SharpSvn.UI.dll - False + + ..\packages\SharpSvn.1.9-x86.1.9007.3987.251\lib\net40\SharpSvn.UI.dll @@ -227,12 +224,15 @@ + + + - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/packages/Fody.2.0.0/Content/FodyWeavers.xml b/FMM2/FodyWeavers.xml similarity index 100% rename from packages/Fody.2.0.0/Content/FodyWeavers.xml rename to FMM2/FodyWeavers.xml diff --git a/FMM2/List_Sort.cs b/FMM2/List_Sort.cs index 3e3b26f..bc368dd 100644 --- a/FMM2/List_Sort.cs +++ b/FMM2/List_Sort.cs @@ -124,14 +124,18 @@ private void listViewSort(ListView list, object colOC, string sortBy, ListSor { uncheck = false; } + } foreach (T item in ((ObservableCollection)colOC)) { - if (uncheck) - item.IsChecked = false; - else - item.IsChecked = true; + //added logic to only check shown items + if (list.Items.Contains(item)) { + if (uncheck) + item.IsChecked = false; + else + item.IsChecked = true; + } } } } diff --git a/FMM2/MainWindow.xaml b/FMM2/MainWindow.xaml index 242c16d..43200ee 100644 --- a/FMM2/MainWindow.xaml +++ b/FMM2/MainWindow.xaml @@ -43,11 +43,13 @@ - + + + - + @@ -78,8 +80,8 @@ - - + + diff --git a/FMM2/obj/x86/Debug/CoreCompileInputs.cache b/FMM2/obj/x86/Debug/CoreCompileInputs.cache index 26593d5..2117165 100644 --- a/FMM2/obj/x86/Debug/CoreCompileInputs.cache +++ b/FMM2/obj/x86/Debug/CoreCompileInputs.cache @@ -1 +1 @@ -664d149d4b57602b8556076f2ad6c42f56cdb169 +8e687053785643ec8b735679b78dcf6b677ee3b8 diff --git a/FMM2/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/FMM2/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache index 2ae6b24..34bfdd3 100644 Binary files a/FMM2/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/FMM2/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/FMM2/obj/x86/Debug/FMM.exe b/FMM2/obj/x86/Debug/FMM.exe index a6b3e9c..06e7967 100644 Binary files a/FMM2/obj/x86/Debug/FMM.exe and b/FMM2/obj/x86/Debug/FMM.exe differ diff --git a/FMM2/obj/x86/Debug/FMM.g.resources b/FMM2/obj/x86/Debug/FMM.g.resources index d8c981c..ad0f84e 100644 Binary files a/FMM2/obj/x86/Debug/FMM.g.resources and b/FMM2/obj/x86/Debug/FMM.g.resources differ diff --git a/FMM2/obj/x86/Debug/FMM.pdb b/FMM2/obj/x86/Debug/FMM.pdb index 6fb51b4..af0bd68 100644 Binary files a/FMM2/obj/x86/Debug/FMM.pdb and b/FMM2/obj/x86/Debug/FMM.pdb differ diff --git a/FMM2/obj/x86/Debug/FMM2.csproj.FileListAbsolute.txt b/FMM2/obj/x86/Debug/FMM2.csproj.FileListAbsolute.txt index 038cebb..0d7040f 100644 --- a/FMM2/obj/x86/Debug/FMM2.csproj.FileListAbsolute.txt +++ b/FMM2/obj/x86/Debug/FMM2.csproj.FileListAbsolute.txt @@ -40,3 +40,30 @@ C:\Users\Niall\Source\Repos\FMM2\FMM2\obj\x86\Debug\FMM.pdb C:\Users\Niall\Source\Repos\FMM2\FMM2\obj\x86\Debug\FMM2.csprojResolveAssemblyReference.cache C:\Users\Niall\Source\Repos\FMM2\FMM2\obj\x86\Debug\About.g.cs C:\Users\Niall\Source\Repos\FMM2\FMM2\obj\x86\Debug\About.baml +C:\Users\jacallahan\Source\Repos\FMM2\FMM2\bin\x86\Debug\FMM.exe.config +C:\Users\jacallahan\Source\Repos\FMM2\FMM2\bin\x86\Debug\FMM.exe +C:\Users\jacallahan\Source\Repos\FMM2\FMM2\bin\x86\Debug\FMM.pdb +C:\Users\jacallahan\Source\Repos\FMM2\FMM2\bin\x86\Debug\INIFileParser.dll +C:\Users\jacallahan\Source\Repos\FMM2\FMM2\bin\x86\Debug\SharpSvn.dll +C:\Users\jacallahan\Source\Repos\FMM2\FMM2\bin\x86\Debug\SharpSvn.UI.dll +C:\Users\jacallahan\Source\Repos\FMM2\FMM2\bin\x86\Debug\INIFileParser.xml +C:\Users\jacallahan\Source\Repos\FMM2\FMM2\bin\x86\Debug\SharpSvn.pdb +C:\Users\jacallahan\Source\Repos\FMM2\FMM2\bin\x86\Debug\SharpSvn.xml +C:\Users\jacallahan\Source\Repos\FMM2\FMM2\bin\x86\Debug\SharpSvn.UI.pdb +C:\Users\jacallahan\Source\Repos\FMM2\FMM2\bin\x86\Debug\SharpSvn.UI.xml +C:\Users\jacallahan\Source\Repos\FMM2\FMM2\bin\x86\Debug\SharpPlink-Win32.svnExe +C:\Users\jacallahan\Source\Repos\FMM2\FMM2\obj\x86\Debug\FMM2.csprojResolveAssemblyReference.cache +C:\Users\jacallahan\Source\Repos\FMM2\FMM2\obj\x86\Debug\About.g.cs +C:\Users\jacallahan\Source\Repos\FMM2\FMM2\obj\x86\Debug\MainWindow.g.cs +C:\Users\jacallahan\Source\Repos\FMM2\FMM2\obj\x86\Debug\App.g.cs +C:\Users\jacallahan\Source\Repos\FMM2\FMM2\obj\x86\Debug\GeneratedInternalTypeHelper.g.cs +C:\Users\jacallahan\Source\Repos\FMM2\FMM2\obj\x86\Debug\FMM_MarkupCompile.cache +C:\Users\jacallahan\Source\Repos\FMM2\FMM2\obj\x86\Debug\FMM_MarkupCompile.lref +C:\Users\jacallahan\Source\Repos\FMM2\FMM2\obj\x86\Debug\About.baml +C:\Users\jacallahan\Source\Repos\FMM2\FMM2\obj\x86\Debug\MainWindow.baml +C:\Users\jacallahan\Source\Repos\FMM2\FMM2\obj\x86\Debug\FMM.g.resources +C:\Users\jacallahan\Source\Repos\FMM2\FMM2\obj\x86\Debug\FMM2.Properties.Resources.resources +C:\Users\jacallahan\Source\Repos\FMM2\FMM2\obj\x86\Debug\FMM2.csproj.GenerateResource.Cache +C:\Users\jacallahan\Source\Repos\FMM2\FMM2\obj\x86\Debug\FMM.exe +C:\Users\jacallahan\Source\Repos\FMM2\FMM2\obj\x86\Debug\FMM.pdb +C:\Users\jacallahan\Source\Repos\FMM2\FMM2\obj\x86\Debug\FMM2.csproj.CoreCompileInputs.cache diff --git a/FMM2/obj/x86/Debug/FMM2.csproj.GenerateResource.Cache b/FMM2/obj/x86/Debug/FMM2.csproj.GenerateResource.Cache index c043648..95145ed 100644 Binary files a/FMM2/obj/x86/Debug/FMM2.csproj.GenerateResource.Cache and b/FMM2/obj/x86/Debug/FMM2.csproj.GenerateResource.Cache differ diff --git a/FMM2/obj/x86/Debug/FMM_MarkupCompile.cache b/FMM2/obj/x86/Debug/FMM_MarkupCompile.cache index 29eff8d..ded6227 100644 --- a/FMM2/obj/x86/Debug/FMM_MarkupCompile.cache +++ b/FMM2/obj/x86/Debug/FMM_MarkupCompile.cache @@ -4,16 +4,16 @@ winexe C# .cs -C:\Users\Niall\Source\Repos\FMM2\FMM2\obj\x86\Debug\ +C:\Users\jacallahan\Source\Repos\FMM2\FMM2\obj\x86\Debug\ FMM2 none false DEBUG;TRACE -C:\Users\Niall\Source\Repos\FMM2\FMM2\App.xaml +C:\Users\jacallahan\Source\Repos\FMM2\FMM2\App.xaml 2540622995 29-2053215080 -17-309188237 +171142955494 About.xaml;MainWindow.xaml; fmm.png False diff --git a/FMM2/obj/x86/Debug/FMM_MarkupCompile.i.cache b/FMM2/obj/x86/Debug/FMM_MarkupCompile.i.cache index ca69bd2..5260973 100644 --- a/FMM2/obj/x86/Debug/FMM_MarkupCompile.i.cache +++ b/FMM2/obj/x86/Debug/FMM_MarkupCompile.i.cache @@ -4,17 +4,17 @@ winexe C# .cs -C:\Users\Niall\Source\Repos\FMM2\FMM2\obj\x86\Debug\ +C:\Users\jacallahan\Source\Repos\FMM2\FMM2\obj\x86\Debug\ FMM2 none false DEBUG;TRACE -C:\Users\Niall\Source\Repos\FMM2\FMM2\App.xaml +C:\Users\jacallahan\Source\Repos\FMM2\FMM2\App.xaml 2540622995 -331196347011 -17-309188237 +33432176596 +171142955494 About.xaml;MainWindow.xaml; fmm.png -True +False diff --git a/FMM2/obj/x86/Debug/FMM_MarkupCompile.lref b/FMM2/obj/x86/Debug/FMM_MarkupCompile.lref index 955f19d..22d559b 100644 --- a/FMM2/obj/x86/Debug/FMM_MarkupCompile.lref +++ b/FMM2/obj/x86/Debug/FMM_MarkupCompile.lref @@ -1,5 +1,5 @@  -FC:\Users\Niall\Source\Repos\FMM2\FMM2\MainWindow.xaml;; -FC:\Users\Niall\Source\Repos\FMM2\FMM2\About.xaml;; +FC:\Users\jacallahan\Source\Repos\FMM2\FMM2\About.xaml;; +FC:\Users\jacallahan\Source\Repos\FMM2\FMM2\MainWindow.xaml;; diff --git a/FMM2/obj/x86/Debug/MainWindow.baml b/FMM2/obj/x86/Debug/MainWindow.baml index 587a890..ce31a28 100644 Binary files a/FMM2/obj/x86/Debug/MainWindow.baml and b/FMM2/obj/x86/Debug/MainWindow.baml differ diff --git a/FMM2/obj/x86/Debug/MainWindow.g.cs b/FMM2/obj/x86/Debug/MainWindow.g.cs index 2e5d536..5299b6c 100644 --- a/FMM2/obj/x86/Debug/MainWindow.g.cs +++ b/FMM2/obj/x86/Debug/MainWindow.g.cs @@ -1,4 +1,4 @@ -#pragma checksum "..\..\..\MainWindow.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "9B44F245B630B16E01C49B6B68339749" +#pragma checksum "..\..\..\MainWindow.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "DD8C17479E58C557C6F3AB36FCB52319" //------------------------------------------------------------------------------ // // This code was generated by a tool. @@ -137,7 +137,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 50 "..\..\..\MainWindow.xaml" + #line 52 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.ListView myModsList; @@ -145,7 +145,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 73 "..\..\..\MainWindow.xaml" + #line 75 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.GridViewColumn gv1Name; @@ -153,7 +153,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 74 "..\..\..\MainWindow.xaml" + #line 76 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.GridViewColumn gv1Author; @@ -161,7 +161,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 75 "..\..\..\MainWindow.xaml" + #line 77 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.GridViewColumn gv1Version; @@ -169,7 +169,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 76 "..\..\..\MainWindow.xaml" + #line 78 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.GridViewColumn gv1Description; @@ -177,7 +177,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 77 "..\..\..\MainWindow.xaml" + #line 79 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.GridViewColumn gv1Warnings; @@ -185,7 +185,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 82 "..\..\..\MainWindow.xaml" + #line 84 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Grid infobar; @@ -193,7 +193,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 87 "..\..\..\MainWindow.xaml" + #line 89 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.ScrollViewer infobarScroll; @@ -201,7 +201,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 88 "..\..\..\MainWindow.xaml" + #line 90 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.StackPanel infobarPanel; @@ -209,7 +209,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 90 "..\..\..\MainWindow.xaml" + #line 92 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.ContentControl infobarCon; @@ -217,7 +217,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 91 "..\..\..\MainWindow.xaml" + #line 93 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Grid infobarViewGrid; @@ -225,7 +225,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 92 "..\..\..\MainWindow.xaml" + #line 94 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Image infobarImage; @@ -233,7 +233,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 93 "..\..\..\MainWindow.xaml" + #line 95 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Shapes.Rectangle infobarRect; @@ -241,7 +241,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 103 "..\..\..\MainWindow.xaml" + #line 105 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.StackPanel infobarHeader; @@ -249,7 +249,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 104 "..\..\..\MainWindow.xaml" + #line 106 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBlock infobarName; @@ -257,7 +257,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 110 "..\..\..\MainWindow.xaml" + #line 112 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBlock infobarAuthor; @@ -265,7 +265,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 111 "..\..\..\MainWindow.xaml" + #line 113 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBlock infobarCredits; @@ -273,7 +273,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 113 "..\..\..\MainWindow.xaml" + #line 115 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Image infobarIcon; @@ -281,7 +281,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 117 "..\..\..\MainWindow.xaml" + #line 119 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.StackPanel infobarOps; @@ -289,7 +289,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 118 "..\..\..\MainWindow.xaml" + #line 120 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button infobarUp; @@ -297,7 +297,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 123 "..\..\..\MainWindow.xaml" + #line 125 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button infobarDn; @@ -305,7 +305,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 128 "..\..\..\MainWindow.xaml" + #line 130 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button infobarDelete; @@ -313,7 +313,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 134 "..\..\..\MainWindow.xaml" + #line 136 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBlock infobarRevisionDate; @@ -321,7 +321,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 135 "..\..\..\MainWindow.xaml" + #line 137 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBlock infobarEDVersion; @@ -329,7 +329,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 136 "..\..\..\MainWindow.xaml" + #line 138 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBlock infobarDescription; @@ -337,7 +337,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 144 "..\..\..\MainWindow.xaml" + #line 146 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBlock infobarWarnings; @@ -345,7 +345,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 154 "..\..\..\MainWindow.xaml" + #line 156 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button infobarApply; @@ -353,7 +353,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 159 "..\..\..\MainWindow.xaml" + #line 161 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TabItem downloadableModsTab; @@ -361,7 +361,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 160 "..\..\..\MainWindow.xaml" + #line 162 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Grid downloadableModsOuterGrid; @@ -369,7 +369,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 166 "..\..\..\MainWindow.xaml" + #line 168 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Grid downloadableModsAlert; @@ -377,7 +377,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 167 "..\..\..\MainWindow.xaml" + #line 169 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBlock downloadableModsAlertText; @@ -385,7 +385,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 168 "..\..\..\MainWindow.xaml" + #line 170 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button downloadableModsAlertHide; @@ -393,7 +393,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 170 "..\..\..\MainWindow.xaml" + #line 172 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Grid downloadableModsMenu; @@ -401,7 +401,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 171 "..\..\..\MainWindow.xaml" + #line 173 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button dlModsRefreshButton; @@ -409,7 +409,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 172 "..\..\..\MainWindow.xaml" + #line 174 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Primitives.StatusBarItem dlModsStatusNumber; @@ -417,7 +417,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 173 "..\..\..\MainWindow.xaml" + #line 175 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBox dlModsSearchBox; @@ -425,7 +425,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 175 "..\..\..\MainWindow.xaml" + #line 177 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Grid downloadableModsGrid; @@ -433,7 +433,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 181 "..\..\..\MainWindow.xaml" + #line 183 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.ListView downloadableModsList; @@ -441,7 +441,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 196 "..\..\..\MainWindow.xaml" + #line 198 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.GridViewColumn gv2Name; @@ -449,7 +449,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 197 "..\..\..\MainWindow.xaml" + #line 199 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.GridViewColumn gv2Author; @@ -457,7 +457,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 198 "..\..\..\MainWindow.xaml" + #line 200 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.GridViewColumn gv2Version; @@ -465,7 +465,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 199 "..\..\..\MainWindow.xaml" + #line 201 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.GridViewColumn gv2Description; @@ -473,7 +473,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 200 "..\..\..\MainWindow.xaml" + #line 202 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.GridViewColumn gv2Warnings; @@ -481,7 +481,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 205 "..\..\..\MainWindow.xaml" + #line 207 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Grid infobarDL; @@ -489,7 +489,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 210 "..\..\..\MainWindow.xaml" + #line 212 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.ScrollViewer infobarDLScroll; @@ -497,7 +497,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 211 "..\..\..\MainWindow.xaml" + #line 213 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.StackPanel infobarDLPanel; @@ -505,7 +505,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 213 "..\..\..\MainWindow.xaml" + #line 215 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.ContentControl infobarDLCon; @@ -513,7 +513,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 214 "..\..\..\MainWindow.xaml" + #line 216 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Grid infobarDLViewGrid; @@ -521,7 +521,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 215 "..\..\..\MainWindow.xaml" + #line 217 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Image infobarDLImage; @@ -529,7 +529,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 216 "..\..\..\MainWindow.xaml" + #line 218 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Shapes.Rectangle infobarDLRect; @@ -537,7 +537,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 226 "..\..\..\MainWindow.xaml" + #line 228 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.StackPanel infobarDLHeader; @@ -545,7 +545,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 227 "..\..\..\MainWindow.xaml" + #line 229 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBlock infobarDLName; @@ -553,7 +553,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 233 "..\..\..\MainWindow.xaml" + #line 235 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBlock infobarDLAuthor; @@ -561,7 +561,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 234 "..\..\..\MainWindow.xaml" + #line 236 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBlock infobarDLCredits; @@ -569,7 +569,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 236 "..\..\..\MainWindow.xaml" + #line 238 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Image infobarDLIcon; @@ -577,7 +577,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 240 "..\..\..\MainWindow.xaml" + #line 242 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBlock infobarDLRevisionDate; @@ -585,7 +585,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 241 "..\..\..\MainWindow.xaml" + #line 243 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBlock infobarDLEDVersion; @@ -593,7 +593,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 242 "..\..\..\MainWindow.xaml" + #line 244 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBlock infobarDLDescription; @@ -601,7 +601,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 250 "..\..\..\MainWindow.xaml" + #line 252 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBlock infobarDLWarnings; @@ -609,7 +609,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 260 "..\..\..\MainWindow.xaml" + #line 262 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button infobarDLDownload; @@ -617,7 +617,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 734 "..\..\..\MainWindow.xaml" + #line 736 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Menu menu; @@ -625,7 +625,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 735 "..\..\..\MainWindow.xaml" + #line 737 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.MenuItem file; @@ -633,7 +633,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 736 "..\..\..\MainWindow.xaml" + #line 738 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.MenuItem fileAbout; @@ -641,7 +641,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 738 "..\..\..\MainWindow.xaml" + #line 740 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.MenuItem fileExit; @@ -649,7 +649,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 745 "..\..\..\MainWindow.xaml" + #line 747 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.MenuItem options; @@ -657,7 +657,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 750 "..\..\..\MainWindow.xaml" + #line 752 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.MenuItem optionsOrder; @@ -665,7 +665,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 751 "..\..\..\MainWindow.xaml" + #line 753 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.MenuItem optionsOrderList; @@ -673,7 +673,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 752 "..\..\..\MainWindow.xaml" + #line 754 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.MenuItem optionsOrderPriority; @@ -681,7 +681,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 755 "..\..\..\MainWindow.xaml" + #line 757 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.MenuItem optionsOffline; @@ -689,7 +689,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 756 "..\..\..\MainWindow.xaml" + #line 758 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.MenuItem optionsDeveloper; @@ -697,7 +697,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 757 "..\..\..\MainWindow.xaml" + #line 759 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Separator optionsDeveloperSeparator; @@ -705,7 +705,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 758 "..\..\..\MainWindow.xaml" + #line 760 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.MenuItem optionsDeveloperOptions; @@ -713,7 +713,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 759 "..\..\..\MainWindow.xaml" + #line 761 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.MenuItem optionsDeveloperBackup; @@ -721,7 +721,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 760 "..\..\..\MainWindow.xaml" + #line 762 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.MenuItem optionsDeveloperRestore; @@ -729,7 +729,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 761 "..\..\..\MainWindow.xaml" + #line 763 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.MenuItem optionsDeveloperTagTool; @@ -737,7 +737,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 766 "..\..\..\MainWindow.xaml" + #line 768 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Grid installLogGrid; @@ -745,7 +745,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 767 "..\..\..\MainWindow.xaml" + #line 769 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.ScrollViewer installLogScroll; @@ -753,7 +753,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 768 "..\..\..\MainWindow.xaml" + #line 770 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBlock installLogBox; @@ -761,7 +761,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 772 "..\..\..\MainWindow.xaml" + #line 774 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button closeLogButton; @@ -875,19 +875,19 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object case 14: this.myModsList = ((System.Windows.Controls.ListView)(target)); - #line 50 "..\..\..\MainWindow.xaml" + #line 52 "..\..\..\MainWindow.xaml" this.myModsList.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.myModsList_SelectionChanged); #line default #line hidden - #line 50 "..\..\..\MainWindow.xaml" + #line 52 "..\..\..\MainWindow.xaml" this.myModsList.AddHandler(System.Windows.Controls.Primitives.ButtonBase.ClickEvent, new System.Windows.RoutedEventHandler(this.myModsList_HeaderClicked)); #line default #line hidden - #line 50 "..\..\..\MainWindow.xaml" + #line 52 "..\..\..\MainWindow.xaml" this.myModsList.GotFocus += new System.Windows.RoutedEventHandler(this.modsList_GotFocus); #line default @@ -895,7 +895,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object return; case 15: - #line 53 "..\..\..\MainWindow.xaml" + #line 55 "..\..\..\MainWindow.xaml" ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.itemMark_Click); #line default @@ -903,7 +903,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object return; case 16: - #line 54 "..\..\..\MainWindow.xaml" + #line 56 "..\..\..\MainWindow.xaml" ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.itemLocationOpen_Click); #line default @@ -911,7 +911,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object return; case 17: - #line 55 "..\..\..\MainWindow.xaml" + #line 57 "..\..\..\MainWindow.xaml" ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.infobarDel_Click); #line default @@ -944,7 +944,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object case 26: this.infobarCon = ((System.Windows.Controls.ContentControl)(target)); - #line 90 "..\..\..\MainWindow.xaml" + #line 92 "..\..\..\MainWindow.xaml" this.infobarCon.MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.infobarCon_MouseLeftButtonUp); #line default @@ -980,7 +980,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object case 36: this.infobarUp = ((System.Windows.Controls.Button)(target)); - #line 118 "..\..\..\MainWindow.xaml" + #line 120 "..\..\..\MainWindow.xaml" this.infobarUp.Click += new System.Windows.RoutedEventHandler(this.infobarUp_Click); #line default @@ -989,7 +989,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object case 37: this.infobarDn = ((System.Windows.Controls.Button)(target)); - #line 123 "..\..\..\MainWindow.xaml" + #line 125 "..\..\..\MainWindow.xaml" this.infobarDn.Click += new System.Windows.RoutedEventHandler(this.infobarDn_Click); #line default @@ -998,7 +998,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object case 38: this.infobarDelete = ((System.Windows.Controls.Button)(target)); - #line 128 "..\..\..\MainWindow.xaml" + #line 130 "..\..\..\MainWindow.xaml" this.infobarDelete.Click += new System.Windows.RoutedEventHandler(this.infobarDel_Click); #line default @@ -1019,7 +1019,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object case 43: this.infobarApply = ((System.Windows.Controls.Button)(target)); - #line 154 "..\..\..\MainWindow.xaml" + #line 156 "..\..\..\MainWindow.xaml" this.infobarApply.Click += new System.Windows.RoutedEventHandler(this.infobarApply_Click); #line default @@ -1040,7 +1040,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object case 48: this.downloadableModsAlertHide = ((System.Windows.Controls.Button)(target)); - #line 168 "..\..\..\MainWindow.xaml" + #line 170 "..\..\..\MainWindow.xaml" this.downloadableModsAlertHide.Click += new System.Windows.RoutedEventHandler(this.downloadableModsAlertHide_Click); #line default @@ -1052,7 +1052,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object case 50: this.dlModsRefreshButton = ((System.Windows.Controls.Button)(target)); - #line 171 "..\..\..\MainWindow.xaml" + #line 173 "..\..\..\MainWindow.xaml" this.dlModsRefreshButton.Click += new System.Windows.RoutedEventHandler(this.refreshButton_Click); #line default @@ -1064,7 +1064,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object case 52: this.dlModsSearchBox = ((System.Windows.Controls.TextBox)(target)); - #line 173 "..\..\..\MainWindow.xaml" + #line 175 "..\..\..\MainWindow.xaml" this.dlModsSearchBox.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.searchBox_TextChanged); #line default @@ -1076,19 +1076,19 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object case 54: this.downloadableModsList = ((System.Windows.Controls.ListView)(target)); - #line 181 "..\..\..\MainWindow.xaml" + #line 183 "..\..\..\MainWindow.xaml" this.downloadableModsList.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.downloadableModsList_SelectionChanged); #line default #line hidden - #line 181 "..\..\..\MainWindow.xaml" + #line 183 "..\..\..\MainWindow.xaml" this.downloadableModsList.AddHandler(System.Windows.Controls.Primitives.ButtonBase.ClickEvent, new System.Windows.RoutedEventHandler(this.downloadableModsList_HeaderClicked)); #line default #line hidden - #line 181 "..\..\..\MainWindow.xaml" + #line 183 "..\..\..\MainWindow.xaml" this.downloadableModsList.GotFocus += new System.Windows.RoutedEventHandler(this.modsList_GotFocus); #line default @@ -1121,7 +1121,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object case 63: this.infobarDLCon = ((System.Windows.Controls.ContentControl)(target)); - #line 213 "..\..\..\MainWindow.xaml" + #line 215 "..\..\..\MainWindow.xaml" this.infobarDLCon.MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.infobarCon_MouseLeftButtonUp); #line default @@ -1166,7 +1166,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object case 76: this.infobarDLDownload = ((System.Windows.Controls.Button)(target)); - #line 260 "..\..\..\MainWindow.xaml" + #line 262 "..\..\..\MainWindow.xaml" this.infobarDLDownload.Click += new System.Windows.RoutedEventHandler(this.infobarDLDownload_Click); #line default @@ -1181,7 +1181,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object case 79: this.fileAbout = ((System.Windows.Controls.MenuItem)(target)); - #line 736 "..\..\..\MainWindow.xaml" + #line 738 "..\..\..\MainWindow.xaml" this.fileAbout.Click += new System.Windows.RoutedEventHandler(this.fileAbout_Click); #line default @@ -1190,7 +1190,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object case 80: this.fileExit = ((System.Windows.Controls.MenuItem)(target)); - #line 738 "..\..\..\MainWindow.xaml" + #line 740 "..\..\..\MainWindow.xaml" this.fileExit.Click += new System.Windows.RoutedEventHandler(this.fileExit_Click); #line default @@ -1205,7 +1205,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object case 83: this.optionsOrderList = ((System.Windows.Controls.MenuItem)(target)); - #line 751 "..\..\..\MainWindow.xaml" + #line 753 "..\..\..\MainWindow.xaml" this.optionsOrderList.Click += new System.Windows.RoutedEventHandler(this.optionsOrderList_Click); #line default @@ -1214,7 +1214,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object case 84: this.optionsOrderPriority = ((System.Windows.Controls.MenuItem)(target)); - #line 752 "..\..\..\MainWindow.xaml" + #line 754 "..\..\..\MainWindow.xaml" this.optionsOrderPriority.Click += new System.Windows.RoutedEventHandler(this.optionsOrderPriority_Click); #line default @@ -1223,7 +1223,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object case 85: this.optionsOffline = ((System.Windows.Controls.MenuItem)(target)); - #line 755 "..\..\..\MainWindow.xaml" + #line 757 "..\..\..\MainWindow.xaml" this.optionsOffline.Click += new System.Windows.RoutedEventHandler(this.optionsOffline_Click); #line default @@ -1232,7 +1232,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object case 86: this.optionsDeveloper = ((System.Windows.Controls.MenuItem)(target)); - #line 756 "..\..\..\MainWindow.xaml" + #line 758 "..\..\..\MainWindow.xaml" this.optionsDeveloper.Click += new System.Windows.RoutedEventHandler(this.optionsDeveloper_Click); #line default @@ -1247,7 +1247,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object case 89: this.optionsDeveloperBackup = ((System.Windows.Controls.MenuItem)(target)); - #line 759 "..\..\..\MainWindow.xaml" + #line 761 "..\..\..\MainWindow.xaml" this.optionsDeveloperBackup.Click += new System.Windows.RoutedEventHandler(this.optionsDeveloperBackup_Click); #line default @@ -1256,7 +1256,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object case 90: this.optionsDeveloperRestore = ((System.Windows.Controls.MenuItem)(target)); - #line 760 "..\..\..\MainWindow.xaml" + #line 762 "..\..\..\MainWindow.xaml" this.optionsDeveloperRestore.Click += new System.Windows.RoutedEventHandler(this.optionsDeveloperRestore_Click); #line default @@ -1265,7 +1265,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object case 91: this.optionsDeveloperTagTool = ((System.Windows.Controls.MenuItem)(target)); - #line 761 "..\..\..\MainWindow.xaml" + #line 763 "..\..\..\MainWindow.xaml" this.optionsDeveloperTagTool.Click += new System.Windows.RoutedEventHandler(this.optionsDeveloperTagTool_Click); #line default @@ -1277,7 +1277,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object case 93: this.installLogScroll = ((System.Windows.Controls.ScrollViewer)(target)); - #line 767 "..\..\..\MainWindow.xaml" + #line 769 "..\..\..\MainWindow.xaml" this.installLogScroll.ScrollChanged += new System.Windows.Controls.ScrollChangedEventHandler(this.installLogScroll_ScrollChanged); #line default @@ -1289,7 +1289,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object case 95: this.closeLogButton = ((System.Windows.Controls.Button)(target)); - #line 772 "..\..\..\MainWindow.xaml" + #line 774 "..\..\..\MainWindow.xaml" this.closeLogButton.Click += new System.Windows.RoutedEventHandler(this.closeLogButton_Click); #line default diff --git a/FMM2/obj/x86/Debug/MainWindow.g.i.cs b/FMM2/obj/x86/Debug/MainWindow.g.i.cs index 2e4cdc4..49a58bb 100644 --- a/FMM2/obj/x86/Debug/MainWindow.g.i.cs +++ b/FMM2/obj/x86/Debug/MainWindow.g.i.cs @@ -1,4 +1,4 @@ -#pragma checksum "..\..\..\MainWindow.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "9B44F245B630B16E01C49B6B68339749" +#pragma checksum "..\..\..\MainWindow.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "DD8C17479E58C557C6F3AB36FCB52319" //------------------------------------------------------------------------------ // // This code was generated by a tool. @@ -137,7 +137,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 50 "..\..\..\MainWindow.xaml" + #line 52 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.ListView myModsList; @@ -145,7 +145,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 73 "..\..\..\MainWindow.xaml" + #line 75 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.GridViewColumn gv1Name; @@ -153,7 +153,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 74 "..\..\..\MainWindow.xaml" + #line 76 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.GridViewColumn gv1Author; @@ -161,7 +161,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 75 "..\..\..\MainWindow.xaml" + #line 77 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.GridViewColumn gv1Version; @@ -169,7 +169,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 76 "..\..\..\MainWindow.xaml" + #line 78 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.GridViewColumn gv1Description; @@ -177,7 +177,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 77 "..\..\..\MainWindow.xaml" + #line 79 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.GridViewColumn gv1Warnings; @@ -185,7 +185,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 82 "..\..\..\MainWindow.xaml" + #line 84 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Grid infobar; @@ -193,7 +193,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 87 "..\..\..\MainWindow.xaml" + #line 89 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.ScrollViewer infobarScroll; @@ -201,7 +201,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 88 "..\..\..\MainWindow.xaml" + #line 90 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.StackPanel infobarPanel; @@ -209,7 +209,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 90 "..\..\..\MainWindow.xaml" + #line 92 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.ContentControl infobarCon; @@ -217,7 +217,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 91 "..\..\..\MainWindow.xaml" + #line 93 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Grid infobarViewGrid; @@ -225,7 +225,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 92 "..\..\..\MainWindow.xaml" + #line 94 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Image infobarImage; @@ -233,7 +233,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 93 "..\..\..\MainWindow.xaml" + #line 95 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Shapes.Rectangle infobarRect; @@ -241,7 +241,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 103 "..\..\..\MainWindow.xaml" + #line 105 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.StackPanel infobarHeader; @@ -249,7 +249,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 104 "..\..\..\MainWindow.xaml" + #line 106 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBlock infobarName; @@ -257,7 +257,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 110 "..\..\..\MainWindow.xaml" + #line 112 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBlock infobarAuthor; @@ -265,7 +265,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 111 "..\..\..\MainWindow.xaml" + #line 113 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBlock infobarCredits; @@ -273,7 +273,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 113 "..\..\..\MainWindow.xaml" + #line 115 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Image infobarIcon; @@ -281,7 +281,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 117 "..\..\..\MainWindow.xaml" + #line 119 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.StackPanel infobarOps; @@ -289,7 +289,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 118 "..\..\..\MainWindow.xaml" + #line 120 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button infobarUp; @@ -297,7 +297,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 123 "..\..\..\MainWindow.xaml" + #line 125 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button infobarDn; @@ -305,7 +305,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 128 "..\..\..\MainWindow.xaml" + #line 130 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button infobarDelete; @@ -313,7 +313,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 134 "..\..\..\MainWindow.xaml" + #line 136 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBlock infobarRevisionDate; @@ -321,7 +321,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 135 "..\..\..\MainWindow.xaml" + #line 137 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBlock infobarEDVersion; @@ -329,7 +329,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 136 "..\..\..\MainWindow.xaml" + #line 138 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBlock infobarDescription; @@ -337,7 +337,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 144 "..\..\..\MainWindow.xaml" + #line 146 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBlock infobarWarnings; @@ -345,7 +345,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 154 "..\..\..\MainWindow.xaml" + #line 156 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button infobarApply; @@ -353,7 +353,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 159 "..\..\..\MainWindow.xaml" + #line 161 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TabItem downloadableModsTab; @@ -361,7 +361,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 160 "..\..\..\MainWindow.xaml" + #line 162 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Grid downloadableModsOuterGrid; @@ -369,7 +369,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 166 "..\..\..\MainWindow.xaml" + #line 168 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Grid downloadableModsAlert; @@ -377,7 +377,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 167 "..\..\..\MainWindow.xaml" + #line 169 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBlock downloadableModsAlertText; @@ -385,7 +385,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 168 "..\..\..\MainWindow.xaml" + #line 170 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button downloadableModsAlertHide; @@ -393,7 +393,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 170 "..\..\..\MainWindow.xaml" + #line 172 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Grid downloadableModsMenu; @@ -401,7 +401,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 171 "..\..\..\MainWindow.xaml" + #line 173 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button dlModsRefreshButton; @@ -409,7 +409,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 172 "..\..\..\MainWindow.xaml" + #line 174 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Primitives.StatusBarItem dlModsStatusNumber; @@ -417,7 +417,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 173 "..\..\..\MainWindow.xaml" + #line 175 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBox dlModsSearchBox; @@ -425,7 +425,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 175 "..\..\..\MainWindow.xaml" + #line 177 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Grid downloadableModsGrid; @@ -433,7 +433,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 181 "..\..\..\MainWindow.xaml" + #line 183 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.ListView downloadableModsList; @@ -441,7 +441,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 196 "..\..\..\MainWindow.xaml" + #line 198 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.GridViewColumn gv2Name; @@ -449,7 +449,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 197 "..\..\..\MainWindow.xaml" + #line 199 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.GridViewColumn gv2Author; @@ -457,7 +457,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 198 "..\..\..\MainWindow.xaml" + #line 200 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.GridViewColumn gv2Version; @@ -465,7 +465,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 199 "..\..\..\MainWindow.xaml" + #line 201 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.GridViewColumn gv2Description; @@ -473,7 +473,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 200 "..\..\..\MainWindow.xaml" + #line 202 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.GridViewColumn gv2Warnings; @@ -481,7 +481,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 205 "..\..\..\MainWindow.xaml" + #line 207 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Grid infobarDL; @@ -489,7 +489,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 210 "..\..\..\MainWindow.xaml" + #line 212 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.ScrollViewer infobarDLScroll; @@ -497,7 +497,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 211 "..\..\..\MainWindow.xaml" + #line 213 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.StackPanel infobarDLPanel; @@ -505,7 +505,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 213 "..\..\..\MainWindow.xaml" + #line 215 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.ContentControl infobarDLCon; @@ -513,7 +513,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 214 "..\..\..\MainWindow.xaml" + #line 216 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Grid infobarDLViewGrid; @@ -521,7 +521,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 215 "..\..\..\MainWindow.xaml" + #line 217 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Image infobarDLImage; @@ -529,7 +529,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 216 "..\..\..\MainWindow.xaml" + #line 218 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Shapes.Rectangle infobarDLRect; @@ -537,7 +537,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 226 "..\..\..\MainWindow.xaml" + #line 228 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.StackPanel infobarDLHeader; @@ -545,7 +545,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 227 "..\..\..\MainWindow.xaml" + #line 229 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBlock infobarDLName; @@ -553,7 +553,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 233 "..\..\..\MainWindow.xaml" + #line 235 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBlock infobarDLAuthor; @@ -561,7 +561,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 234 "..\..\..\MainWindow.xaml" + #line 236 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBlock infobarDLCredits; @@ -569,7 +569,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 236 "..\..\..\MainWindow.xaml" + #line 238 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Image infobarDLIcon; @@ -577,7 +577,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 240 "..\..\..\MainWindow.xaml" + #line 242 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBlock infobarDLRevisionDate; @@ -585,7 +585,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 241 "..\..\..\MainWindow.xaml" + #line 243 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBlock infobarDLEDVersion; @@ -593,7 +593,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 242 "..\..\..\MainWindow.xaml" + #line 244 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBlock infobarDLDescription; @@ -601,7 +601,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 250 "..\..\..\MainWindow.xaml" + #line 252 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBlock infobarDLWarnings; @@ -609,7 +609,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 260 "..\..\..\MainWindow.xaml" + #line 262 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button infobarDLDownload; @@ -617,7 +617,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 734 "..\..\..\MainWindow.xaml" + #line 736 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Menu menu; @@ -625,7 +625,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 735 "..\..\..\MainWindow.xaml" + #line 737 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.MenuItem file; @@ -633,7 +633,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 736 "..\..\..\MainWindow.xaml" + #line 738 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.MenuItem fileAbout; @@ -641,7 +641,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 738 "..\..\..\MainWindow.xaml" + #line 740 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.MenuItem fileExit; @@ -649,7 +649,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 745 "..\..\..\MainWindow.xaml" + #line 747 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.MenuItem options; @@ -657,7 +657,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 750 "..\..\..\MainWindow.xaml" + #line 752 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.MenuItem optionsOrder; @@ -665,7 +665,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 751 "..\..\..\MainWindow.xaml" + #line 753 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.MenuItem optionsOrderList; @@ -673,7 +673,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 752 "..\..\..\MainWindow.xaml" + #line 754 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.MenuItem optionsOrderPriority; @@ -681,7 +681,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 755 "..\..\..\MainWindow.xaml" + #line 757 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.MenuItem optionsOffline; @@ -689,7 +689,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 756 "..\..\..\MainWindow.xaml" + #line 758 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.MenuItem optionsDeveloper; @@ -697,7 +697,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 757 "..\..\..\MainWindow.xaml" + #line 759 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Separator optionsDeveloperSeparator; @@ -705,7 +705,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 758 "..\..\..\MainWindow.xaml" + #line 760 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.MenuItem optionsDeveloperOptions; @@ -713,7 +713,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 759 "..\..\..\MainWindow.xaml" + #line 761 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.MenuItem optionsDeveloperBackup; @@ -721,7 +721,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 760 "..\..\..\MainWindow.xaml" + #line 762 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.MenuItem optionsDeveloperRestore; @@ -729,7 +729,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 761 "..\..\..\MainWindow.xaml" + #line 763 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.MenuItem optionsDeveloperTagTool; @@ -737,7 +737,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 766 "..\..\..\MainWindow.xaml" + #line 768 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Grid installLogGrid; @@ -745,7 +745,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 767 "..\..\..\MainWindow.xaml" + #line 769 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.ScrollViewer installLogScroll; @@ -753,7 +753,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 768 "..\..\..\MainWindow.xaml" + #line 770 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBlock installLogBox; @@ -761,7 +761,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I #line hidden - #line 772 "..\..\..\MainWindow.xaml" + #line 774 "..\..\..\MainWindow.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button closeLogButton; @@ -875,19 +875,19 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object case 14: this.myModsList = ((System.Windows.Controls.ListView)(target)); - #line 50 "..\..\..\MainWindow.xaml" + #line 52 "..\..\..\MainWindow.xaml" this.myModsList.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.myModsList_SelectionChanged); #line default #line hidden - #line 50 "..\..\..\MainWindow.xaml" + #line 52 "..\..\..\MainWindow.xaml" this.myModsList.AddHandler(System.Windows.Controls.Primitives.ButtonBase.ClickEvent, new System.Windows.RoutedEventHandler(this.myModsList_HeaderClicked)); #line default #line hidden - #line 50 "..\..\..\MainWindow.xaml" + #line 52 "..\..\..\MainWindow.xaml" this.myModsList.GotFocus += new System.Windows.RoutedEventHandler(this.modsList_GotFocus); #line default @@ -895,7 +895,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object return; case 15: - #line 53 "..\..\..\MainWindow.xaml" + #line 55 "..\..\..\MainWindow.xaml" ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.itemMark_Click); #line default @@ -903,7 +903,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object return; case 16: - #line 54 "..\..\..\MainWindow.xaml" + #line 56 "..\..\..\MainWindow.xaml" ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.itemLocationOpen_Click); #line default @@ -911,7 +911,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object return; case 17: - #line 55 "..\..\..\MainWindow.xaml" + #line 57 "..\..\..\MainWindow.xaml" ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.infobarDel_Click); #line default @@ -944,7 +944,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object case 26: this.infobarCon = ((System.Windows.Controls.ContentControl)(target)); - #line 90 "..\..\..\MainWindow.xaml" + #line 92 "..\..\..\MainWindow.xaml" this.infobarCon.MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.infobarCon_MouseLeftButtonUp); #line default @@ -980,7 +980,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object case 36: this.infobarUp = ((System.Windows.Controls.Button)(target)); - #line 118 "..\..\..\MainWindow.xaml" + #line 120 "..\..\..\MainWindow.xaml" this.infobarUp.Click += new System.Windows.RoutedEventHandler(this.infobarUp_Click); #line default @@ -989,7 +989,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object case 37: this.infobarDn = ((System.Windows.Controls.Button)(target)); - #line 123 "..\..\..\MainWindow.xaml" + #line 125 "..\..\..\MainWindow.xaml" this.infobarDn.Click += new System.Windows.RoutedEventHandler(this.infobarDn_Click); #line default @@ -998,7 +998,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object case 38: this.infobarDelete = ((System.Windows.Controls.Button)(target)); - #line 128 "..\..\..\MainWindow.xaml" + #line 130 "..\..\..\MainWindow.xaml" this.infobarDelete.Click += new System.Windows.RoutedEventHandler(this.infobarDel_Click); #line default @@ -1019,7 +1019,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object case 43: this.infobarApply = ((System.Windows.Controls.Button)(target)); - #line 154 "..\..\..\MainWindow.xaml" + #line 156 "..\..\..\MainWindow.xaml" this.infobarApply.Click += new System.Windows.RoutedEventHandler(this.infobarApply_Click); #line default @@ -1040,7 +1040,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object case 48: this.downloadableModsAlertHide = ((System.Windows.Controls.Button)(target)); - #line 168 "..\..\..\MainWindow.xaml" + #line 170 "..\..\..\MainWindow.xaml" this.downloadableModsAlertHide.Click += new System.Windows.RoutedEventHandler(this.downloadableModsAlertHide_Click); #line default @@ -1052,7 +1052,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object case 50: this.dlModsRefreshButton = ((System.Windows.Controls.Button)(target)); - #line 171 "..\..\..\MainWindow.xaml" + #line 173 "..\..\..\MainWindow.xaml" this.dlModsRefreshButton.Click += new System.Windows.RoutedEventHandler(this.refreshButton_Click); #line default @@ -1064,7 +1064,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object case 52: this.dlModsSearchBox = ((System.Windows.Controls.TextBox)(target)); - #line 173 "..\..\..\MainWindow.xaml" + #line 175 "..\..\..\MainWindow.xaml" this.dlModsSearchBox.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.searchBox_TextChanged); #line default @@ -1076,19 +1076,19 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object case 54: this.downloadableModsList = ((System.Windows.Controls.ListView)(target)); - #line 181 "..\..\..\MainWindow.xaml" + #line 183 "..\..\..\MainWindow.xaml" this.downloadableModsList.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.downloadableModsList_SelectionChanged); #line default #line hidden - #line 181 "..\..\..\MainWindow.xaml" + #line 183 "..\..\..\MainWindow.xaml" this.downloadableModsList.AddHandler(System.Windows.Controls.Primitives.ButtonBase.ClickEvent, new System.Windows.RoutedEventHandler(this.downloadableModsList_HeaderClicked)); #line default #line hidden - #line 181 "..\..\..\MainWindow.xaml" + #line 183 "..\..\..\MainWindow.xaml" this.downloadableModsList.GotFocus += new System.Windows.RoutedEventHandler(this.modsList_GotFocus); #line default @@ -1121,7 +1121,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object case 63: this.infobarDLCon = ((System.Windows.Controls.ContentControl)(target)); - #line 213 "..\..\..\MainWindow.xaml" + #line 215 "..\..\..\MainWindow.xaml" this.infobarDLCon.MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.infobarCon_MouseLeftButtonUp); #line default @@ -1166,7 +1166,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object case 76: this.infobarDLDownload = ((System.Windows.Controls.Button)(target)); - #line 260 "..\..\..\MainWindow.xaml" + #line 262 "..\..\..\MainWindow.xaml" this.infobarDLDownload.Click += new System.Windows.RoutedEventHandler(this.infobarDLDownload_Click); #line default @@ -1181,7 +1181,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object case 79: this.fileAbout = ((System.Windows.Controls.MenuItem)(target)); - #line 736 "..\..\..\MainWindow.xaml" + #line 738 "..\..\..\MainWindow.xaml" this.fileAbout.Click += new System.Windows.RoutedEventHandler(this.fileAbout_Click); #line default @@ -1190,7 +1190,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object case 80: this.fileExit = ((System.Windows.Controls.MenuItem)(target)); - #line 738 "..\..\..\MainWindow.xaml" + #line 740 "..\..\..\MainWindow.xaml" this.fileExit.Click += new System.Windows.RoutedEventHandler(this.fileExit_Click); #line default @@ -1205,7 +1205,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object case 83: this.optionsOrderList = ((System.Windows.Controls.MenuItem)(target)); - #line 751 "..\..\..\MainWindow.xaml" + #line 753 "..\..\..\MainWindow.xaml" this.optionsOrderList.Click += new System.Windows.RoutedEventHandler(this.optionsOrderList_Click); #line default @@ -1214,7 +1214,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object case 84: this.optionsOrderPriority = ((System.Windows.Controls.MenuItem)(target)); - #line 752 "..\..\..\MainWindow.xaml" + #line 754 "..\..\..\MainWindow.xaml" this.optionsOrderPriority.Click += new System.Windows.RoutedEventHandler(this.optionsOrderPriority_Click); #line default @@ -1223,7 +1223,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object case 85: this.optionsOffline = ((System.Windows.Controls.MenuItem)(target)); - #line 755 "..\..\..\MainWindow.xaml" + #line 757 "..\..\..\MainWindow.xaml" this.optionsOffline.Click += new System.Windows.RoutedEventHandler(this.optionsOffline_Click); #line default @@ -1232,7 +1232,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object case 86: this.optionsDeveloper = ((System.Windows.Controls.MenuItem)(target)); - #line 756 "..\..\..\MainWindow.xaml" + #line 758 "..\..\..\MainWindow.xaml" this.optionsDeveloper.Click += new System.Windows.RoutedEventHandler(this.optionsDeveloper_Click); #line default @@ -1247,7 +1247,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object case 89: this.optionsDeveloperBackup = ((System.Windows.Controls.MenuItem)(target)); - #line 759 "..\..\..\MainWindow.xaml" + #line 761 "..\..\..\MainWindow.xaml" this.optionsDeveloperBackup.Click += new System.Windows.RoutedEventHandler(this.optionsDeveloperBackup_Click); #line default @@ -1256,7 +1256,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object case 90: this.optionsDeveloperRestore = ((System.Windows.Controls.MenuItem)(target)); - #line 760 "..\..\..\MainWindow.xaml" + #line 762 "..\..\..\MainWindow.xaml" this.optionsDeveloperRestore.Click += new System.Windows.RoutedEventHandler(this.optionsDeveloperRestore_Click); #line default @@ -1265,7 +1265,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object case 91: this.optionsDeveloperTagTool = ((System.Windows.Controls.MenuItem)(target)); - #line 761 "..\..\..\MainWindow.xaml" + #line 763 "..\..\..\MainWindow.xaml" this.optionsDeveloperTagTool.Click += new System.Windows.RoutedEventHandler(this.optionsDeveloperTagTool_Click); #line default @@ -1277,7 +1277,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object case 93: this.installLogScroll = ((System.Windows.Controls.ScrollViewer)(target)); - #line 767 "..\..\..\MainWindow.xaml" + #line 769 "..\..\..\MainWindow.xaml" this.installLogScroll.ScrollChanged += new System.Windows.Controls.ScrollChangedEventHandler(this.installLogScroll_ScrollChanged); #line default @@ -1289,7 +1289,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object case 95: this.closeLogButton = ((System.Windows.Controls.Button)(target)); - #line 772 "..\..\..\MainWindow.xaml" + #line 774 "..\..\..\MainWindow.xaml" this.closeLogButton.Click += new System.Windows.RoutedEventHandler(this.closeLogButton_Click); #line default diff --git a/FMM2/packages.config b/FMM2/packages.config index ecb1e23..30fc93a 100644 --- a/FMM2/packages.config +++ b/FMM2/packages.config @@ -1,7 +1,7 @@  - - + + - + \ No newline at end of file diff --git a/packages/Fody.2.0.0/Fody.2.0.0.nupkg b/packages/Fody.2.0.0/Fody.2.0.0.nupkg deleted file mode 100644 index b0683c7..0000000 Binary files a/packages/Fody.2.0.0/Fody.2.0.0.nupkg and /dev/null differ diff --git a/packages/Fody.2.0.0/Fody.dll b/packages/Fody.2.0.0/Fody.dll deleted file mode 100644 index bce246b..0000000 Binary files a/packages/Fody.2.0.0/Fody.dll and /dev/null differ diff --git a/packages/Fody.2.0.0/Fody.pdb b/packages/Fody.2.0.0/Fody.pdb deleted file mode 100644 index d6b69f9..0000000 Binary files a/packages/Fody.2.0.0/Fody.pdb and /dev/null differ diff --git a/packages/Fody.2.0.0/FodyCommon.dll b/packages/Fody.2.0.0/FodyCommon.dll deleted file mode 100644 index 4d3c03b..0000000 Binary files a/packages/Fody.2.0.0/FodyCommon.dll and /dev/null differ diff --git a/packages/Fody.2.0.0/FodyCommon.pdb b/packages/Fody.2.0.0/FodyCommon.pdb deleted file mode 100644 index 5e0761c..0000000 Binary files a/packages/Fody.2.0.0/FodyCommon.pdb and /dev/null differ diff --git a/packages/Fody.2.0.0/FodyIsolated.dll b/packages/Fody.2.0.0/FodyIsolated.dll deleted file mode 100644 index 451f05a..0000000 Binary files a/packages/Fody.2.0.0/FodyIsolated.dll and /dev/null differ diff --git a/packages/Fody.2.0.0/FodyIsolated.pdb b/packages/Fody.2.0.0/FodyIsolated.pdb deleted file mode 100644 index 48f8169..0000000 Binary files a/packages/Fody.2.0.0/FodyIsolated.pdb and /dev/null differ diff --git a/packages/Fody.2.0.0/Mono.Cecil.Mdb.dll b/packages/Fody.2.0.0/Mono.Cecil.Mdb.dll deleted file mode 100644 index 8f1d085..0000000 Binary files a/packages/Fody.2.0.0/Mono.Cecil.Mdb.dll and /dev/null differ diff --git a/packages/Fody.2.0.0/Mono.Cecil.Pdb.dll b/packages/Fody.2.0.0/Mono.Cecil.Pdb.dll deleted file mode 100644 index 6b085b9..0000000 Binary files a/packages/Fody.2.0.0/Mono.Cecil.Pdb.dll and /dev/null differ diff --git a/packages/Fody.2.0.0/Mono.Cecil.Rocks.dll b/packages/Fody.2.0.0/Mono.Cecil.Rocks.dll deleted file mode 100644 index 5514de4..0000000 Binary files a/packages/Fody.2.0.0/Mono.Cecil.Rocks.dll and /dev/null differ diff --git a/packages/Fody.2.0.0/Mono.Cecil.dll b/packages/Fody.2.0.0/Mono.Cecil.dll deleted file mode 100644 index 70de67f..0000000 Binary files a/packages/Fody.2.0.0/Mono.Cecil.dll and /dev/null differ diff --git a/packages/Fody.2.0.0/build/netstandard1.4/Fody.targets b/packages/Fody.2.0.0/build/netstandard1.4/Fody.targets deleted file mode 100644 index f7311e0..0000000 --- a/packages/Fody.2.0.0/build/netstandard1.4/Fody.targets +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - $(NCrunchOriginalSolutionDir) - - - - - $(SolutionDir) - - - - - $(MSBuildProjectDirectory)..\..\..\ - - - - - - - $(KeyOriginatorFile) - - - - - $(AssemblyOriginatorKeyFile) - - - - - - - - - - $(ProjectDir)FodyWeavers.xml - $(SignAssembly) - $(MSBuildThisFileDirectory)..\..\ - - - - - - - - - - - True - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/packages/Fody.2.0.0/build/portable-net+sl+win+wpa+wp/Fody.targets b/packages/Fody.2.0.0/build/portable-net+sl+win+wpa+wp/Fody.targets deleted file mode 100644 index f7311e0..0000000 --- a/packages/Fody.2.0.0/build/portable-net+sl+win+wpa+wp/Fody.targets +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - $(NCrunchOriginalSolutionDir) - - - - - $(SolutionDir) - - - - - $(MSBuildProjectDirectory)..\..\..\ - - - - - - - $(KeyOriginatorFile) - - - - - $(AssemblyOriginatorKeyFile) - - - - - - - - - - $(ProjectDir)FodyWeavers.xml - $(SignAssembly) - $(MSBuildThisFileDirectory)..\..\ - - - - - - - - - - - True - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/packages/Fody.2.1.3/Content/FodyWeavers.xml b/packages/Fody.2.1.3/Content/FodyWeavers.xml new file mode 100644 index 0000000..0227a5d --- /dev/null +++ b/packages/Fody.2.1.3/Content/FodyWeavers.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/packages/Fody.2.1.3/Fody.2.1.3.nupkg b/packages/Fody.2.1.3/Fody.2.1.3.nupkg new file mode 100644 index 0000000..154cb99 Binary files /dev/null and b/packages/Fody.2.1.3/Fody.2.1.3.nupkg differ diff --git a/packages/Fody.2.1.3/Fody.dll b/packages/Fody.2.1.3/Fody.dll new file mode 100644 index 0000000..7a21164 Binary files /dev/null and b/packages/Fody.2.1.3/Fody.dll differ diff --git a/packages/Fody.2.1.3/Fody.pdb b/packages/Fody.2.1.3/Fody.pdb new file mode 100644 index 0000000..49dec8b Binary files /dev/null and b/packages/Fody.2.1.3/Fody.pdb differ diff --git a/packages/Fody.2.1.3/FodyCommon.dll b/packages/Fody.2.1.3/FodyCommon.dll new file mode 100644 index 0000000..19a49fd Binary files /dev/null and b/packages/Fody.2.1.3/FodyCommon.dll differ diff --git a/packages/Fody.2.1.3/FodyCommon.pdb b/packages/Fody.2.1.3/FodyCommon.pdb new file mode 100644 index 0000000..a50add2 Binary files /dev/null and b/packages/Fody.2.1.3/FodyCommon.pdb differ diff --git a/packages/Fody.2.1.3/FodyIsolated.dll b/packages/Fody.2.1.3/FodyIsolated.dll new file mode 100644 index 0000000..957d3fb Binary files /dev/null and b/packages/Fody.2.1.3/FodyIsolated.dll differ diff --git a/packages/Fody.2.1.3/FodyIsolated.pdb b/packages/Fody.2.1.3/FodyIsolated.pdb new file mode 100644 index 0000000..5dab047 Binary files /dev/null and b/packages/Fody.2.1.3/FodyIsolated.pdb differ diff --git a/packages/Fody.2.1.3/Mono.Cecil.Mdb.dll b/packages/Fody.2.1.3/Mono.Cecil.Mdb.dll new file mode 100644 index 0000000..7acc4e4 Binary files /dev/null and b/packages/Fody.2.1.3/Mono.Cecil.Mdb.dll differ diff --git a/packages/Fody.2.1.3/Mono.Cecil.Pdb.dll b/packages/Fody.2.1.3/Mono.Cecil.Pdb.dll new file mode 100644 index 0000000..c5158d7 Binary files /dev/null and b/packages/Fody.2.1.3/Mono.Cecil.Pdb.dll differ diff --git a/packages/Fody.2.1.3/Mono.Cecil.Rocks.dll b/packages/Fody.2.1.3/Mono.Cecil.Rocks.dll new file mode 100644 index 0000000..3f5b1d0 Binary files /dev/null and b/packages/Fody.2.1.3/Mono.Cecil.Rocks.dll differ diff --git a/packages/Fody.2.1.3/Mono.Cecil.dll b/packages/Fody.2.1.3/Mono.Cecil.dll new file mode 100644 index 0000000..36413df Binary files /dev/null and b/packages/Fody.2.1.3/Mono.Cecil.dll differ diff --git a/packages/Fody.2.0.0/Tools/install.ps1 b/packages/Fody.2.1.3/Tools/install.ps1 similarity index 100% rename from packages/Fody.2.0.0/Tools/install.ps1 rename to packages/Fody.2.1.3/Tools/install.ps1 diff --git a/packages/Fody.2.0.0/build/dotnet/Fody.targets b/packages/Fody.2.1.3/build/netstandard1.2/Fody.targets similarity index 90% rename from packages/Fody.2.0.0/build/dotnet/Fody.targets rename to packages/Fody.2.1.3/build/netstandard1.2/Fody.targets index f7311e0..f2f6f4d 100644 --- a/packages/Fody.2.0.0/build/dotnet/Fody.targets +++ b/packages/Fody.2.1.3/build/netstandard1.2/Fody.targets @@ -44,7 +44,7 @@ AssemblyFile="$(FodyPath)\Fody.dll" /> - @@ -71,7 +75,7 @@ True - + @@ -79,7 +83,7 @@ TaskName="Fody.VerifyTask" AssemblyFile="$(FodyPath)\Fody.dll" /> diff --git a/packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net20/SharpPlink-Win32.pdb b/packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net20/SharpPlink-Win32.pdb deleted file mode 100644 index fab82f5..0000000 Binary files a/packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net20/SharpPlink-Win32.pdb and /dev/null differ diff --git a/packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net20/SharpPlink-Win32.svnExe b/packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net20/SharpPlink-Win32.svnExe deleted file mode 100644 index 2bef160..0000000 Binary files a/packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net20/SharpPlink-Win32.svnExe and /dev/null differ diff --git a/packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net40/SharpPlink-Win32.pdb b/packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net40/SharpPlink-Win32.pdb deleted file mode 100644 index 3dfc440..0000000 Binary files a/packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net40/SharpPlink-Win32.pdb and /dev/null differ diff --git a/packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net40/SharpPlink-Win32.svnExe b/packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net40/SharpPlink-Win32.svnExe deleted file mode 100644 index 68da39a..0000000 Binary files a/packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net40/SharpPlink-Win32.svnExe and /dev/null differ diff --git a/packages/SharpSvn.1.9-x86.1.9005.3940.224/SharpSvn.1.9-x86.1.9005.3940.224.nupkg b/packages/SharpSvn.1.9-x86.1.9007.3987.251/SharpSvn.1.9-x86.1.9007.3987.251.nupkg similarity index 65% rename from packages/SharpSvn.1.9-x86.1.9005.3940.224/SharpSvn.1.9-x86.1.9005.3940.224.nupkg rename to packages/SharpSvn.1.9-x86.1.9007.3987.251/SharpSvn.1.9-x86.1.9007.3987.251.nupkg index 9e654fa..b7a7aa4 100644 Binary files a/packages/SharpSvn.1.9-x86.1.9005.3940.224/SharpSvn.1.9-x86.1.9005.3940.224.nupkg and b/packages/SharpSvn.1.9-x86.1.9007.3987.251/SharpSvn.1.9-x86.1.9007.3987.251.nupkg differ diff --git a/packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net20/SharpPlink-Win32.pdb b/packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net20/SharpPlink-Win32.pdb new file mode 100644 index 0000000..a887ddc Binary files /dev/null and b/packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net20/SharpPlink-Win32.pdb differ diff --git a/packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net20/SharpPlink-Win32.svnExe b/packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net20/SharpPlink-Win32.svnExe new file mode 100644 index 0000000..383c454 Binary files /dev/null and b/packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net20/SharpPlink-Win32.svnExe differ diff --git a/packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net20/SharpSvn-DB44-20-win32.svnDll b/packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net20/SharpSvn-DB44-20-win32.svnDll similarity index 99% rename from packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net20/SharpSvn-DB44-20-win32.svnDll rename to packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net20/SharpSvn-DB44-20-win32.svnDll index fadc68f..6d57ef8 100644 Binary files a/packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net20/SharpSvn-DB44-20-win32.svnDll and b/packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net20/SharpSvn-DB44-20-win32.svnDll differ diff --git a/packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net20/SharpSvn.UI.dll b/packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net20/SharpSvn.UI.dll similarity index 99% rename from packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net20/SharpSvn.UI.dll rename to packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net20/SharpSvn.UI.dll index 773a12a..df9eec2 100644 Binary files a/packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net20/SharpSvn.UI.dll and b/packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net20/SharpSvn.UI.dll differ diff --git a/packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net20/SharpSvn.UI.pdb b/packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net20/SharpSvn.UI.pdb similarity index 61% rename from packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net20/SharpSvn.UI.pdb rename to packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net20/SharpSvn.UI.pdb index 284edf2..15c3956 100644 Binary files a/packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net20/SharpSvn.UI.pdb and b/packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net20/SharpSvn.UI.pdb differ diff --git a/packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net20/SharpSvn.UI.xml b/packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net20/SharpSvn.UI.xml similarity index 98% rename from packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net20/SharpSvn.UI.xml rename to packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net20/SharpSvn.UI.xml index 83625b4..eaaf0f8 100644 --- a/packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net20/SharpSvn.UI.xml +++ b/packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net20/SharpSvn.UI.xml @@ -1,533 +1,533 @@ - - - - SharpSvn.UI - - - - - - - - - - Initializes a new instance of the class. - - - - - Gets or sets a value indicating whether the form is displayed in the Windows taskbar. - - - true to display the form in the Windows taskbar at run time; otherwise, false. The default is true. - - - - - - - - - - - Gets or sets a value indicating whether the Minimize button is displayed in the caption bar of the form. - - - true to display a Minimize button for the form; otherwise, false. The default is true. - - - - - - - - - - - Gets or sets a value indicating whether the Maximize button is displayed in the caption bar of the form. - - - true to display a Maximize button for the form; otherwise, false. The default is true. - - - - - - - - - - - Gets or sets the starting position of the form at run time. - - - - A that represents the starting position of the form. - - - The value specified is outside the range of valid values. - - - - - - - - - - Initializes a new instance of the class. - - - - - Required designer variable. - - - - - Clean up any resources being used. - - true if managed resources should be disposed; otherwise, false. - - - - Required method for Designer support - do not modify - the contents of this method with the code editor. - - - - - - - - - - Gets or sets the hostname. - - The hostname. - - - - Gets or sets the fingerprint. - - The fingerprint. - - - - Gets or sets the valid from. - - The valid from. - - - - Gets or sets the valid to. - - The valid to. - - - - Gets or sets the issuer. - - The issuer. - - - - Gets or sets the certificate. - - The certificate. - - - - Gets or sets a value indicating whether [no trusted issuer]. - - true if [no trusted issuer]; otherwise, false. - - - - Gets or sets a value indicating whether [time error]. - - true if [time error]; otherwise, false. - - - - Gets or sets a value indicating whether [invalid common name]. - - true if [invalid common name]; otherwise, false. - - - - - - - - - Initializes a new instance of the class. - - - - - Required designer variable. - - - - - Clean up any resources being used. - - true if managed resources should be disposed; otherwise, false. - - - - Required method for Designer support - do not modify - the contents of this method with the code editor. - - - - - - - - - - Initializes a new instance of the class. - - - - - Required designer variable. - - - - - Clean up any resources being used. - - true if managed resources should be disposed; otherwise, false. - - - - Required method for Designer support - do not modify - the contents of this method with the code editor. - - - - - Former public api used for binding to SharpSvn - - - - - Makes the description. - - The realm. - The format. - The format when no separate realm string was found - - - - - Determines whether [has win32 handle] [the specified owner]. - - The owner. - - true if [has win32 handle] [the specified owner]; otherwise, false. - - - - - Gets the win32 handle. - - The owner. - - - - - - - - - - - - - Initializes a new instance of the class. - - - - - Required designer variable. - - - - - Clean up any resources being used. - - true if managed resources should be disposed; otherwise, false. - - - - Required method for Designer support - do not modify - the contents of this method with the code editor. - - - - - - - - - - Initializes a new instance of the class. - - - - - Required designer variable. - - - - - Clean up any resources being used. - - true if managed resources should be disposed; otherwise, false. - - - - Required method for Designer support - do not modify - the contents of this method with the code editor. - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Looks up a localized resource of type System.Drawing.Bitmap. - - - - - Looks up a localized resource of type System.Drawing.Icon similar to (Icon). - - - - - Looks up a localized resource of type System.Drawing.Icon similar to (Icon). - - - - - Helper methods to bind a user interface to an - - - - - Binds the default userinterface to the using as parent for the popup windows - - The client to bind. - The parent window. - - - - Binds the default userinterface to the using as parent for the popup windows - - The client. - The parent window. - The header image. - - - - Binds the default userinterface to the using as parent for the popup windows - - The client. - The parent window. - The synchronizer. - The header image. - - - - Container for - - - - - Initializes a new instance of the class. - - - - - Gets or sets the parent window. - - The parent window. - - - - Gets or sets the synchronizer. - - The synchronizer. - - - - Gets or sets the header image. - - The header image. - - - - Gets or sets the UI service. - - The UI service allows redirecting dialog processing to the specific UI service. - (You should use this within .Net development environments (Like MS Visual Studio) implementing this interface) - The UI service. - - - - Gets or sets the size of the auto scale base. - - The size of the auto scale base. - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Looks up a localized string similar to A client certificate is required for accessing server {0}.. - - - - - Looks up a localized string similar to A client certificate is required for accessing server {0} at {1}.. - - - - - Looks up a localized string similar to Connect to Subversion. - - - - - Looks up a localized string similar to WARNING - POTENTIAL SECURITY BREACH! - - The server's host key does not match what has been cached. This means that either the server administrator has changed the host key, or you have actually connected to another computer pretending to be the server. - - The new {0} key fingerprint is: - {1} - - If you were expecting this change and trust the new key, choose YES. - If you want to carry on connecting but without updating the cache, choose NO. - - If you want to abandon the connection completely, press CANCEL. - [rest of string was truncated]";. - - - - - Looks up a localized string similar to Update cached host key?. - - - - - Looks up a localized string similar to The server's host key is not cached in the registry. You have no guarantee that the server is the computer you think it is. - - The server's {0} key fingerprint is: - {1} - - If you trust this host, choose YES to add the key to the cache and carry on connecting. - If you want to carry on connecting just once, without adding the key to the cache, - choose NO. If you do not want to connect at all, choose Cancel.. - - - - - Looks up a localized string similar to Store key in cache?. - - - - - Looks up a localized string similar to The certificate for server {0} at {1} requires a passphrase.. - - - - - Looks up a localized string similar to The certificate for server {0} requires a passphrase.. - - - - - Looks up a localized string similar to The server {0} at {1} requires a username.. - - - - - Looks up a localized string similar to The server {0} at {1} requires a username and password.. - - - - - Looks up a localized string similar to The server {0} requires a username.. - - - - - Looks up a localized string similar to The server {0} requires a username and password.. - - - - - - - - - - Binds the specified client to the user interface defined by args - - The client to bind. - The args. - - - - Binds the specified client to the user interface defined by args - - The client to bind. - The parent window. - - - - Binds the specified client to the user interface defined by args - - The client to bind. - The args. - - - - Binds the specified client to the user interface defined by args - - The client to bind. - The parent window. - - - + + + + SharpSvn.UI + + + + + + + + + + Initializes a new instance of the class. + + + + + Gets or sets a value indicating whether the form is displayed in the Windows taskbar. + + + true to display the form in the Windows taskbar at run time; otherwise, false. The default is true. + + + + + + + + + + + Gets or sets a value indicating whether the Minimize button is displayed in the caption bar of the form. + + + true to display a Minimize button for the form; otherwise, false. The default is true. + + + + + + + + + + + Gets or sets a value indicating whether the Maximize button is displayed in the caption bar of the form. + + + true to display a Maximize button for the form; otherwise, false. The default is true. + + + + + + + + + + + Gets or sets the starting position of the form at run time. + + + + A that represents the starting position of the form. + + + The value specified is outside the range of valid values. + + + + + + + + + + Initializes a new instance of the class. + + + + + Required designer variable. + + + + + Clean up any resources being used. + + true if managed resources should be disposed; otherwise, false. + + + + Required method for Designer support - do not modify + the contents of this method with the code editor. + + + + + + + + + + Gets or sets the hostname. + + The hostname. + + + + Gets or sets the fingerprint. + + The fingerprint. + + + + Gets or sets the valid from. + + The valid from. + + + + Gets or sets the valid to. + + The valid to. + + + + Gets or sets the issuer. + + The issuer. + + + + Gets or sets the certificate. + + The certificate. + + + + Gets or sets a value indicating whether [no trusted issuer]. + + true if [no trusted issuer]; otherwise, false. + + + + Gets or sets a value indicating whether [time error]. + + true if [time error]; otherwise, false. + + + + Gets or sets a value indicating whether [invalid common name]. + + true if [invalid common name]; otherwise, false. + + + + + + + + + Initializes a new instance of the class. + + + + + Required designer variable. + + + + + Clean up any resources being used. + + true if managed resources should be disposed; otherwise, false. + + + + Required method for Designer support - do not modify + the contents of this method with the code editor. + + + + + + + + + + Initializes a new instance of the class. + + + + + Required designer variable. + + + + + Clean up any resources being used. + + true if managed resources should be disposed; otherwise, false. + + + + Required method for Designer support - do not modify + the contents of this method with the code editor. + + + + + Former public api used for binding to SharpSvn + + + + + Makes the description. + + The realm. + The format. + The format when no separate realm string was found + + + + + Determines whether [has win32 handle] [the specified owner]. + + The owner. + + true if [has win32 handle] [the specified owner]; otherwise, false. + + + + + Gets the win32 handle. + + The owner. + + + + + + + + + + + + + Initializes a new instance of the class. + + + + + Required designer variable. + + + + + Clean up any resources being used. + + true if managed resources should be disposed; otherwise, false. + + + + Required method for Designer support - do not modify + the contents of this method with the code editor. + + + + + + + + + + Initializes a new instance of the class. + + + + + Required designer variable. + + + + + Clean up any resources being used. + + true if managed resources should be disposed; otherwise, false. + + + + Required method for Designer support - do not modify + the contents of this method with the code editor. + + + + + A strongly-typed resource class, for looking up localized strings, etc. + + + + + Returns the cached ResourceManager instance used by this class. + + + + + Overrides the current thread's CurrentUICulture property for all + resource lookups using this strongly typed resource class. + + + + + Looks up a localized resource of type System.Drawing.Bitmap. + + + + + Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + + + + + Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + + + + + Helper methods to bind a user interface to an + + + + + Binds the default userinterface to the using as parent for the popup windows + + The client to bind. + The parent window. + + + + Binds the default userinterface to the using as parent for the popup windows + + The client. + The parent window. + The header image. + + + + Binds the default userinterface to the using as parent for the popup windows + + The client. + The parent window. + The synchronizer. + The header image. + + + + Container for + + + + + Initializes a new instance of the class. + + + + + Gets or sets the parent window. + + The parent window. + + + + Gets or sets the synchronizer. + + The synchronizer. + + + + Gets or sets the header image. + + The header image. + + + + Gets or sets the UI service. + + The UI service allows redirecting dialog processing to the specific UI service. + (You should use this within .Net development environments (Like MS Visual Studio) implementing this interface) + The UI service. + + + + Gets or sets the size of the auto scale base. + + The size of the auto scale base. + + + + A strongly-typed resource class, for looking up localized strings, etc. + + + + + Returns the cached ResourceManager instance used by this class. + + + + + Overrides the current thread's CurrentUICulture property for all + resource lookups using this strongly typed resource class. + + + + + Looks up a localized string similar to A client certificate is required for accessing server {0}.. + + + + + Looks up a localized string similar to A client certificate is required for accessing server {0} at {1}.. + + + + + Looks up a localized string similar to Connect to Subversion. + + + + + Looks up a localized string similar to WARNING - POTENTIAL SECURITY BREACH! + + The server's host key does not match what has been cached. This means that either the server administrator has changed the host key, or you have actually connected to another computer pretending to be the server. + + The new {0} key fingerprint is: + {1} + + If you were expecting this change and trust the new key, choose YES. + If you want to carry on connecting but without updating the cache, choose NO. + + If you want to abandon the connection completely, press CANCEL. + [rest of string was truncated]";. + + + + + Looks up a localized string similar to Update cached host key?. + + + + + Looks up a localized string similar to The server's host key is not cached in the registry. You have no guarantee that the server is the computer you think it is. + + The server's {0} key fingerprint is: + {1} + + If you trust this host, choose YES to add the key to the cache and carry on connecting. + If you want to carry on connecting just once, without adding the key to the cache, + choose NO. If you do not want to connect at all, choose Cancel.. + + + + + Looks up a localized string similar to Store key in cache?. + + + + + Looks up a localized string similar to The certificate for server {0} at {1} requires a passphrase.. + + + + + Looks up a localized string similar to The certificate for server {0} requires a passphrase.. + + + + + Looks up a localized string similar to The server {0} at {1} requires a username.. + + + + + Looks up a localized string similar to The server {0} at {1} requires a username and password.. + + + + + Looks up a localized string similar to The server {0} requires a username.. + + + + + Looks up a localized string similar to The server {0} requires a username and password.. + + + + + + + + + + Binds the specified client to the user interface defined by args + + The client to bind. + The args. + + + + Binds the specified client to the user interface defined by args + + The client to bind. + The parent window. + + + + Binds the specified client to the user interface defined by args + + The client to bind. + The args. + + + + Binds the specified client to the user interface defined by args + + The client to bind. + The parent window. + + + diff --git a/packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net20/SharpSvn.dll b/packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net20/SharpSvn.dll similarity index 57% rename from packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net20/SharpSvn.dll rename to packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net20/SharpSvn.dll index 3d9fa29..e9ab642 100644 Binary files a/packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net20/SharpSvn.dll and b/packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net20/SharpSvn.dll differ diff --git a/packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net20/SharpSvn.pdb b/packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net20/SharpSvn.pdb similarity index 65% rename from packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net20/SharpSvn.pdb rename to packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net20/SharpSvn.pdb index 846a41f..1f32ad5 100644 Binary files a/packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net20/SharpSvn.pdb and b/packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net20/SharpSvn.pdb differ diff --git a/packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net40/SharpSvn.xml b/packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net20/SharpSvn.xml similarity index 97% rename from packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net40/SharpSvn.xml rename to packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net20/SharpSvn.xml index 7257f2c..6e242d0 100644 --- a/packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net40/SharpSvn.xml +++ b/packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net20/SharpSvn.xml @@ -1,25685 +1,25685 @@ - - - - SharpSvn - - - - Gets or sets a boolean that if set to true tells copy not to process -externals definitions as part of this operation. - - - Always copies the result to below the target (this behaviour is always used if multiple targets are provided) - - - Creates parent directories if required - - - Extended Parameter container of SvnClient.Copy(SvnTarget^,String^,SvnCopyArgs^)" /> and - - - - - Gets the list of changelist-names to commit - - - Extended Parameter container of - - - - Gets the list of properties to retrieve. Only SVN 1.5+ repositories allow adding custom properties to this list - - - Gets or sets a boolean indicating whether the paths changed in the revision should be provided - - - - - - Extended Parameter container of and - - - - Extended Parameter container of - - - - Base Extended Parameter container of commands - - - - Extended Parameter container of 's GetSuggestedMergeSources method - - - - Extended Parameter container for SvnClient.Blame - - - - Gets the of the command - - - Extended Parameter container for SvnClient.PropertyList - - - - If not null allows creates a repository with this UUID - - - Extended Parameter container of 's CreateRepository method - - - - Extended Parameter container for SvnClient.List - - - - Gets the list of changelist-names - - - Include actual only (tree conflict) nodes in the result (Default true) - - - Include excluded nodes in the result (Default true) - - - Extended Parameter container of SvnClient.Info - - - - Gets a instance for the current hook request - - - Gets the revision in which the Url's are evaluated (Aka peg revision) - - - Only perform a metadata update and leave the working copy as-is - - - Extended Parameter container of . - - - - Gets the list of changelist-names - - - Extended Parameter container for SvnClient.ListChangeList - - - - If this value is TRUE and RetrieveRemoteStatus it TRUE, shows what an update with KeepDepth TRUE would do. (Shows excluded nodes as additions) - - - Gets the list of changelist-names - - - Gets or sets a boolean indicating whether externals should be ignored - -If IgnoreExternals is not set, then recurse into externals -definitions (if any exist) after handling the main target. This -calls the client notification function (in @a ctx) with the @c -svn_wc_notify_status_external action before handling each externals -definition, and with @c svn_wc_notify_status_completed -after each. - - - - Gets or sets a boolean indicating whether ignored files should be retrieved - If RetrieveIgnoredEntries is set add files or directories that match ignore patterns. - - - Gets or sets a boolean indicating whether the repository should be contacted to retrieve out of date information - -If Update is set, contact the repository and augment the -status structures with information about out-of-dateness (with -respect to @a revision). Also, if @a result_rev is not @c NULL, -set @a *result_rev to the actual revision against which the -working copy was compared (result_rev is not meaningful unless -update is set - - - - Gets or sets a boolean indicating whether all status properties should be retrieved - -If @a get_all is set, retrieve all entries; otherwise, -retrieve only "interesting" entries (local mods and/or -out of date - - - - Extended Parameter container for SvnClient.Status - - - - Extended Parameter container of 's DeleteRepository method - - - - originalPath and modifiedPath must live at least as long as pool - - - Gets the of the command - - - Gets the of the command - - - Gets or sets a replacement for the conflict separator (null is use original) - - - Gets or sets a replacement for the Conflict latest line (null is use original) - - - Gets or sets a replacement for the Conflict modified line (null is use original) - - - Gets or sets a replacement for the Ancestor Path (null is use original) - - - Gets or sets a replacement for the Latest Path (null is use original) - - - Gets or sets a replacement for the Modified Path (null is use original) - - - Gets or sets a replacement for the Original Path (null is use original) - - - Gets the of the command - - - Like svn_diff_conflict_display_modified_original_latest, but -*only* showing conflicts. - - - Just display latest, with no markers. - - - Just display modified, with no markers. - - - Display modified, original, and latest, with conflict markers. - - - Like svn_diff_conflict_display_modified_latest, but with an -extra effort to identify common sequences between modified and -latest. - - - Display modified and latest, with conflict markers - - - Gets or sets the blame range as - - - Extended Parameter container for SvnClient.Blame - - - - Gets the of the command - - - The depth to walk for entries; reeds all entries in path when depth is unknown (default) - - - Gets or sets a boolean indicating whether to return deleted or absent entries - - - Extended Parameter container of . - - - - Gets or sets a value indicating whether to clean the database logfiles after the hotcopy - - - Extended Parameter container of 's CreateRepository method - - - - Gets or sets a value indicating how to translate line endings ( = no translation - - - Gets or sets a directory to receive all file versions - The directory to place the versions in or null to only delegate the files to the event handler - - - Gets or sets the blame range as - - - Extended Parameter container of - - - - Tries to parse a single SvnExternalItem - - - Tries to parse a single SvnExternalItem - - - Writes the value to the specified - - - Creates a string containing the external in string format. Optionally preferring formats compatible with older clients - - - Creates a string containing the external in string format. Preferring formats compatible with older clients - - - Gets the absolute or relative url of the external (What to insert) - - - Gets the target path of the external (Where to place the external) - - - Extended Parameter container of 's Changed method - - - - Gets the list of properties to retrieve. Only SVN 1.5+ repositories allow adding custom properties to this list - - - Gets or sets a boolean indicating whether the paths changed in the revision should be provided - - - - - - Console based SslServerTrust implementation - - - Console based SslClientCertificatePassword implementation - - - Console based SslClientCertificate implementation - - - Console based SslServerTrust implementation - - - Console based UserNamePasswordHandler implementation - - - Console based UserNameHandler implementation - - - Subversion CryptoApi Ssl Trust handler - - - Subversion CryptoApi Ssl Trust handler - - - Subversion SslClientCertificatePassword file backend using Windows CryptoStore (managed representation) - - - Subversion SslClientCertificatePassword file backend (managed representation) - - - Subversion SslClientCertificate file backend (managed representation) - - - Subversion SslServerTrust file backend (managed representation) - - - Subversion UserNameHandler file backend using Windows CryptoStore (managed representation) - Should be added after - - - Subversion UserNamePasswordHandler file backend (managed representation) - - - Subversion UserNameHandler file backend (managed representation) - - - Simple credential handler to provide a static credential via and . -Use to override cached credentials. - When set implements a and -instance over the specified credential instance - - - Gets a list of subversion cached credentials of the specified type - The type of credentials to retrieve - This list only contains credentials cached by Subversion; not by external authentication stores - - - Adds all default console handlers - - - Adds all default subversion-configuration-based handlers - - - Removes all currently registered providers and caching data - - - Clears the in-memory authentication cache of this client - - - Copies the in-memory cache from the specified client to this client; merging and overwriting existing credentials - - - Container for all subversion authentication settings on a client - - - - The Window handle (HWND) of the owner Window - - - The password to authorize with - - - Text version of the certificate - - - Issuer value of the certificate - - - Text valid-until value of the certificate - - - Text valid-from value of the certificate - - - Fingerprint name of the certificate - - - Common name of the certificate - - - The username to authorize with - - - Default username; can be NULL - - - The password to authorize with - - - The username to authorize with - - - Default username; can be NULL - - - If realm is non-null, maybe use it in the prompt string - - - If MaySave is false, the auth system does not allow the credentials -to be saved (to disk). A prompt function shall not ask the user if the -credentials shall be saved if may_save is FALSE. For example, a GUI client -with a remember password checkbox would grey out the checkbox if may_save -is false - - - Deletes the externally cached credentials - Does /not/ delete in memory credentials. You should call ClearAuthenticationCache() to clear the in memory cache - - - Gets a boolean indicating whether the credentials were deleted since creating this instance - - - Gets the Uri part of the Realm string - - - Gets the realm of the cached item - - - Gets the type of the cached item - - - SharpSvn configuration loader exception - - - - SharpSvn SvnClient exception - - - - Gets the raw subversion error code casted to a - - - When not NULL, contains a String, Uri or SvnTarget, or an IEnumberable of one of these, -containing (some of) the targets of the command executed. This to help debugging issues from just -handling the exceptions - - - Gets the root cause of the exception; commonly the most - - - Gets the raw subversion error code casted to a - - - Gets the operating system error code when there is one -(Only valid if SvnErrorCategory returns ) - - - - Gets the operating system error code when there is one -(Only valid if SvnErrorCategory returns ) - - - - Gets the raw subversion error code - - - Raises the event. - - - Raises the event. - - - Raises the event. - - - Raises the event. - - - -Raised just before a command is executed. This allows a listener -to cleanup before a new command is started - - - - -Raised on progress. The event is first -raised on the object and -then on the - - - -Raised when a subversion exception occurs. -Set to true to cancel -throwing the exception - - - - -Raised to allow canceling operations. The event is first -raised on the object and -then on the - - - Gets the instance of this - - - Writes the content of specified file to a stream. (svn cat) - - - Writes the content of specified file to a stream. (svn cat) - - - Writes the content of specified file to a stream. (svn cat) - - - Writes the content of specified file to a stream. (svn cat) - Writes the content of specified file to a stream. (svn cat) - - - Streamingly retrieve the log messages for a set of revision(s). - - - Streamingly retrieve the log messages for a set of revision(s) - Streamingly retrieve the log messages for a set of revision(s). - - - Streamingly retrieve the log messages for a set of revision(s). - - - Resolves a dated or head revision to an actual revision number - - - Resolves a dated or head revision to an actual revision number - Resolves a dated or head revision to an actual revision number - - - Get the latest revision in the repository - - - Get the latest revision in the repository - Get the latest revision in the repository - - - Reparents the session to the specified Uri in the same repository - - - Reparents the session to the specified Uri - Reparents the session to the specified Uri in the same repository - - - Opens the session to the specified Uri - - - Opens the session to the specified Uri - Opens the session to the specified Uri - - - Initializes a new SvnRemoteSession instance and then a session to the specified url - - - Initializes a new SvnRemoteSession instance - - - This class gives access to the Subversion network protocol. Make sure all -passed paths use '/' as path separator. Refer to svn_ra.h for details about the -functions on this class, or use the more polished wrappers on the SvnClient class - - - - - -Raised to allow canceling operations. The event is first -raised on the object and -then on the - - - Gets the content of a path directly from a repository - - - Gets the content of a path directly from a repository - Gets the content of a path directly from a repository - - - Lists the content of a path directly from a repository - - - Lists the content of a path directly from a repository - Lists the content of a path directly from a repository - - - Writes the content of the specified path to a stream directly from a repository - - - Writes the content of the specified path to a stream directly from a repository - Writes the content of the specified path to a stream directly from a repository - - - Gets all properties on files or dirs (svn proplist) - - - Gets all properties on files or dirs (svn proplist) - Gets all properties on files or dirs (svn proplist) - - - Gets the property value of the specified path directly from a repository - - - Gets the property value of the specified path directly from a repository - - - Gets the property value of the specified path directly from a repository - - - Gets the property value of the specified path directly from a repository - Gets the property value of the specified path directly from a repository - - - Gets the specified revision property directly from the repository - - - Gets the specified revision property directly from the repository - - - Gets the specified revision property directly from the repository - - - Gets a revision property directly from a repository - Gets the specified revision property directly from the repository - - - Equivalent to svnlook changed - - - Gets the changed paths directly from a repository - Equivalent to svnlook changed - - - Equivalent to svnlook changed - - - Gets the changed paths directly from a repository - Equivalent to svnlook changed - - - Gets the change information (author, date, log, paths, etc.) of a change in a repository - - - Gets the change information of a change directly from a repository - Gets the change information (author, date, log, paths, etc.) of the last change in a repository - - - Gets the change information (author, date, log, paths, etc.) of a change in a repository - - - Gets the change information of a change directly from a repository - Gets the change information (author, date, log, paths, etc.) of the last change in a repository - - - Initializes a new instance with default properties - - - -Managed wrapper of some of the most common svnlook functions - - -At this time this class is a limited subset of svnlook functionality and -is experimental - - - - - Initializes a new SvnLookOrigin instance for a transaction in repositoryPath - - - Initializes a new SvnLookOrigin instance for a specific revision of repositoryPath - - - Initializes a new SvnLookOrigin - Initializes a new SvnLookOrigin instance for the head revision of repositoryPath - - - Container for the location to use with the commands - - - - Base Extended Parameter container of commands - - - - Restores a missing node - - - Restores a missing node - - - Copies a node to a different path - - - Copies a node to a different path - - - Moves a node to a different path - - - Moves a node to a different path - - - Gets the working copy version (svnversion) - - - Gets the working copy version (svnversion) - - - Gets a list of entries contained in the specified working copy path - Helper method used by AnkhSVN to detect nested working copies - Only the entry structures representing files and SVN_WC_ENTRY_THIS_DIR contain complete information. The entry -structures representing subdirs have only the `kind' and `state' fields filled in. If you want info on a subdir, you must use this -routine to open its @a path and read the @c SVN_WC_ENTRY_THIS_DIR structure, or call svn_wc_entry() on its @a path. - - - - Gets a list of entries contained in the specified working copy path - Helper method used by AnkhSVN to detect nested working copies - Only the entry structures representing files and SVN_WC_ENTRY_THIS_DIR contain complete information. The entry -structures representing subdirs have only the `kind' and `state' fields filled in. If you want info on a subdir, you must use this -routine to open its @a path and read the @c SVN_WC_ENTRY_THIS_DIR structure, or call svn_wc_entry() on its @a path. - - - - Enumerates through the list of entries contained in the specified working copy path - Only the entry structures representing files and SVN_WC_ENTRY_THIS_DIR contain complete information. The entry -structures representing subdirs have only the `kind' and `state' fields filled in. If you want info on a subdir, you must use this -routine to open its @a path and read the @c SVN_WC_ENTRY_THIS_DIR structure, or call svn_wc_entry() on its @a path. - - - - Enumerates through the list of entries contained in the specified working copy path - Only the entry structures representing files and SVN_WC_ENTRY_THIS_DIR contain complete information. The entry -structures representing subdirs have only the `kind' and `state' fields filled in. If you want info on a subdir, you must use this -routine to open its @a path and read the @c SVN_WC_ENTRY_THIS_DIR structure, or call svn_wc_entry() on its @a path. - - - - Gets the text file status of a working copy path - - - Gets the text file status of a working copy path - - - Raises the event. - - - Raises the event. - - - Raises the event. - - - Raises the event. - - - -Raised just before a command is executed. This allows a listener -to cleanup before a new command is started - - - - -Raised when a subversion exception occurs. -Set to true to cancel -throwing the exception - - - - -Raised on notifications. The event is first -raised on the object and -then on the - - - -Raised to allow canceling operations. The event is first -raised on the object and -then on the - - - -Raised to allow canceling operations. The event is first -raised on the object and -then on the - - - Makes a hot copy of a repository - Makes a hot copy of a repository - - - Set the property NAME on revision REVISION - - - Delete the property NAME on revision REVISION - - - Set the property NAME on revision REVISION - - - Set the property NAME on revision REVISION - - - Set the property NAME on revision REVISION - - - Set the property NAME on revision REVISION - Set the property NAME on revision REVISION - - - In-Place Upgrades a repository to a later version - - NOTE: This functionality is provided as a convenience for -administrators wishing to make use of new Subversion functionality -without a potentially costly full repository dump/load. As such, -the operation performs only the minimum amount of work needed to -accomplish this while maintaining the integrity of the repository. -It does *not* guarantee the most optimized repository state as a -dump and subsequent load would. - - - - In-Place Upgrades a repository to a later version - In-Place Upgrades a repository to a later version - - NOTE: This functionality is provided as a convenience for -administrators wishing to make use of new Subversion functionality -without a potentially costly full repository dump/load. As such, -the operation performs only the minimum amount of work needed to -accomplish this while maintaining the integrity of the repository. -It does *not* guarantee the most optimized repository state as a -dump and subsequent load would. - - - - Dumps a repository to a file (svnadmin dump) - - - Dumps a repository to a file (svnadmin dump) - Dumps a repository to a file (svnadmin dump) - - - Loads a repository from a file (svnadmin load) - - - Loads a repository from a file (svnadmin load) - Loads a repository from a file (svnadmin load) - - - Loads a repository from a file (svnadmin load) - - - Loads a repository from a file (svnadmin load) - Loads a repository from a file (svnadmin load) - - - Recovers the repository at the specified local path - - - Recovers the repository at the specified local path - - - Deletes the repository at the specified local path - - - Deletes the repository at the specified local path - - - Creates a default repository at the specified local path - - - Creates a default repository at the specified local path - - - Helper which allows splitting file:/// uri's in the repository root and the file within - - - Initializes a new instance with default properties - - - -Managed wrapper of some of the most common repository management functions. - - -At this time this class is just included to enable a standalone test framework -over the SvnClient api; without depending on external tools) - - - - - Raises the event - - - Raised to notify changes by an in-progress command - - - Raises the event - - - -Raised on conflict. The event is first -raised on the object and -then on the - - - Base class of all arguments which allow handling conflicts - - - - Gets a list of 'extra' revision properties to set on commit - - - Gets or sets the logmessage applied to the commit - - - Applies the and raises the event - - - Raised after a successfull commit - - - Raised just before committing to allow modifying the log message - - - Base class of all arguments which allow committing - - - - Adds an error category to the list of errors not to throw exceptions for - - - Adds error codes to the list of errors not to throw exceptions for - - - Adds an error code to the list of errors not to throw exceptions for - - - Adds error categories to the list of errors not to throw exceptions for - - - Adds an error category to the list of errors not to throw exceptions for - - - Adds error codes to the list of errors not to throw exceptions for - - - Adds an error code to the list of errors not to throw exceptions for - - - Gets a collection of warnings issued by the last command invocation - - - -Gets the last exception thrown by a Subversion api command to which this argument was provided - - - - -Gets or sets a boolean indicating whether the call must throw an error if the operation is canceled - is true and the returnvalue false if the operation was canceled. -(The property is set to the cancel exception). Defaults to true - - - - -Gets or sets a boolean indicating whether the call must throw an error if a non fatal error occurs. -(E.g. locking or updating an external failed). Defaults to false - - - - -Gets or sets a boolean indicating whether the call must throw an error if an error occurs. -If an exception would occur, the method returns false and the property -is set to the exception which would have been throw. Defaults to true. - - - - Gets the of the command - - - Called when handling a - - - Raises the event - - - Raises the event - - - Raises the event - - - Raised to notify errors from an command - - - Raised to notify changes by an in-progress command - - - Raised to notify of progress by an in-progress command - - - Raised to allow canceling an in-progress command - - - Base class of all arguments - - - - Gets all revision properties on a a specific revision (svn proplist --revision) - - - Gets all revision properties on a a specific revision (svn proplist --revision) - Gets all revision properties on a a specific revision (svn proplist --revision) - - - Gets the value of a revision property on files or dirs in a specific revision (svn propget --revision) - - - Gets the value of a revision property on files or dirs in a specific revision (svn propget --revision) - - - Gets the value of a revision property on files or dirs in a specific revision (svn propget --revision) - - - Gets the value of a revision property on files or dirs in a specific revision (svn propget --revision) - - - Deletes the value of a revision property on files, dirs in a specific revision(svn propdel --revision) - - - Deletes the value of a revision property on files, dirs in a specific revision(svn propdel --revision) - - - Sets the value of a revision property on files, dirs in a specific revision (svn propset --revision) - - - Sets the value of a revision property on files, dirs in a specific revision (svn propset --revision) - - - Sets the value of a revision property on files, dirs in a specific revision (svn propset --revision) - - - Sets the value of a revision property on files, dirs in a specific revision (svn propset --revision) - Sets the value of a revision property on files, dirs in a specific revision (svn propset --revision) - - - Gets the (relevant) working copy root of a path or null if the path doesn't have one - - - Gets the repository url and repository id for a url - - - Gets the Uuid of a Path, or if path is not versioned - true if successfull, otherwise false - - - Gets the Uuid of a Uri, or if path is not versioned - true if successfull, otherwise false - - - Gets the repository root from the specified path - The repository root or null if the uri is not a working copy path - SharpSvn makes sure the uri ends in a '/' - - - Gets the repository root from the specified uri or path - Gets the repository root from the specified uri - The repository root or null if the uri is not a repository uri - SharpSvn makes sure the uri ends in a '/' - - - Gets the repository Uri of a path, or null if path is not versioned - See also - - - Obtains the youngest valid revision for the repository - - - Applies a patch file to a directory - Applies a patch file to a directory - - - Replays the specified revisions on the specified target to the editory - - - Replays the specified revisions on the specified target to the editor - Replays the specified revisions on the specified target to the editor - - - Gets a list of versions of the specified file - This function allows access to the raw data used to create a Blame report - - - Gets a lists of versions of the specified file - Gets a list of versions of the specified file - This function allows access to the raw data used to create a Blame report - - - Lists the versions of the specified file - This function allows access to the raw data used to create a Blame report - - - Lists the versions of the specified file - Lists the versions of the specified file - This function allows access to the raw data used to create a Blame report - - - Checks whether the repository of the specified target has the specified capabilities - - - Checks whether the repository of the specified target has the specified capabilities - Checks whether the repository of the specified target has the specified capabilities - - - Retrieve the content of specified files or URLs with revision and author information per-line (svn blame) - - - Retrieve the content of specified files or URLs with revision and author information per-line (svn blame) - - - Streamingly retrieve the content of specified files or URLs with revision and author information per-line (svn blame) - - - Streamingly retrieve the content of specified files or URLs with revision and author information per-line (svn blame) - Streamingly retrieve the content of specified files or URLs with revision and author information per-line (svn blame) - - - Retrieves a list of previously merged revisions from the specified source - - - Retrieves a list of previously merged revisions from the specified source - - - Retrieves previously merged revisions from the specified source - - - Retrieves a list of previously merged revisions from the specified source - Retrieves previously merged revisions from the specified source - - - Retrieves a list of revisions of source that are available for merging - - - Retrieves a list of revisions of source that are available for merging - - - Retrieves revisions of source that are available for merging - - - Retrieves a list of revisions of source that are available for merging - Retrieves revisions of source that are available for merging - - - Gets the merges which are applied on the specified target - - - Gets the merges which are applied on the specified target (svn mergeinfo) - Gets the merges which are applied on the specified target - - - Gets a list of Uri's which might be valid merge sources - The list contains copy-from locations and previous merge locations - - - Gets a list of Uri's which might be valid merge sources (svn mergeinfo) - Gets a list of Uri's which might be valid merge sources - The list contains copy-from locations and previous merge locations - - - Gets the contents of the specified changelist below a specified directory (svn changelist) - - - Gets the contents of the specified changelist below a specified directory (svn changelist) - Gets the contents of the specified changelist below a specified directory (svn changelist) - - - Streamingly gets the contents of the specified changelist below a specified directory (svn changelist) - - - Streamingly gets the contents of the specified changelist below a specified directory (svn changelist) - Streamingly gets the contents of the specified changelist below a specified directory (svn changelist) - - - Deassociate the specified path(s) from the specified changelist (svn changelist) - - - Deassociate the specified path(s) from the specified changelist (svn changelist) - - - Deassociate the specified path(s) from the specified changelist (svn changelist) - - - Deassociate the specified path(s) from the specified changelist (svn changelist) - Deassociate the specified path(s) from the specified changelist (svn changelist) - - - Associate the specified path(s) with the specified changelist (svn changelist) - - - Associate the specified path(s) with the specified changelist (svn changelist) - - - Associate the specified path(s) with the specified changelist (svn changelist) - - - Associate the specified path(s) with the specified changelist (svn changelist) - Associate the specified path(s) with the specified changelist (svn changelist) - - - Streamingly retrieves the differences between two revisions or paths (svn diff --summarize) - Subversion limitation: Currently only works over Uri targets - - - Retrieves the differences between two revisions or paths (svn diff --summarize) - Streamingly retrieves the differences between two revisions or paths (svn diff --summarize) - Subversion limitation: Currently only works over Uri targets - - - Streamingly retrieves the differences between two revisions or paths (svn diff --summarize) - Subversion limitation: Currently only works over Uri targets - - - Streamingly retrieves the differences between two revisions or paths (svn diff --summarize) - Streamingly retrieves the differences between two revisions or paths (svn diff --summarize) - Subversion limitation: Currently only works over Uri targets - - - Retrieves the differences between two revisions or paths (svn diff) - - - Retrieves the differences between two revisions or paths (svn diff) - - - Retrieves the differences between two revisions or paths (svn diff) - - - Retrieves the differences between two revisions or paths (svn diff) - Retrieves the differences between two revisions or paths (svn diff) - - - Perform a reintegration merge of source into targetPath - - - Perform a reintegration merge of source into targetPath - Perform a reintegration merge of source into targetPath - - - Merges the changes in the specified revisions from source to targetPath (svn merge) - - - Merges the changes in the specified revisions from source to targetPath (svn merge) - - - Merges the changes in the specified revisions from source to targetPath (svn merge) - - - Merges the changes in the specified revisions from source to targetPath (svn merge) - Merges the changes in the specified revisions from source to targetPath (svn merge) - - - -Merges the changes from to into - - - Merges the differences between two sources to a working copy path (svn merge) - -Merges the changes from to into - - - Gets all revision properties on a a specific revision (svn proplist --revision) - - - Gets all revision properties on a a specific revision (svn proplist --revision) - Gets all revision properties on a a specific revision (svn proplist --revision) - - - Gets the value of a revision property on files or dirs in a specific revision (svn propget --revision) - - - Gets the value of a revision property on files or dirs in a specific revision (svn propget --revision) - - - Gets the value of a revision property on files or dirs in a specific revision (svn propget --revision) - - - Gets the value of a revision property on files or dirs in a specific revision (svn propget --revision) - Gets the value of a revision property on files or dirs in a specific revision (svn propget --revision) - - - Deletes the value of a revision property on files, dirs in a specific revision(svn propdel --revision) - - - Deletes the value of a revision property on files, dirs in a specific revision(svn propdel --revision) - Deletes the value of a revision property on files, dirs in a specific revision(svn propdel --revision) - - - Sets the value of a revision property on files, dirs in a specific revision (svn propset --revision) - - - Sets the value of a revision property on files, dirs in a specific revision (svn propset --revision) - - - Sets the value of a revision property on files, dirs in a specific revision (svn propset --revision) - - - Sets the value of a revision property on files, dirs in a specific revision (svn propset --revision) - Sets the value of a revision property on files, dirs in a specific revision (svn propset --revision) - - - Gets all properties on files or dirs (svn proplist) - - - Gets all properties on files or dirs (svn proplist) - Gets all properties on files or dirs (svn proplist) - - - Streamingly lists all properties on files or dirs (svn proplist) - - - Streamingly lists all properties on files or dirs (svn proplist) - Streamingly lists all properties on files or dirs (svn proplist) - - - Tries to get a property from the specified path (svn propget) - Eats all (non-argument) exceptions - True if the property is fetched, otherwise false - Equivalent to GetProperty with 's ThrowOnError set to false - - - Sets the specified property on the specfied path to value - Use to remove an existing property - - - Gets the specified property from the specfied path - true if property is set, otherwise false - path is not a valid workingcopy path - - - Retrieves the value of a property on files, dirs, or revisions (svn propget) - Gets the specified property from the specfied path - true if property is set, otherwise false - path is not a valid workingcopy path - - - Removes the specified property from the specfied path - - - Removes the specified property from the specfied path - - - Sets the specified property on the specfied path to value - Use to remove an existing property - - - Sets the specified property on the specfied path to value - Use to remove an existing property - - - Sets the specified property on the specfied path to value - Use to remove an existing property - - - Set the value of a property on files, dirs (svn propset) - Sets the specified property on the specfied path to value - Use to remove an existing property - - - Removes the specified property from the specfied path - - - Removes the specified property from the specfied path - - - Removes the specified property from the specfied path - - - Deletes a property from files, dirs (svn propdel) - Removes the specified property from the specfied path - - - Sets the specified property on the specfied path to value - Use to remove an existing property - - - Sets the specified property on the specfied path to value - Use to remove an existing property - - - Sets the specified property on the specfied path to value - Use to remove an existing property - - - Set the value of a property on files, dirs (svn propset) - Sets the specified property on the specfied path to value - Use to remove an existing property - - - Sets the specified property on the specfied path to value - Use to remove an existing property - - - Sets the specified property on the specfied path to value - Use to remove an existing property - - - Sets the specified property on the specfied path to value - Use to remove an existing property - - - Set the value of a property on files, dirs (svn propset) - Sets the specified property on the specfied path to value - Use to remove an existing property - - - UnlockURLs (svn unlock) - - - UnlockURLs (svn unlock) - - - UnlockURLs (svn unlock) - - - UnlockURLs (svn unlock) - UnlockURLs (svn unlock) - - - Unlock working copy paths (svn unlock) - - - Unlock working copy paths (svn unlock) - - - Unlock working copy paths (svn unlock) - - - Unlock working copy paths (svn unlock) - Unlock working copy paths (svn unlock) - - - LockURLs in the repository, so that no other user can commit changes to them (svn lock) - - - LockURLs in the repository, so that no other user can commit changes to them (svn lock) - - - LockURLs in the repository, so that no other user can commit changes to them (svn lock) - - - LockURLs in the repository, so that no other user can commit changes to them (svn lock) - LockURLs in the repository, so that no other user can commit changes to them (svn lock) - - - Lock working copy paths in the repository, so that no other user can commit changes to them (svn lock) - - - Lock working copy paths in the repository, so that no other user can commit changes to them (svn lock) - - - Lock working copy paths in the repository, so that no other user can commit changes to them (svn lock) - - - Lock working copy paths in the repository, so that no other user can commit changes to them (svn lock) - Lock working copy paths in the repository, so that no other user can commit changes to them (svn lock) - - - Move and/or rename something in repository, remembering history (svn move) - - - Move and/or rename something in repository, remembering history (svn move) - - - Move and/or rename something in repository, remembering history (svn move) - - - Move and/or rename something in repository, remembering history (svn move) - - - Move and/or rename something in repository, remembering history (svn move) - - - Move and/or rename something in repository, remembering history (svn move) - - - Move and/or rename something in repository, remembering history (svn move) - - - Move and/or rename something in repository, remembering history (svn move) - Move and/or rename something in repository, remembering history (svn move) - - - Move and/or rename something in working copy, remembering history (svn move) - - - Move and/or rename something in working copy, remembering history (svn move) - - - Move and/or rename something in working copy, remembering history (svn move) - - - Move and/or rename something in working copy, remembering history (svn move) - Move and/or rename something in working copy, remembering history (svn move) - - - Duplicate something in repository, remembering history (svn copy) - Can be called with either a list of , or . -All members must be of the same type. - - - Duplicate something in repository, remembering history (svn copy) - - - Duplicate something in repository, remembering history (svn copy) - Can be called with either a list of , or . -All members must be of the same type. - - - Duplicate something in repository, remembering history (svn copy) - - - Duplicate something in repository, remembering history (svn copy) - Can be called with either a list of , or . -All members must be of the same type. - - - Duplicate something in repository, remembering history (svn copy) - - - Duplicate something in repository, remembering history (svn copy) - Can be called with either a list of , or . -All members must be of the same type. - - - Duplicate something in repository, remembering history (svn copy) - - - Duplicate something in working copy, remembering history (svn copy) - Can be called with either a list of , or . -All members must be of the same type. - - - Duplicate something in working copy, remembering history (svn copy) - Can be called with either a list of , or . -All members must be of the same type. - - - Duplicate something in working copy, remembering history (svn copy) - Can be called with either a list of , or . -All members must be of the same type. - - - Duplicate something in working copy, remembering history (svn copy) - Duplicate something in working copy, remembering history (svn copy) - - - Recursively upgrades a working copy.(svn upgrade) - true if the operation succeeded; false if it did not - Operation failed and args.ThrowOnError = true - Parameters invalid - - - Recursively upgrades a working copy.(svn upgrade) - Recursively upgrades a working copy.(svn upgrade) - true if the operation succeeded; false if it did not - Operation failed - Parameters invalid - - - Vacuums the specified path - true if the operation succeeded; false if it did not - Operation failed and args.ThrowOnError = true - Parameters invalid - - - Vacuums the working copy (via svn cleanup) - Vacuums the specified path - Operation failed - Parameters invalid - - - Cleans up the specified path, removing all workingcopy locks left behind by crashed clients - true if the operation succeeded; false if it did not - Operation failed and args.ThrowOnError = true - Parameters invalid - - - Recursively clean up the working copy, removing locks, resuming unfinished operations, etc.(svn cleanup) - Cleans up the specified path, removing all workingcopy locks left behind by crashed clients - Operation failed - Parameters invalid - - - Remove 'conflicted' state on a working copy file or directory using the specified choice - - - Remove 'conflicted' state on a working copy file or directory using the specified choice - - - Remove 'conflicted' state on a working copy file or directory using the specified choice - Remove 'conflicted' state on a working copy file or directory using the specified choice - Calls with SvnAccept.Merged - - - Restore pristine working copy file (undo most local edits) (svn revert) - - - Restore pristine working copy file (undo most local edits) (svn revert) - - - Restore pristine working copy file (undo most local edits) (svn revert) - - - Restore pristine working copy file (undo most local edits) (svn revert) - Restore pristine working copy file (undo most local edits) (svn revert) - - - Send changes from your working copy to the repository (svn commit) - - - Send changes from your working copy to the repository (svn commit) - - - Send changes from your working copy to the repository (svn commit) - - - Send changes from your working copy to the repository (svn commit) - - - Send changes from your working copy to the repository (svn commit) - - - Send changes from your working copy to the repository (svn commit) - - - Send changes from your working copy to the repository (svn commit) - - - Send changes from your working copy to the repository (svn commit) - Send changes from your working copy to the repository (svn commit) - - - Importing as the subversion api does; without creating a working directory - - - Importing as the subversion api does; without creating a working directory - - - Importing as the subversion api does; without creating a working directory - - - Commit an unversioned file or tree into the repository (svn import) - Importing as the subversion api does; without creating a working directory - - - Performs a working copy import to the specified Uri, -by importing the root remotely, checking that out and then adding the files locally - Implemented as an Add follwed by an obstructed checkout - - - Performs a working copy import to the specified Uri, -by importing the root remotely, checking that out and then adding the files locally - Implemented as an Add follwed by an obstructed checkout - - - Performs a working copy import to the specified Uri, -by importing the root remotely, checking that out and then adding the files locally - Implemented as an Add follwed by an obstructed checkout - - - Commit an unversioned file or tree into the repository (svn import followed by svn checkout) - Performs a working copy import to the specified Uri, -by importing the root remotely, checking that out and then adding the files locally - Implemented as an Add follwed by an obstructed checkout - - - Remove files and directories from version control at the repository (svn delete|remove) - - - Remove files and directories from version control at the repository (svn delete|remove) - - - Remove files and directories from version control at the repository (svn delete|remove) - - - Remove files and directories from version control at the repository (svn delete|remove) - - - Remove files and directories from version control at the repository (svn delete|remove) - - - Remove files and directories from version control at the repository (svn delete|remove) - Remove files and directories from version control at the repository (svn delete|remove) - - - Remove files and directories from version control, scheduling (svn delete|remove) - - - Remove files and directories from version control, scheduling (svn delete|remove) - - - Remove files and directories from version control, scheduling (svn delete|remove) - - - Remove files and directories from version control, scheduling (svn delete|remove) - Remove files and directories from version control, scheduling (svn delete|remove) - - - Create a new directory under version control at the repository (svn mkdir) - - - Create a new directory under version control at the repository (svn mkdir) - - - Create a new directory under version control at the repository (svn mkdir) - - - Create a new directory under version control at the repository (svn mkdir) - - - Create a new directory under version control at the repository (svn mkdir) - Create a new directory under version control at the repository (svn mkdir) - - - Create a new directory under version control, scheduling (svn mkdir) - - - Create a new directory under version control, scheduling (svn mkdir) - - - Create a new directory under version control, scheduling (svn mkdir) - - - Create a new directory under version control, scheduling (svn mkdir) - Create a new directory under version control, scheduling (svn mkdir) - - - Gets information about the specified target - - - Gets information about the specified target - - - Gets information about the specified target - - - Streamingly retrieves information about a local or remote item (svn info) - Gets information about the specified target - - - Streamingly lists directory entries in the repository. (svn list) - - - Gets a list of directory entries in the repository. (svn list) - Streamingly lists directory entries in the repository. (svn list) - - - Streamingly lists directory entries in the repository. (svn list) - - - Streamingly lists directory entries in the repository. (svn list) - Streamingly lists directory entries in the repository. (svn list) - - - Writes the content of specified files or URLs to a stream. (svn cat) - - - Writes the content of specified files or URLs to a stream. (svn cat) - - - Writes the content of specified files or URLs to a stream. (svn cat) - - - Writes the content of specified files or URLs to a stream. (svn cat) - Writes the content of specified files or URLs to a stream. (svn cat) - - - Gets log messages of the specified target - - - Gets log messages of the specified target - - - Gets log messages of the specified target - - - Gets log messages of the specified target - - - Gets log messages of the specified target - - - Retrieve the log messages for a set of revision(s) and/or file(s). (svn log) - Gets log messages of the specified target - - - Gets log messages of the specified target path - - - Gets log messages of the specified target path - - - Gets log messages of the specified target - A pegrevision applied on the target overrides one set on the args object - - - Gets log messages of the specified target - - - Gets log messages of the specified target - - - Streamingly retrieve the log messages for a set of revision(s) and/or file(s). (svn log) - Gets log messages of the specified target - - - Gets a list of status data for the specified path - - - Recursively gets a list of 'interesting' status data for the specified path - - - Gets status data for the specified path - - - Retrieve the status of working copy files and directories (svn status) - Recursively gets 'interesting' status data for the specified path - - - Adds the specified path - true if the operation succeeded; false if it did not - Operation failed and args.ThrowOnError = true - Parameters invalid - - - Adds the specified path - Operation failed - Parameters invalid - - - Put files and directories under version control, scheduling them for addition to repository. -They will be added in next commit(svn add) - Recursively adds the specified path - Operation failed - Parameters invalid - - - Update the working copy to a different repository (svn switch --relocate) - - - Update the working copy to a different repository (svn switch --relocate) - Update the working copy to a different repository (svn switch --relocate) - - - Switches a path recursively to the specified target - Operation failed - Parameters invalid - - - Switches a path recursively to the specified target - Operation failed - Parameters invalid - - - Switches a path recursively to the specified target - Operation failed - Parameters invalid - - - Update the working copy to a different URL (svn switch) - Switches a path recursively to the specified target - Operation failed - Parameters invalid - - - Exports the specified target to the specified path - Subversion optimizes this call if you specify a workingcopy file instead of an url - - - Exports the specified target to the specified path - Subversion optimizes this call if you specify a workingcopy file instead of an url - - - Recursively exports the specified target to the specified path - Subversion optimizes this call if you specify a workingcopy file instead of an url - - - Create an unversioned copy of a tree (svn export) - Recursively exports the specified target to the specified path - Subversion optimizes this call if you specify a workingcopy file instead of an url - - - Updates the specified paths to the specified revision - Operation failed and args.ThrowOnError = true - Parameters invalid - true if the operation succeeded; false if it did not - - - Updates the specified paths to the specified revision - Operation failed and args.ThrowOnError = true - Parameters invalid - true if the operation succeeded; false if it did not - - - Recursively updates the specified paths to the latest (HEAD) revision - Operation failed - Parameters invalid - - - Recursively updates the specified paths to the latest (HEAD) revision - Operation failed - Parameters invalid - - - Recursively updates the specified path to the latest (HEAD) revision - Operation failed and args.ThrowOnError = true - Parameters invalid - - - Recursively updates the specified path - Operation failed and args.ThrowOnError = true - Parameters invalid - - - Recursively updates the specified path to the latest (HEAD) revision - Operation failed and args.ThrowOnError = true - Parameters invalid - - - Bring changes from the repository into the working copy (svn update) - Recursively updates the specified path to the latest (HEAD) revision - Operation failed - Parameters invalid - - - Performs a checkout of to to the specified param - Operation failed and args.ThrowOnError = true - Parameters invalid - true if the operation succeeded; false if it did not - - - Performs a checkout of to to the specified param - Operation failed and args.ThrowOnError = true - Parameters invalid - true if the operation succeeded; false if it did not - - - Performs a recursive checkout of to - Operation failed - Parameters invalid - - - Check out a working copy from a repository. (svn checkout) - Performs a recursive checkout of to - Operation failed - Parameters invalid - - - Raises the event. - - - Raises the event. - - - Raises the event. - - - Raises the event. - - - Raises the event. - - - Raises the event. - - - Raises the event. - - - Raises the event. - - - -Raised just before a command is executed. This allows a listener -to cleanup before a new command is started - - - - -Raised when a subversion exception occurs. -Set to true to cancel -throwing the exception - - - - -Raised on conflict. The event is first -raised on the object and -then on the - - - -Raised on progress. The event is first -raised on the object and -then on the - - - -Raised on progress. The event is first -raised on the object and -then on the - - - -Raised on notifications. The event is first -raised on the object and -then on the - - - -Raised on progress. The event is first -raised on the object and -then on the - - - -Raised to allow canceling operations. The event is first -raised on the object and -then on the - - - Gets the instance of this - - - -Gets the name of the subversion administrative directories. Most commonly ".svn" - - -An internal implementation of a setter is available on this property. Users should read -the subversion implementation of svn_wc_set_adm_dir before invoking the setter of this property -via reflection - - - - Enables the subversion localization engine. (Costs +- 400 KByte ram/language used and slows error handling within the subversion engine) - By default the subversion layer uses english messages for everything. After this method is called all messages are routed via -the managed resource handler - - - Adds the specified client name to web requests' UserAgent string - The name is filtered to be unique and conformant for the webrequest. Clients should use only alphanumerical ascii characters - - - Gets the version of the SharpSvn library - - - Gets the version number of SharpSvn's encapsulated subversion library - - - Initializes a new instance with default properties - - - Subversion client instance; main entrance to the Subversion Client api - - - - Gets the the applies to; -null if it applies to a revision property - - - While the configuration isn't used yet, allows overriding specific configuration options - - - Gets the subversion global ignore pattern as specified in the configuration - - - Gets or sets a value indicating whether the 'preserved-conflict-file-exts' should be forced to '*' - - - Gets or sets a boolean indicating whether to always use the subversion integrated diff library -instead of the user configured diff tools - The default value of this property is true; to allow parsing the output of the diff library - true if subversions internal diff must be used, otherwise false - - - This property used to get a boolean indicating whether to enable the SharpPlink handler when no -other valid handler for svn+ssh:// was registered. It is now mapped to 's disabled option - - - Gets or sets a boolean indicating whether to load the svn mimetypes file when calling Add or Import the first time - The default value of this property is true; this matches the behaviour of the svn commandline client - true if loading the mimetypes file on the initial import, otherwise false - - - Gets or sets a boolean indicating whether commits will fail if no log message is provided - The default value of this property is true - - - Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use - After this method is called all properties are either stored managed, or are no longer readable - - - Retrieve StartRevision-EndRevision as a - - - Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use - After this method is called all properties are either stored managed, or are no longer readable - - - Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use - After this method is called all properties are either stored managed, or are no longer readable - - - Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use - After this method is called all properties are either stored managed, or are no longer readable - - - Gets the nesting level of the logs via merges - - - Set to true when the following items are merged-child items of this item. - - - Serves as a hashcode for the specified type - - - Gets or sets a boolean indicating whether this file should be filtered from the patch handling - - - Path to a temporary file containing the result of the patch - - - Path to a temporary file containing the rejected hunks of the patch - - - The path to the node as stored in the patch file, normalized to Windows style - - - The path to the node as stored in the patch file, kept in Subversion canonical format - - - Gets the file contents of the current version as readable stream (Only valid in EventHandler) - Not in the EventHandler - The stream will be closed when the eventhandler returns. It is not seekabel but you can reset the stream to position 0 - - - Gets the file contents of the current version as readable stream (Only valid in EventHandler) - Not in the EventHandler - The stream will be closed when the eventhandler returns. It is not seekabel but you can reset the stream to position 0 - - - Write the file contents to the specified file/stream (Only valid in EventHandler) - Not in the EventHandler - - - Write the file contents to the specified file/stream (Only valid in EventHandler) - Not in the EventHandler - - - Write the file contents to the specified file/stream (Only valid in EventHandler) - Not in the EventHandler - - - Write the file contents to the specified file/stream (Only valid in EventHandler) - Write the file contents to the specified file/stream (Only valid in EventHandler) - Not in the EventHandler - - - Serves as a hashcode for the specified type - - - Gets the revision the change is based on - - - Serves as a hashcode for the specified type - - - Gets the raw property status of the node when available - - - Gets the raw content status of the node when available - - - Gets the tree conflict data of this node or null if this node doesn't have a tree conflict - - - The length of the file currently in the working copy, matching the name of this node. -1 if there is no such file. - - - Gets an object containing detailed workingcopy information of this node - - - Out of Date: Gets the node kind of the OutOfDate commit - - - Out of Date: Gets the author of the OutOfDate commit - - - Out of Date: Last commit date of the item - - - Out of Date: Last commit version of the item - - - Gets the out of date status of the item; if true the RemoteUpdate* properties are set - - - Gets a boolean indicating whether the node is a file external - - - Gets a boolean indicating whether the file is switched in the working copy - - - Gets the repository id as String - - - Gets the repository id as Guid - - - Gets a boolean indicating whether the file is copied in the working copy - A file or directory can be 'copied' if it's scheduled for addition-with-history -(or part of a subtree that is scheduled as such.). - - - Gets a boolean indicating whether the workingcopy is locked - - - Gets a boolean indicating whether the workingcopy is locked - - - Property status in working copy - - - The status of the text/content of the node - - - Content status in working copy - - - The node status (combination of restructuring operations, text and property status. - - - The path returned by the subversion api - - - The full path the notification is about, as translated via - See also . - - - Gets the recorded node type of this node - - - Serves as a hashcode for the specified type - - - The entry is a intra-repository file external and this is the -repository root relative path to the file specified in the -externals definition, otherwise NULL if the entry is not a file -external. - - - Gets a boolean indicating whether the node is in a copied state -(possibly because the entry is a child of a path that is -scheduled for addition or replacement when the entry itself is -normal - - - Gets the node scheduling (add, delete, replace) - - - Gets the node kind - - - Gets the repository id as String - - - Gets the repository id as Guid - - - The repository Uri including a final '/' - - - Url in repository, including final '/' if the entry specifies a directory - - - Base revision - - - The entries name - - - Serves as a hashcode for the specified type - - - Serves as a hashcode for the specified type - - - Serves as a hashcode for the specified type - - - Gets the merge source passed to the SvnClient call - - - Gets the specified SourceUri or null if the source was a local path - - - Gets the merge source passed to the SvnClient call - - - Gets the specified SourceUri or null if the source was a local path - - - Gets a list of applied merges - - - ConsiderInheritance is ignored at this time - - - ConsiderInheritance is ignored at this time - - - Initializes a new instance of the class with the values from the specified collection - - - Initializes a new instance of the class with default properties - - - Serves as a hashcode for the specified type - - - Creates a SvnRevision from {revision-1:revision} - - - Gets the nesting level of the logs via merges - - - Set to true when the following items are merged-child items of this item. - - - Gets the log origin SharpSvn used for retrieving the log - - - Serves as a hashcode for the specified type - - - MergeInfo only: Subtractive merge - - - MergeInfo only: Not inheritable - - - Gets the list of custom properties retrieved with the log - Properties must be listed in SvnLogArgs.RetrieveProperties to be available here - - - Serves as a hashcode for the specified type - - - Gets a boolean indicating whether the versioned properties of a node are modified in this revision. (Value only available for 1.7+ servers) - - - Gets a boolean indicating whether the content of a node is modified in this revision. (Value only available for 1.7+ servers) - - - Gets the node kind of the changed path (Only available when committed to a 1.6+ repository) - - - Gets the relative uri of the path inside the repository - Does not include an initial '/'. Ends with a '/' if is . - - - Gets the path inside rooted at the repository root (including initial '/') - - - Serves as a hashcode for the specified type - - - Gets the information specified in RetrieveEntries on the args object - - - Gets lock information if RetrieveLocks is set on the args object - - - When retrieving a listing using an Uri target: contains the uri from which Path is relative - The Base Uri or null when the repository root is not available - - - When retrieving a listing using an Uri target: contains the repository root - The Repository root or null when the repository root is not available - - - Gets the filename of the item - - - Gets the origin path of the item - - - Gets the path of the item - - - Serves as a hashcode for the specified type - - - Gets the author of the last revision of this file - - - Gets the time of the last change - - - Gets the last revision in which this node changed - - - Gets a boolean indicating whether this node has svn properties - - - Gets the length of the file text or 0 for directories - - - Serves as a hashcode for the specified type - - - The SHA1 checksum of the file. (Used to return a MD5 checksom in Subversion <= 1.6) - - - Gets a boolean indicating whether working copy information is available in this instance - - - Gets information about the current lock on node - - - Gets the author of the last revision in which node (or one of its descendants) changed - - - Gets the timestamp of the last revision in which node (or one of its descendants) changed - - - Gets the last revision in which node (or one of its descendants) changed - - - Gets the repository uuid or null if not available - - - Gets the uuid of the repository (if available). Otherwise Guid.Empty - - - Gets the repository root Uri; ending in a '/' - The unmanaged api does not add the '/' at the end, but this makes using hard - - - Gets the node kind of the specified node - - - Gets the queried revision - - - Gets the full Uri of the node - - - The path the notification is about, translated via - The property contains the path in normalized format; while returns the exact path from the subversion api - - - Gets the path of the file. The local path if requisting WORKING version, otherwise the name of the file -at the specified version - - - Serves as a hashcode for the specified type - - - Serves as a hashcode for the specified type - - - Gets the list of custom properties retrieved with the log - Properties must be listed in SvnLogArgs.RetrieveProperties to be available here - - - Gets the list of custom properties retrieved with the log - Properties must be listed in SvnLogArgs.RetrieveProperties to be available here - - - Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use - After this method is called all properties are either stored managed, or are no longer readable - - - Serves as a hashcode for the specified type - - - If action is svn_wc_notify_blame_revision, contains a list of revision properties for the specified revision - - - If action relates to properties, specifies the name of the property. - - - When @c action is @c svn_wc_notify_merge_begin, and both the left and right sides -of the merge are from the same URL. In all other cases, it is NULL - - - When action is svn_wc_notify_changelist_add or name. In all other -cases, it is NULL - - - Points to the lock structure received from the repository when -action is @c svn_wc_notify_locked. For other actions, it is -NULL. - - - The base revision before updating - - - When action is svn_wc_notify_update_completed, target revision -of the update, or @c SVN_INVALID_REVNUM if not available; when action is -c svn_wc_notify_blame_revision, processed revision. In all other cases, -it is @c SVN_INVALID_REVNUM. - - - Reflects the addition or removal of a lock token in the working copy. - - - The type of notification that is occurring about node properties. - - - The type of notification that is occurring about node content. - - - Points to an error describing the reason for the failure when -action is one of the following: @c svn_wc_notify_failed_lock, svn_wc_notify_failed_unlock, -svn_wc_notify_failed_external. Is @c NULL otherwise. - - - If MimeType is not null, a boolean indicating whether this mime type is interpreted as binary - - - If non-NULL, indicates the mime-type of @c path. It is always @c NULL for directories. - - - Node kind of path/url - - - Action that describes what happened to path/url - - - Gets the commandtype of the command responsible for calling the notify - - - Gets a boolean indicating whether the path is a Uri - - - The path the notification is about, translated via - The property contains the path in normalized format; while returns the exact path from the subversion api - - - Gets the (relative or absolute uri) Uri the notification is about - - - The path the notification is about - The property contains the path in normalized format; while returns the exact path from the subversion api - - - Serves as a hashcode for the specified type - - - Gets a boolean indicating whether the Comment was generated by a Generic WebDav client - - - The path the notification is about, translated via - The property contains the path in normalized format; while returns the exact path from the subversion api - - - - - - - - - - - - - - - - - - Gets the operation creating the tree conflict - - - Gets the of - - - Gets the revision of - - - Gets the relative uri of the path inside the repository - Does not include an initial '/'. Ends with a '/' if is . - - - Serves as a hashcode for the specified type - - - Serves as a hashcode for the specified type - - - error message from post-commit hook, or NULL - - - Serves as a hashcode for the specified type - - - Gets the SvnTarget as string - - - Gets the target name in normalized format - - - Gets the operational revision - - - (Optional) The node kind of - - - (Required) The repository root of - - - The target specified - - - (Required) The Uri of . Only differs from target if -specifies a - - - Generic encapsulation of a specific revision of a node in subversion - - - - Gets a boolean whether the revision specifies an explicit repository revision - Explicit: Is set, doesn't require a workingcopy and is repository wide applyable - - - Gets a boolean indicating whether the revisionnumber requires a workingcopy to make any sense - - - Serves as a hashcode for the specified type - - - Gets the instance managing authentication on behalf of this client - - - Gets the path to SharpSvn's plink. The path is encoded to be safe for subversion configuration settings - - - Initializes a default configuration. Avoids loading a configuration at a later time - - - Merges configuration from the specified path into the existing configuration - - - Loads the standard subversion configuration and ensures the subversion config dir by creating default files - - - Loads the subversion configuration from the specified path and optionally ensures the path is a subversion config dir by creating default files - - - Loads the subversion configuration from the specified path - - - Subversion Client Context wrapper; base class of objects using client context - - - - Like ForceInternal, but checks TortoiseSVN config first - - - Like ForceSharpPlink, but checks TortoiseSVN config first - - - Use SharpPlink - - - Use internal SSH client (currently based on LibSSH2) - - - Disable all SSH support. Fall back to Subversion config - - - Automatic handling: Similar to ForceInternalAfterConfig - - - Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use - After this method is called all properties are either stored managed, or are no longer readable - - - Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use - After this method is called all properties values are stored in managed code - - - Long path capable version of - - - Invoke TrySplitCommandLine with as expander - - - Gets the normalized directory name of path (Long path enabled version of , always returning full paths) - Directory information for path, or null if path denotes a root directory or is null. Returns String.Empty if path does not contain directory information. - - - Gets the filename of the specified target - - - -Converts a local relative path to a valid relative Uri - - - - Gets a file:// style uri for the specified local path - - - -Converts a string from a Uri path to a local path name; unescaping when necessary - - - - -Appends the specified path suffix to the given Uri - - - - -Checks whether the specified path is an absolute path that doesn't end in an unneeded '\' - - - - -Normalizes the Uri to a full absolute Uri - - - - -Checks whether normalization is required - - This method does not verify the casing of invariant parts - - - -Normalizes the path to a full path - - This normalizes drive letters to upper case and hostnames to lowercase to match Subversion 1.6 behavior - - - Gets a boolean indicating whether at least one of the -parent paths or the path (file/directory) itself is a working copy. - - - - Gets a boolean indicating whether the path could contain a Subversion Working Copy - Assumes path is a directory - - - Gets the pathname exactly like it is on disk - - - Gets the absolute pathname exactly like it is on disk (fixing casing). -For not existing paths, if bestEffort is TRUE, returns a path based on existing parents. Otherwise return NULL for not existing paths - - - Gets the absolute pathname exactly like it is on disk (fixing casing); returns NULL for non existing paths - - - Gets the repository Uri of a path, or null if path is not versioned - - - Generated mapping from libssh2.h - - - - Generated mapping from apr_errno.h - - - - System error EDEADLOCK - - - System error ENOSYS - - - System error ENOLCK - - - System error EDEADLK - - - System error EDOM - - - System error EMLINK - - - System error EROFS - - - System error EFBIG - - - System error ENOTTY - - - System error EISDIR - - - System error ENODEV - - - System error EFAULT - - - System error ECHILD - - - System error ENOEXEC - - - System error E2BIG - - - System error ENXIO - - - System error EIO - - - System error ESRCH - - - System error EPERM - - - The given lock was busy. - - - Two passwords do not match. - - - The APR function has not been implemented on this - - - Ininitalizer value. If no option has been found, but - - - APR is using a shared key as the key to the shared memory - - - APR is using a file name as the key to the shared memory - - - APR is using anonymous shared memory - - - APR was unable to find the socket in the poll structure - - - APR has encountered the end of the file - - - Getopt found an option that is missing an argument - - - Getopt found an option not in the option string - - - The operation was incomplete although some processing - - - The operation did not finish before the timeout - - - The child has not finished executing - - - The child has finished executing - - - The thread is not detached - - - The thread is detached - - - Program is currently executing in the parent - - - Program is currently executing in the child - - - APR_ENOTENOUGHENTROPY Not enough entropy to continue - - - The given process wasn't recognized by APR - - - APR_ESYMNOTFOUND Could not find the requested symbol - - - The given path was above the root path. - - - The given path was neither relative nor absolute. - - - The given path was relative. - - - The given path was absolute. - - - APR was unable to open the dso object. For more - - - The specified netmask is invalid - - - The specified IP address is invalid - - - There is no more shared memory available - - - General failure (specific information not available) - - - APR was not given a thread key structure - - - APR was not given a thread structure - - - APR was not given a socket - - - APR was not given a poll structure - - - APR was not given a lock structure - - - APR was not given a directory structure - - - APR was not given a time structure - - - APR was not given a process structure - - - APR was given an invalid socket - - - APR was given an invalid date - - - APR was not provided a pool with which to allocate memory - - - APR was unable to perform a stat on the file - - - APR_OS_START_SYSERR folds platform-specific system error values into - - - APR_OS_START_EAIERR folds EAI_ error codes from getaddrinfo() into - - - APR_OS_START_CANONERR is where APR versions of errno values are defined - - - APR_OS_START_USEERR is obsolete, defined for compatibility only. - - - APR_OS_START_USERERR are reserved for applications that use APR that - - - APR_UTIL_START_STATUS is where APR-Util starts defining its - - - APR_OS_START_STATUS is where the APR specific status codes start. - - - APR_UTIL_ERRSPACE_SIZE is the size of the space that is reserved for - - - APR_OS_ERRSPACE_SIZE is the maximum number of errors you can fit - - - APR_OS_START_ERROR is where the APR specific error values start. - - - Generated mapping from winerror.h - - - - -The request will be completed later by NDIS status indication. - - - - -The wireless local area network interface is power down and doesn't support the requested operation. - - - - -The wireless local area network interface is busy and can not perform the requested operation. - - - - -The wireless local area network interface is in auto configuration mode and doesn't support the requested parameter change operation. - - - - -The miniport adapter is in low power state. - - - - -The current state of the specified port on this network interface does not support the requested operation. - - - - -The specified port does not exist on this network interface. - - - - -The revision number specified in the structure is not supported. - - - - -Network interface was not found. - - - - -The offload operation on the network interface has been paused. - - - - -The specified request is not a valid operation for the target device. - - - - -The network address used in the request is invalid. - - - - -The I/O operation failed because network media is disconnected or wireless access point is out of range. - - - - -An attempt to allocate a hardware resource failed because the resource is used by another component. - - - - -An attempt was made to map a file that is alreay mapped. - - - - -An error occured while NDIS tried to map the file. - - - - -An attempt was made to map a file that can not be found. - - - - -An attempt was made to remove a token ring group address that is in use by other components. - - - - -Network interface does not support this media type. - - - - -The network interface has been removed. - - - - -Network interface does not support this OID (Object Identifier) - - - - -The length of buffer submitted for this operation is too small. - - - - -The data used for this operation is not valid. - - - - -The length of the buffer submitted for this operation is not valid. - - - - -Network interface is not ready to complete this operation. - - - - -An attempt was made to send an invalid packet on a network interface. - - - - -Netword interface does not support this request. - - - - -Network interface can not process the request because it is being reset. - - - - -Netowork interface aborted the request. - - - - -At attempt was made to remove a multicast address that was never added. - - - - -An attempt was made to add a duplicate multicast address to the list. - - - - -The multicast list on the network interface is full. - - - - -Network interface has encountered an internal unrecoverable failure. - - - - -Failed to open the network interface. - - - - -Failed to find the network interface or network interface is not ready. - - - - -An invalid characteristics table was used. - - - - -An invalid version was specified. - - - - -The binding to the network interface is being closed. - - - - -The IPsec cipher transform is not valid. - - - - -The IPsec authentication transform is not valid. - - - - -The notification function for a callout returned an error. - - - - -The maximum number of sublayers has been reached. - - - - -The parameter is incorrect. - - - - -The provider context is of the wrong type. - - - - -The enumeration template or subscription will never match any objects. - - - - -An IKE policy cannot contain an Extended Mode policy. - - - - -The Diffie-Hellman group is not compatible with the policy type. - - - - -The authentication method is not compatible with the policy type. - - - - -The raw context or the provider context is not compatible with the callout. - - - - -The raw context or the provider context is not compatible with the layer. - - - - -The action type is not compatible with the sublayer. - - - - -The action type is not compatible with the layer. - - - - -A policy cannot contain the same keying module more than once. - - - - -A filter cannot contain multiple conditions operating on a single field. - - - - -A reserved field is non-zero. - - - - -An integer value is outside the allowed range. - - - - -An FWP_VALUE or FWPM_CONDITION_VALUE is of the wrong type. - - - - -A filter condition contains a match type that is not compatible with the operands. - - - - -The filter weight is not valid. - - - - -The action type is not one of the allowed action types for a filter. - - - - -The displayData.name field cannot be null. - - - - -An array that must contain at least one element is zero length. - - - - -The time interval is not valid. - - - - -An FWP_RANGE is not valid. - - - - -A network mask is not valid. - - - - -The flags field contains an invalid value. - - - - -An enumerator is not valid. - - - - -A required pointer is null. - - - - -The call is not allowed for the current security association state. - - - - -The traffic parameters do not match those for the security association context. - - - - -A notification could not be delivered because a message queue is at its maximum capacity. - - - - -The maximum number of callouts has been reached. - - - - -The object is built in so cannot be deleted. - - - - -The call tried to associate two objects with incompatible lifetimes. - - - - -The call is allowed for kernel-mode callers only. - - - - -The operation is not supported by the specified layer. - - - - -Collection of network diagnostic events is disabled. - - - - -The call timed out while waiting to acquire the transaction lock. - - - - -The call is not allowed from within a read-only transaction. - - - - -The session has been cancelled. - - - - -The explicit transaction has been forcibly cancelled. - - - - -The call is not allowed from within an explicit transaction. - - - - -The call must be made from within an explicit transaction. - - - - -The call was made from the wrong session so cannot be completed. - - - - -The call is not allowed from within a dynamic session. - - - - -The object is referenced by other objects so cannot be deleted. - - - - -An object with that GUID or LUID already exists. - - - - -The object does not exist. - - - - -The sublayer does not exist. - - - - -The provider context does not exist. - - - - -The provider does not exist. - - - - -The layer does not exist. - - - - -The filter does not exist. - - - - -The filter condition does not exist. - - - - -The callout does not exist. - - - - -BitLocker Drive Encryption can only be used for recovery purposes in this version of Windows. - - - - -The path specified in the Boot Configuration Data (BCD) for a BitLocker Drive Encryption integrity-protected application is incorrect. Please verify and correct your BCD settings and try again. - - - - -BitLocker Drive Encryption cannot enter raw access mode for this volume. - - - - -No action was taken as BitLocker Drive Encryption is in raw access mode. - - - - -Boot debugging is enabled. Run bcdedit to turn it off. - - - - -No action was taken as a system reboot is required. - - - - -The BitLocker encryption key could not be obtained. - - - - -The access token associated with the current thread is not an impersonated token. - - - - -This operation cannot be performed while the volume is in use. - - - - -Critical BitLocker Drive Encryption system files are not available. Use Windows Startup Repair to restore files. - - - - -This Windows license does not support BitLocker Drive Encryption. To use BitLocker Drive Encryption, please upgrade your Windows license. - - - - -BitLocker Drive Encryption cannot be enabled on this computer. Contact the computer manufacturer for BIOS upgrade instructions. - - - - -The file system does not extend to the end of the volume. - - - - -The group policy setting requiring FIPS compliance prevented BitLocker from being disabled. Please contact your domain administrator for more information. - - - - -The Boot Configuration Data (BCD) settings have changed since BitLocker was enabled. - - - - -A boot application has changed since BitLocker was enabled. - - - - -The BitLocker encryption key could not be obtained from the Trusted Platform Module (TPM) and PIN. - - - - -The BitLocker encryption key could not be obtained from the Trusted Platform Module (TPM). - - - - -The Trusted Platform Module (TPM) was not able to unlock the volume because the system boot information changed. - - - - -BitLocker Drive Encryption can only be used for recovery purposes in Safe-Mode. - - - - -The Trusted Platform Module (TPM) is disabled. - - - - -The BitLocker encryption key could not be obtained from the startup key or recovery password. - - - - -The BitLocker startup key or recovery password file is corrupt or invalid. - - - - -The BitLocker startup key or recovery password could not be read from the USB device. Ensure the USB device is plugged into the computer, then turn on BitLocker and try again. If the problem persists contact the computer manufacturer for BIOS upgrade instructions. - - - - -No TPM protectors exist on the volume to perform the hardware test. - - - - -The specified key protector is not of the correct type. - - - - -The volume must be fully decrypted to complete this operation. - - - - -The group policy setting requiring FIPS compliance prevented the recovery password from being saved. Please contact your domain administrator for more information. - - - - -The group policy setting requiring FIPS compliance prevented the recovery password from being generated or used. Please contact your domain administrator for more information. - - - - -The random number generator check test failed. - - - - -The format of the recovery password file is invalid. Select another recovery password and try again. - - - - -The recovery password file on the USB device is corrupt. Try another USB device. - - - - -The specified key protector was not found on the volume. Try another key protector. - - - - -The file cannot be saved to a relative path. - - - - -An instance of this key protector already exists on the volume. - - - - -BitLocker Drive Encryption detected bootable media (CD, DVD, or USB) in the computer. Remove the media and restart the computer. - - - - -A key must be specified before encryption may begin. - - - - -The volume encryption algorithm and key cannot be set on an encrypted volume. - - - - -Group policy requires a recovery password before encryption may begin. - - - - -BitLocker requires the file system to be NTFS. Convert the volume to NTFS, then enable BitLocker. - - - - -The system partition boot sector does not perform TPM measurements. - - - - -BitLocker Drive Encryption cannot be turned off. Please turn off the auto unlock on all other volumes before turning off BitLocker on the current volume. - - - - -The volume specified is not the operating system volume. - - - - -The recovery information provided does not match required recovery information to unlock the volume. Confirm the information and try again. - - - - -The volume encryption algorithm cannot be used on this sector size. - - - - -The authorization data for the Storage Root Key (SRK) of the Trusted Platform Module (TPM) is not zero and is therefore incompatible with BitLocker. - - - - -The control block for the encrypted volume was updated by another thread. Try again. - - - - -This volume cannot be bound to a TPM. - - - - -A recovery key protector is required. - - - - -All protectors are effectively disabled (clear key exists). - - - - -The operating system volume is not protected by BitLocker Drive Encryption. - - - - -The volume is already bound to the system. - - - - -Cluster configurations are not supported. - - - - -One or more key protectors are required for this volume. - - - - -A write operation failed while converting the volume. - - - - -A read operation failed while converting the volume. - - - - -The buffer supplied to a function was insufficient to contain the returned data. - - - - -The volume specified is not a data volume. - - - - -You must take ownership of the Trusted Platform Module (TPM). - - - - -Volume is not bound to the system. - - - - -Data supplied is malformed. - - - - -This volume cannot be encrypted. - - - - -The file system is corrupt. Run CHKDSK. - - - - -The volume cannot be encrypted because the file system is not supported. - - - - -The volume cannot be encrypted because it contains system boot information. - - - - -The volume cannot be encrypted because it does not have enough free space. - - - - -The control block for the encrypted volume is not valid. - - - - -The specified GUID could not be found. - - - - -The attribute was not set. - - - - -The attribute read from Active Directory has no (zero) values. - - - - -The size of the data obtained from Active Directory was not expected. - - - - -The type of the data obtained from Active Directory was not expected. - - - - -The Active Directory Domain Services forest does not contain the required attributes and classes to host BitLocker Drive Encryption or Trusted Platform Module information. - - - - -BitLocker Drive Encryption could not perform requested action. This condition may occur when two requests are issued at the same time. - - - - -BitLocker Drive Encryption is not enabled on this volume. Turn on BitLocker. - - - - -No secure key protector has been defined. - - - - -You have an incompatible boot manager. Update the boot manager (BOOTMGR). - - - - -You have an incompatible boot sector. Update the boot manager (BOOTMGR). - - - - -If there is a bootable CD or DVD in your computer, remove it, restart the computer and turn on BitLocker again. If the problem persists contact the computer manufacturer for BIOS upgrade instructions. - - - - -The BIOS did not correctly communicate with the Master Boot Record (MBR). Contact the computer manufacturer for BIOS upgrade instructions. - - - - -The BIOS did not correctly communicate with the TPM. Contact the computer manufacturer for BIOS upgrade instructions. - - - - -The volume is not encrypted, no key is available. - - - - -This volume is locked by BitLocker Drive Encryption. Return to the control panel to unlock volume. - - - - -An error occured while attemption to compress or extract the data. - - - - -The execution of the Rules Manager failed. - - - - -The Event Log channel Microsoft-Windows-TaskScheduler must be enabled to perform this operation. - - - - -The Event Log channel Microsoft-Windows-Diagnosis-PLA/Operational must be enabled to perform this operation. - - - - -The session name provided is invalid. - - - - -When specifying the executable that you want to trace, you must specify a full path to the executable and not just a filename. - - - - -Duplicate items are not allowed. - - - - -The wait for the report generation tool to finish has timed out. - - - - -The wait for the Data Collector to start has timed out. - - - - -The wait for the Data Collector Set start notification has timed out. - - - - -Data Collector already exists. - - - - -The executable path you have specified does not exist. Verify that the specified path is correct. - - - - -The executable path you have specified is already configured for API tracing. - - - - -The executable path you have specified refers to a network share or UNC path. - - - - -A conflict was detected in the list of include/exclude APIs. Do not specify the same API in both the include list and the exclude list. - - - - -Data Collector Set is not running. - - - - -A user account is required in order to commit the current Data Collector Set properties. - - - - -The current configuration for this Data Collector Set requires that it contain exactly one Data Collector. - - - - -Property value conflict. - - - - -Property value will be ignored. - - - - -Data Collector Set already exists. - - - - -Not enough free disk space to start Data Collector Set. - - - - -Unable to start Data Collector Set because there are too many folders. - - - - -The Data Collector Set or one of its dependencies is already in use. - - - - -Data Collector Set was not found. - - - - -The BIOS does not support the physical presence interface. - - - - -The BIOS failure prevented the successful execution of the requested TPM operation (e.g. invalid TPM operation request, BIOS communication error with the TPM). - - - - -The user failed to confirm the TPM operation request. - - - - -A general error was detected when attempting to acquire the BIOS's response to a Physical Presence command. - - - - -TBS is not compatible with the version of TPM found on the system. - - - - -The physical presence interface is not supported. - - - - -A new virtual resource could not be created because there are too many open virtual resources. - - - - -A new TBS context could not be created because there are too many open contexts. - - - - -No new entries can be added to the hash table. - - - - -No resources can be unloaded. - - - - -The resource type did not match. - - - - -The requested resource is no longer available. - - - - -The TBS does not recognize the specified ordinal. - - - - -The TPM command failed. - - - - -There are too many TPM contexts in use. - - - - -The TPM does not have enough space to load the requested resource. - - - - -The specified item was not found in the list. - - - - -The specified list is empty, or the iteration has reached the end of the list. - - - - -There was not enough memory to fulfill the request - - - - -The command was canceled. - - - - -The TBS scheduler is not running. - - - - -The RPC subsystem could not be initialized. - - - - -One or more parameters is invalid - - - - -The pointer to the returned handle location was NULL or invalid - - - - -The specified virtual handle matches a virtual handle already in use. - - - - -No entry with the specified key was found. - - - - -An error occurred while communicating with the TPM - - - - -An invalid context parameter was specified. - - - - -The specified context handle is invalid. - - - - -The context could not be cleaned up. - - - - -The specified buffer was too small. - - - - -The random number generated did not pass FIPS RNG check. - - - - -The format of the owner auth data was invalid. - - - - -The specified PCR data was invalid. - - - - -The data given does not appear to be a valid key blob - - - - -One or more of the specified context parameters was not valid. - - - - -The data given does not appear to be a valid delegate blob. - - - - -The specified PCR index was invalid - - - - -The requested supplied data does not appear to be a valid migration authorization blob. - - - - -The key parameters structure was not valid - - - - -The encryption operation failed. - - - - -The key size is not valid. - - - - -The encoding in the blob was not recognized. - - - - -The message was too large for the encoding scheme. - - - - -The TPM returned an unexpected result. - - - - -An error occurred while communicating with the TBS. - - - - -The specified context handle was not valid. - - - - -The specified authorization information was invalid. - - - - -The caller does not have the appropriate rights to perform the requested -operation. - - - - -An internal error was detected. - - - - -The specified buffer was too small. - - - - -Not enough memory was available to satisfy the request. - - - - -One or more input parameters is invalid. - - - - -One or more output parameters was NULL or invalid. - - - - -The command buffer cannot contain any more data. - - - - -The command buffer does not contain enough data to satisfy the request. - - - - -The command buffer is not in the correct state. - - - - -The TBS service has been disabled. - - - - -A compatible Trusted Platform Module (TPM) Security Device cannot be found on this computer. - - - - -The input or output buffer is too large. - - - - -The command was canceled. - - - - -The physical presence interface is not supported. - - - - -The TBS service has been started but is not yet running. - - - - -A new virtual resource could not be created because there are too many open -virtual resources. - - - - -A new context could not be created because there are too many open contexts. - - - - -The TBS service is not running and could not be started. - - - - -One or more context parameters is invalid. - - - - -An error occurred while communicating with the TPM. - - - - -A specified output buffer is too small. - - - - -The specified context handle does not refer to a valid context. - - - - -A specified output pointer is bad. - - - - -One or more input parameters is bad. - - - - -An internal software error has been detected. - - - - -The TPM is defending against dictionary attacks and is in a time-out period. - - - - -The TPM is currently executing a full selftest. - - - - -SelfTestFull has not been run. - - - - -The TPM is too busy to respond to the command immediately, but the command could be resubmitted at a later time. - - - - -The command within the transport is not supported. - - - - -The command within the transport was blocked. - - - - -The TPM returned a duplicate handle and the command needs to be resubmitted. - - - - -The specified handle was not found. - - - - -The command was blocked. - - - - -There is no room in the context list for additional contexts. - - - - -Bad signature of CMK ticket. - - - - -Attempt to revoke the EK and the EK is not revocable. - - - - -Incorrect migration authority. - - - - -Migration source incorrect. - - - - -Migration destination not authenticated. - - - - -Migration authority signature validation failure. - - - - -Too many contexts held by the TPM. - - - - -The context blob is invalid. - - - - -Delegation is not correct. - - - - -The handle is incorrect. - - - - -The consistency check on w has failed. - - - - -The issuer's validity check has detected an inconsistency. - - - - -The atomic process indicated by the submitted DAA command is not the expected process. - - - - -The consistency check on DAA_tpmSpecific has failed. - - - - -The consistency check on DAA_issuerSettings has failed. - - - - -The consistency check on DAA parameter inputData1 has failed. - - - - -The consistency check on DAA parameter inputData0 has failed. - - - - -The DAA command has no resources availble to execute the command. - - - - -Attempt to context save a owner evict controlled key. - - - - -There was a command executed outside of an exclusive transport session. - - - - -Delegation table management not enabled. - - - - -Attempt to manage a family other then the delegated family. - - - - -The delegate administration is locked. - - - - -The resource pointed to by context is not loaded. - - - - -No operator AuthData value is set. - - - - -The maximum number of NV writes without an owner has been exceeded. - - - - -The gap between saved context counts is too large. - - - - -The write is not a complete write of the area. - - - - -The counter handle is incorrect. - - - - -The key is under control of the TPM Owner and can only be evicted by the TPM Owner. - - - - -The structure tag and version are invalid or inconsistent. - - - - -The NV area attributes conflict. - - - - -The NV area has already been written to. - - - - -The family count value does not match. - - - - -There is no protection on the write to the NV area. - - - - -The NV area is read only and can't be written to. - - - - -The locality is incorrect for the attempted operation. - - - - -The NV area is locked and not writtable. - - - - -NV_LoadKey blob requires both owner and blob authorization. - - - - -Wrong operation to load an NV key. - - - - -The operation requires a signed command. - - - - -The permission to manipulate the NV storage is not available. - - - - -The command is attempting to use an invalid family ID. - - - - -The TPM is attempting to execute a command only available when in FIPS mode. - - - - -When saving context identified resource type does not match actual resource. - - - - -Make identity blob not properly typed. - - - - -Attempt to reset a PCR register that requires locality and locality modifier not part of command transport. - - - - -Attempt to reset a PCR register that does not have the resettable attribute. - - - - -TPM audit construction failed and the underlying command was returning success. - - - - -TPM audit construction failed and the underlying command was returning a failure code also. - - - - -The TPM does not allow for wrapped transport sessions. - - - - -The TPM cannot perform this version of the capability. - - - - -Either the physicalPresence or physicalPresenceLock bits have the wrong value. - - - - -A mode parameter is bad, such as capArea or subCapArea for TPM_GetCapability, phsicalPresence parameter for TPM_PhysicalPresence, or migrationType for TPM_CreateMigrationBlob. - - - - -The size of the data (or blob) parameter is bad or inconsistent with the referenced key. - - - - -The signature or encryption scheme for this key is incorrect or not permitted in this situation. - - - - -The migration properties of this key are incorrect. - - - - -The key properties in TPM_KEY_PARMs are not supported by this TPM. - - - - -Signed data cannot include additional DER information. - - - - -The command was received in the wrong sequence relative to TPM_Init and a subsequent TPM_Startup. - - - - -The submitted entity type is not allowed. - - - - -The usage of a key is not allowed. - - - - -The TPM does not have an Endorsement Key (EK) installed. - - - - -An invalid handle was used. - - - - -The decryption process did not complete. - - - - -The encryption process had a problem. - - - - -An IO error occurred transmitting information to the TPM. - - - - -The tag value sent to for a command is invalid. - - - - -The authorization for the second key in a 2 key function failed authorization. - - - - -Self-test has failed and the TPM has shutdown. - - - - -The calculation is unable to proceed because the existing SHA-1 thread has already encountered an error. - - - - -There is no existing SHA-1 thread. - - - - -The paramSize argument to the command has the incorrect value . - - - - -The named PCR value does not match the current PCR value. - - - - -The TPM does not have the space to perform the operation. - - - - -A random string was too short. - - - - -The TPM has insufficient internal resources to perform the requested action. - - - - -The Trusted Platform Module (TPM) already has an owner. - - - - -An encrypted blob is invalid or was not created by this TPM. - - - - -There is no Storage Root Key (SRK) set. - - - - -No room to load key. - - - - -PCR information could not be interpreted. - - - - -Migration authorization failed. - - - - -Unacceptable encryption scheme. - - - - -The key handle points to an invalid key. - - - - -The key handle cannot be intrepreted. - - - - -The ability to install an owner is disabled. - - - - -The ordinal was unknown or inconsistent. - - - - -The operation failed. - - - - -The target command has been disabled. - - - - -Enable the Trusted Platform Module (TPM). - - - - -Activate the Trusted Platform Module (TPM). - - - - -The clear disable flag is set and all clear operations now require physical access. - - - - -An operation completed successfully but the auditing of that operation failed. - - - - -One or more parameter is bad. - - - - -The index to a PCR, DIR or other register is incorrect. - - - - -Authentication failed. - - - - -This is an error mask to convert TPM hardware errors to win errors. - - - - -The function failed because the current session is changing its type. This function cannot be called when the current session is changing its type. There are currently three types of sessions: console, disconnected and remote (RDP or ICA). - - - - -An internal error caused an operation to fail. - - - - -An array passed to the function cannot hold all of the data that the function must copy into the array. - - - - -The function failed because the specified GDI device did not have any monitors associated with it. - - - - -The function failed because an invalid pointer parameter was passed to it. A pointer parameter is invalid if it is NULL, points to an invalid address, points to a kernel mode address, or is not correctly aligned. - - - - -This function does not support GDI mirroring display devices because GDI mirroring display devices do not have any physical monitors associated with them. - - - - -The function failed because the specified GDI display device was not attached to the Windows desktop. - - - - -This function cannot find an actual GDI display device which corresponds to the specified GDI display device name. - - - - -This function can only be used if a program is running in the local console session. It cannot be used if the program is running on a remote desktop session or on a terminal server session. - - - - -SetMonitorColorTemperature()'s caller passed a color temperature to it which the current monitor did not support. This error implies that the monitor violated the MCCS 2.0 or MCCS 2.0 Revision 1 specification. - - - - -The monitor returned an invalid monitor technology type. CRT, Plasma and LCD (TFT) are examples of monitor technology types. This error implies that the monitor violated the MCCS 2.0 or MCCS 2.0 Revision 1 specification. - - - - -The Monitor Configuration API only works with monitors which support the MCCS 1.0 specification, MCCS 2.0 specification or the MCCS 2.0 Revision 1 specification. - - - - -The MCCS version in a monitor's mccs_ver capability does not match the MCCS version the monitor reports when the VCP Version (0xDF) VCP code is used. - - - - -The monitor does not comply with the MCCS specification it claims to support. - - - - -The monitor's VCP Version (0xDF) VCP code returned an invalid version value. - - - - -A continuous VCP code's current value is greater than its maximum value. This error code indicates that a monitor returned an invalid value. - - - - -The operating system asynchronously destroyed the monitor which corresponds to this handle because the operating system's state changed. This error typically occurs because the monitor PDO associated with this handle was removed, the monitor PDO associated with this handle was stopped, or a display mode change occurred. A display mode change occurs when windows sends a WM_DISPLAYCHANGE windows message to applications. - - - - -This function failed because an invalid monitor handle was passed to it. - - - - -An error occurred because the checksum field in a DDC/CI message did not match the message's computed checksum value. This error implies that the data was corrupted while it was being transmitted from a monitor to a computer. - - - - -An error occurred because the field length of a DDC/CI message contained an invalid value. - - - - -An operation failed because a DDC/CI message had an invalid value in its command field. - - - - -An internal Monitor Configuration API error occured. - - - - -The monitor returned a DDC/CI capabilities string which did not comply with the ACCESS.bus 3.0, DDC/CI 1.1, or MCCS 2 Revision 1 specification. - - - - -The function failed because a monitor returned an invalid Timing Status byte when the operating system used the DDC/CI Get Timing Report & Timing Message command to get a timing report from a monitor. - - - - -The data received from the monitor is invalid. - - - - -The monitor does not support the specified VCP code. - - - - -An error occurred while receiving data from the device on the I2C bus. - - - - -An error occurred while transmitting data to the device on the I2C bus. - - - - -No device on the I2C bus has the specified address. - - - - -The monitor connected to the specified video output does not have an I2C bus. - - - - -The IOPMVideoOutput::Configure function returns this error code if the passed in sequence number is not the expected sequence number or the passed in OMAC value is invalid. - - - - -The IOPMVideoOutput::COPPCompatibleGetInformation or IOPMVideoOutput::Configure method failed because the display driver does not support the OPM_GET_ACP_AND_CGMSA_SIGNALING and OPM_SET_ACP_AND_CGMSA_SIGNALING GUIDs. - - - - -Either the IOPMVideoOutput::COPPCompatibleGetInformation, IOPMVideoOutput::GetInformation, or IOPMVideoOutput::Configure method failed. This error is only returned if a video output has COPP semantics. IOPMVideoOutput::COPPCompatibleGetInformation returns this error code if the caller requested OPM specific information. IOPMVideoOutput::GetInformation always returns this error if a video output has COPP semantics. IOPMVideoOutput::Configure returns this error when the caller tries to use an OPM specific command. - - - - -The method failed because an unexpected error occurred inside of a display driver. - - - - -The IOPMVideoOutput::GetInformation and IOPMVideoOutput::COPPCompatibleGetInformation methods return this error if the passed in sequence number is not the expected sequence number or the passed in OMAC value is invalid. - - - - -Either the IOPMVideoOutput::COPPCompatibleGetInformation, IOPMVideoOutput::GetInformation, or IOPMVideoOutput::Configure method failed. This error is only returned if a video output has OPM semantics. IOPMVideoOutput::COPPCompatibleGetInformation always returns this error if a video output has OPM semantics. IOPMVideoOutput::GetInformation returns this error code if the caller requested COPP specific information. IOPMVideoOutput::Configure returns this error when the caller tries to use a COPP specific command. - - - - -The method failed because the session is changing its type. No IOPMVideoOutput methods can be called when a session is changing its type. There are currently three types of sessions: console, disconnected and remote (RDP or ICA). - - - - -The operating system asynchronously destroyed this OPM video output because the operating system's state changed. This error typically occurs because the monitor PDO associated with this video output was removed, the monitor PDO associated with this video output was stopped, the video output's session became a non-console session or the video output's desktop became an inactive desktop. - - - - -The IOPMVideoOutput::Configure method cannot enable HDCP because the display adapter's HDCP hardware is already being used by other physical outputs. - - - - -The IOPMVideoOutput::Configure method cannot enable the specified output protection technology because the output's screen resolution is too high. - - - - -The IOPMVideoOutput::GetInformation method cannot return the version of the SRM being used because the application never successfully passed an SRM to the video output. - - - - -The video output cannot enable the Content Generation Management System Analogue (CGMS-A) protection technology because it does not support CGMS-A. - - - - -The video output cannot enable Analogue Copy Protection (ACP) because it does not support ACP. - - - - -The video output cannot enable the High-bandwidth Digital Content Protection (HDCP) System because it does not support HDCP. - - - - -The HDCP System Renewability Message passed to this function did not comply with section 5 of the HDCP 1.1 specification. - - - - -The function failed because the display adapter's Hardware Functionality Scan failed to validate the graphics hardware. - - - - -A video output could not be created because the frame buffer is in theater mode. - - - - -A video output could not be created because the frame buffer is in spanning mode. - - - - -A certificate could not be returned because the certificate buffer passed to the function was too small. - - - - -The function failed because the caller passed in an invalid OPM user mode handle. - - - - -An internal error caused this operation to fail. - - - - -The GDI display device passed to this function does not have any active video outputs. - - - - -The specified encrypted parameters are invalid. - - - - -The driver does not support UAB. - - - - -The driver does not support COPP. - - - - -The driver does not support OPM. - - - - -An operation is being attempted that requires the display adapter to be in a quiescent state. - - - - -Starting the adapter has been deferred temporarily. - - - - -The display adapter is being polled for children too frequently at the same polling level. - - - - -The driver trying to start is not the same as the driver for the POSTed display adapter. - - - - -Starting the leadlink adapter has been deferred temporarily. - - - - -The adapter link was found to be in an inconsistent state. Not all adapters are in an expected PNP/Power state. - - - - -An attempt was made to power up a lead link display adapter when the chain links were powered down. - - - - -An attempt was made to start a lead link display adapter when the chain links were not started yet. - - - - -The chain of linked adapters is not ready to start because of an unknown failure. - - - - -Some chain adapters in a linked configuration were not enumerated yet. - - - - -Lead adapter in a linked configuration was not enumerated yet. - - - - -The display adapter is not linked to any other adapters. - - - - -Child device presence was not reliably detected. - - - - -Specified display adapter child device does not support descriptor exposure. - - - - -Specified display adapter child device already has an external device connected to it. - - - - -Client VidPN is not set on this adapter (e.g. no user mode initiated mode changes took place on this adapter yet). - - - - -Specified client type was not recognized. - - - - -Miniport requested that augmentation be cancelled for the specified source of the specified VidPN's topology. - - - - -Maximum supported number of present paths has been reached. - - - - -Specified monitor frequency range constraint is invalid. - - - - -Specified monitor capability origin is invalid. - - - - -Specified mode pruning algorithm is invalid - - - - -Specified primary surface has a different private format attribute than the current primary surface - - - - -All available importance ordinals are already used in specified topology. - - - - -Topology changes are not allowed for the specified VidPN. - - - - -Specified scanline ordering type is invalid. - - - - -Specified content transformation is not pinned on the specified VidPN present path. - - - - -No more than one unassigned mode set can exist at any given time for a given VidPN source/target. - - - - -Specified VidPN present path copy protection type is invalid. - - - - -Specified VidPN present path content type is invalid. - - - - -Specified VidPN topology recommendation reason is invalid. - - - - -Specified data set (e.g. mode set, frequency range set, descriptor set, topology, etc.) does not contain any more elements. - - - - -Specified data set (e.g. mode set, frequency range set, descriptor set, topology, etc.) is empty. - - - - -Specified mode is not in the specified mode set. - - - - -Multi-sampling is not supported on the respective VidPN present path. - - - - -Specified gamma ramp is not supported on the respective VidPN present path. - - - - -Specified gamma ramp is invalid. - - - - -Specified content geometry transformation is not supported on the respective VidPN present path. - - - - -Specified VidPN present path content geometry transformation is invalid. - - - - -Specified VidPN present path importance ordinal is invalid. - - - - -Specified VidPN is active and cannot be accessed. - - - - -Specified VidPN source is already owned by a DMM client and cannot be used until that client releases it. - - - - -Failed to acquire display mode management interface. - - - - -Specified target is not part of the specified VidPN's topology. - - - - -Specified pixel value access mode is invalid. - - - - -Specified color basis is invalid. - - - - -Specified pixel format is invalid. - - - - -Specified stride is invalid. - - - - -Specified visible region size is invalid. - - - - -Specified primary surface size is invalid. - - - - -Specified source is not part of the specified VidPN's topology. - - - - -There is no monitor connected on the specified video present target. - - - - -Specified VidPN topology is stale. Please reacquire the new topology. - - - - -VidPN manager of the display adapter in question does not have an active VidPN. - - - - -Display adapter in question does not have an associated VidPN manager. - - - - -Newly arrived monitor could not be associated with a display adapter. - - - - -Specified VidPN source cannot be used because there is no available VidPN target to connect it to. - - - - -ID of the specified video present target is already used by another target in the set. - - - - -ID of the specified video present source is already used by another source in the set. - - - - -Two or more of the specified resources are not related to each other, as defined by the interface semantics. - - - - -Specified video present target subset type is invalid. - - - - -ID of the specified monitor descriptor is already used by another descriptor in the set. - - - - -Specified descriptor is already in the specified monitor descriptor set. - - - - -Specified descriptor is not in the specified monitor descriptor set. - - - - -Specified monitor descriptor is invalid. - - - - -Specified monitor descriptor set is invalid. - - - - -Display adapter must have at least one video present target. - - - - -Display adapter must have at least one video present source. - - - - -Specified present path is not in VidPN's topology. - - - - -Number of video present targets must be greater than or equal to the number of video present sources. - - - - -System failed to determine a mode that is supported by both the display adapter and the monitor connected to it. - - - - -ID of the specified mode is already used by another mode in the set. - - - - -Miniport does not have any recommendation regarding the request to provide a functional VidPN given the current display adapter configuration. - - - - -Specified monitor source mode is invalid. - - - - -Specified monitor source mode set is invalid. - - - - -Specified mode set is stale. Please reacquire the new mode set. - - - - -Specified frequency range is already in the specified monitor frequency range set. - - - - -Specified mode set does not specify preference for one of its modes. - - - - -Specified frequency range is not in the specified monitor frequency range set. - - - - -Specified monitor frequency range is invalid. - - - - -Specified monitor frequency range set is invalid. - - - - -Miniport has no recommendation for augmentation of the specified VidPN's topology. - - - - -Specified VidPN present path is invalid. - - - - -Specified video present target is already in the video present target set. - - - - -Specified video present source is already in the video present source set. - - - - -Specified video present target set is invalid. - - - - -Specified video present source set is invalid. - - - - -Specified mode is already in the mode set. - - - - -Specified video present path is already in VidPN's topology. - - - - -Pinned mode must remain in the set on VidPN's cofunctional modality enumeration. - - - - -Specified video present target mode is invalid. - - - - -Specified video present source mode is invalid. - - - - -Specified video signal total region is invalid. - - - - -Specified video signal active region is invalid. - - - - -Specified video signal frequency is invalid. - - - - -Specified VidPN target mode set is invalid. - - - - -Specified VidPN source mode set is invalid. - - - - -No mode is pinned on the specified VidPN source/target. - - - - -Specified VidPN modality is not supported (e.g. at least two of the pinned modes are not cofunctional). - - - - -Specified video present target is invalid. - - - - -Specified video present source is invalid. - - - - -Specified VidPN handle is invalid. - - - - -Specified VidPN topology is valid but is not supported by the display adapter at this time, due to current allocation of its resources. - - - - -Specified VidPN topology is valid but is not supported by this model of the display adapter. - - - - -Specified VidPN topology is invalid. - - - - -GPU exception is detected on the given device. The device is not able to be scheduled. - - - - -The specified allocation lost its content. - - - - -The allocation being referenced doesn't belong to the current device. - - - - -An invalid allocation handle is being referenced. - - - - -An invalid allocation instance is being referenced. - - - - -The allocation being referenced has been closed permanently. - - - - -A locked allocation can't be used in the current command buffer. - - - - -The allocation can't be used from it's current segment location for the specified operation. - - - - -The request failed because a pinned allocation can't be evicted. - - - - -The current allocation can't be unswizzled by an aperture. - - - - -No more unswizzling aperture are currently available. - - - - -The allocation is invalid. - - - - -A problem couldn't be solved due to some currently existing condition. The problem should be tried again immediately. - - - - -A problem couldn't be solved due to some currently existing condition. The problem should be tried again later. - - - - -An object being referenced has reach the maximum reference count already and can't be reference further. - - - - -The allocation is currently busy. - - - - -Couldn't probe and lock the underlying memory of an allocation. - - - - -Not enough video memory available to complete the operation. - - - - -Specified buffer is not big enough to contain entire requested dataset. Partial data populated upto the size of the buffer. -Caller needs to provide buffer of size as specified in the partially populated buffer's content (interface specific). - - - - -The kernel driver detected a version mismatch between it and the user mode driver. - - - - -Not able to present with color convertion - - - - -Not able to present due to denial of desktop access - - - - -Nothing to present due to desktop occlusion - - - - -Present happened but ended up into the changed desktop mode - - - - -The driver stack doesn't match the expected driver model. - - - - -Specified display adapter and all of its state has been reset. - - - - -Specified display adapter handle is invalid. - - - - -The driver needs more DMA buffer space in order to complete the requested operation. - - - - -Exclusive mode ownership is needed to create unmanaged primary allocation. - - - - -Monitor descriptor contains an invalid detailed timing block. - - - - -There is no monitor descriptor data at the specified (offset, size) region. - - - - -Provided monitor descriptor block is either corrupted or does not contain monitor's user friendly name. - - - - -Provided monitor descriptor block is either corrupted or does not contain monitor's detailed serial number. - - - - -WMI data block registration failed for one of the MSMonitorClass WMI subclasses. - - - - -Monitor descriptor contains an invalid standard timing block. - - - - -Checksum of the obtained monitor descriptor is invalid. - - - - -Format of the obtained monitor descriptor is not supported by this release. - - - - -Monitor descriptor could not be obtained. - - - - -{DWM is not queuing presents for the specified window} -The window specified is not currently using queued presents. - - - - -{No DWM redirection surface is available} -The DWM was unable to provide a redireciton surface to complete the DirectX present. - - - - -{Some desktop composition APIs are not supported while remoting} -The operation is not supported while running in a remote session. - - - - -{Desktop composition is disabled} -The operation could not be completed because desktop composition is disabled. - - - - -{Display Driver Stopped Responding} -The %hs display driver has stopped working normally. Save your work and reboot the system to restore full display functionality. -The next time you reboot the machine a dialog will be displayed giving you a chance to report this failure to Microsoft. - - - - -No waiter is present for the filter's reply to this message. - - - - -The specifiec context is already attached to another object - - - - -The specified Transaction Context is already enlisted in a transaction - - - - -The specified volume is already mounted. - - - - -The requested device object does not exist for the given volume. - - - - -The name requested was not found in Filter Manager's name cache and could not be retrieved from the file system. - - - - -An invalid parameter was specified during context registration. - - - - -No registered context allocation definition was found for the given request. - - - - -The system could not find the instance specified. - - - - -The system could not find the volume specified. - - - - -The system could not find the filter specified. - - - - -An instance already exists with this name on the volume specified. - - - - -An instance already exists at this altitude on the volume specified. - - - - -Do not detach the filter from the volume at this time. - - - - -Do not attach the filter to the volume at this time. - - - - -The callback data queue has been disabled. - - - - -A duplicate handler definition has been provided for an operation. - - - - -Non-paged pool must be used for this type of context. - - - - -The object specified for this action is in the process of being deleted, therefore the action requested cannot be completed at this time. - - - - -The Filter Manager had an internal error from which it cannot recover, therefore the operation has been failed. This is usually the result of a filter returning an invalid value from a pre-operation callback. - - - - -The filter must cleanup any operation specific context at this time because it is being removed from the system before the operation is completed by the lower drivers. - - - - -The filter is not ready for attachment to volumes because it has not finished initializing (FltStartFiltering has not been called). - - - - -The Filter Manager was not initialized when a filter tried to register. Make sure that the Filter Manager is getting loaded as a driver. - - - - -Posting this operation to a worker thread for further processing is not safe at this time because it could lead to a system deadlock. - - - - -An invalid name request was made. The name requested cannot be retrieved at this time. - - - - -Disallow the Fast IO path for this operation. - - - - -Asynchronous requests are not valid for this operation. - - - - -A context is already defined for this object. - - - - -A handler was not defined by the filter for this operation. - - - - -The IO was completed by a filter. - - - - -COM+ partitions are currently disabled. - - - - -The specified user cannot write to the system registry - - - - -The specified SAFER level is invalid. - - - - -Access is denied because the component is private. - - - - -Alas, Event Class components cannot be aliased. - - - - -The Base Application Partition exists in all partition sets and cannot be removed. - - - - -A private component cannot be moved (or copied) to a library application or to the base partition - - - - -A component cannot be moved (or copied) to the System Application, an application proxy or a non-changeable application - - - - -A component cannot be moved (or copied) from the System Application, an application proxy or a non-changeable application - - - - -Legacy components may not exist in non-base partitions. - - - - -Applications containing one or more legacy components may not be exported to 1.0 format. - - - - -Only Application Files (*.MSI files) can be installed into partitions. - - - - -Access to the specified partition is denied. - - - - -A recycled process may not be paused. - - - - -The partition specified as default is not a member of the partition set. - - - - -The ProgID provided to the copy operation is invalid. The ProgID is in use by another registered CLSID. - - - - -Library applications may not be NT services. - - - - -A paused process may not be recycled. - - - - -The process has already been recycled. - - - - -Applications running as NT services may not be recycled. - - - - -Library applications may not be recycled. - - - - -One or more users are already assigned to a local partition set. - - - - -COM+ applications that run as NT service may not be pooled or recycled - - - - -The partition(s) specified are not valid. - - - - -The specified application is not currently running - - - - -One of the specified objects cannot be found - - - - -One of the objects being inserted or updated does not belong to a valid parent collection - - - - -Cannot create a duplicate resource of type Distributed Transaction Coordinator - - - - -The message was requeued or moved by a user not in the "QC Trusted User" role - - - - -An unauthenticated message was received by an application that accepts only authenticated messages - - - - -The message is improperly formatted or was damaged in transit - - - - -Unable to marshal an interface that does not support IPersistStream - - - - -MSMQ is required for the requested operation and is not installed - - - - -At least one interface must be marked "queued" in order to create a queued component instance with the "queue" moniker - - - - -Only COM+ Applications marked "queued" can be invoked using the "queue" moniker - - - - -The COM+ Catalog Server threw an exception during execution - - - - -The application cannot be paused or resumed - - - - -There was a type mismatch between a binary and an application - - - - -A binary of unknown or invalid type was provided - - - - -There was a type mismatch between binaries - - - - -The schema version to be migrated could not be found in the COM+ registry database - - - - -This version of the COM+ registry database cannot be migrated - - - - -The COM+ registry database is already running - - - - -The COM+ registry database detected a system error - - - - -The COM+ registry database is not open - - - - -The COM+ registry database has not been initialized - - - - -The partition name is not unique and cannot be resolved to a partition id - - - - -The application name is not unique and cannot be resolved to an application id - - - - -Applications that contain one or more imported components cannot be installed into a non-base partition - - - - -The partition cannot be exported, because one or more components in the partition have the same file name - - - - -The partition cannot be deleted because it is the default partition for one or more users - - - - -The specified partition name is invalid. Check that the name contains at least one visible character - - - - -The specified partition name is already in use on this computer - - - - -You cannot start an application that has been disabled - - - - -This function is valid for the base partition only - - - - -Library applications and application proxies are incompatible - - - - -An event class cannot also be a subscriber component - - - - -Cannot subscribe to this component (the component may have been imported) - - - - -System application is not exportable - - - - -Failed to start application because it is either a library application or an application proxy - - - - -Application Proxy is not exportable - - - - -This operation is not enabled on this platform - - - - -You must have components in an application in order to start the application - - - - -A role assigned to a component, interface, or method did not exist in the application - - - - -A CLSID with the same GUID as the new application ID is already installed on this machine - - - - -This object is not poolable - - - - -Object was not found in registry - - - - -The property value is too large - - - - -The registration file is corrupt - - - - -The component already exists - - - - -The object you are attempting to add or rename already exists - - - - -One or more property settings are either invalid or in conflict with each other - - - - -The service is not installed - - - - -A component in the same DLL is already installed - - - - -The component registrar referenced in this file is not available - - - - -This operation cannot be performed on the system application - - - - -The system was unable to register the TypeLib - - - - -The component move failed because the destination application no longer exists - - - - -The component move was disallowed, because the source or destination application is either a system application or currently locked against changes - - - - -The server catalog version is not supported - - - - -The delete function has been disabled for this object - - - - -Changes to this object and its sub-objects have been disabled - - - - -The file does not contain components or component information - - - - -The TypeLib could not be loaded - - - - -The DLL does not support the components listed in the TypeLib - - - - -GetClassObject failed in the DLL - - - - -The DLL could not be loaded - - - - -The file does not exist - - - - -Errors occurred while in the component registrar - - - - -Application install directory not found - - - - -The registered TypeLib ID is not valid - - - - -DLL could not be loaded - - - - -No server file share available - - - - -DllRegisterServer failed on component install - - - - -Interface information is either missing or changed - - - - -Application file CLSIDs or IIDs do not match corresponding DLLs - - - - -The identity or password set on the application is not valid - - - - -Unable to set required authentication level for update request - - - - -The component's progID is missing or corrupt - - - - -The component's CLSID is missing or corrupt - - - - -One or more users in the application file are not valid - - - - -One or more users are not valid - - - - -An error occurred copying the file - - - - -The role already exists - - - - -The application is already installed - - - - -The file path is invalid - - - - -Invalid version number in application file - - - - -Error occurred reading the application file - - - - -Error occurred writing to the application file - - - - -The object is already registered - - - - -The object was not found in the catalog - - - - -One or more of the object's properties are missing or invalid - - - - -Errors occurred accessing one or more objects - the ErrorInfo collection may have more detail - - - - -The new cache item exceeds the maximum per-item size defined for the cache. - - - - -The requested cache item is too old and was deleted from the cache. - - - - -The requested item could not be found in the cache. - - - - -No PIN was presented to the smart card. - - - - -The action was cancelled by the user. - - - - -The end of the smart card file has been reached. - - - - -The card cannot be accessed because the maximum number of PIN entry attempts has been reached. - - - - -The card cannot be accessed because the wrong PIN was presented. - - - - -Access was denied because of a security violation. - - - - -The smart card has been removed, so that further communication is not possible. - - - - -The smart card has been reset, so any shared state information is invalid. - - - - -Power has been removed from the smart card, so that further communication is not possible. - - - - -The smart card is not responding to a reset. - - - - -The reader cannot communicate with the smart card, due to ATR configuration conflicts. - - - - -The Smart card resource manager is too busy to complete this operation. - - - - -The requested key container does not exist on the smart card. - - - - -A communications error with the smart card has been detected. Retry the operation. - - - - -Cannot find a smart card reader. - - - - -The requested certificate could not be obtained. - - - - -The requested certificate does not exist. - - - - -An unrecognized error code was returned from a layered component. - - - - -The supplied PIN is incorrect. - - - - -There was an error trying to set the smart card file object pointer. - - - - -The smartcard does not have enough memory to store the information. - - - - -Access is denied to this file. - - - - -The supplied path does not represent a smart card file. - - - - -The supplied path does not represent a smart card directory. - - - - -The identified file does not exist in the smart card. - - - - -The identified directory does not exist in the smart card. - - - - -This smart card does not support the requested feature. - - - - -The requested order of object creation is not supported. - - - - -No Primary Provider can be found for the smart card. - - - - -An unexpected card error has occurred. - - - - -The Smart card resource manager has shut down. - - - - -The Smart card resource manager is not running. - - - - -The smart card does not meet minimal requirements for support. - - - - -The reader driver did not produce a unique reader name. - - - - -The reader driver does not meet minimal requirements for support. - - - - -The PCI Receive buffer was too small. - - - - -The operation has been aborted to allow the server application to exit. - - - - -The specified reader is not currently available for use. - - - - -An attempt was made to end a non-existent transaction. - - - - -An ATR obtained from the registry is not a valid ATR string. - - - - -An internal error has been detected, but the source is unknown. - - - - -An internal communications error has been detected. - - - - -The action was cancelled by the system, presumably to log off or shut down. - - - - -One or more of the supplied parameters values could not be properly interpreted. - - - - -The reader or smart card is not ready to accept commands. - - - - -The requested protocols are incompatible with the protocol currently in use with the smart card. - - - - -The system could not dispose of the media in the requested manner. - - - - -The specified smart card name is not recognized. - - - - -The operation requires a Smart Card, but no Smart Card is currently in the device. - - - - -The smart card cannot be accessed because of other connections outstanding. - - - - -The user-specified timeout value has expired. - - - - -The specified reader name is not recognized. - - - - -The data buffer to receive returned data is too small for the returned data. - - - - -An internal consistency timer has expired. - - - - -Not enough memory available to complete this command. - - - - -Registry startup information is missing or invalid. - - - - -One or more of the supplied parameters could not be properly interpreted. - - - - -The supplied handle was invalid. - - - - -The action was cancelled by an SCardCancel request. - - - - -An internal consistency check failed. - - - - -No installed components were detected. - - - - -An unrecoverable stack overflow was encountered. - - - - -A problem was encountered while attempting to delete the driver from the store. - - - - -The hash for the file is not present in the specified catalog file. The file is likely corrupt or the victim of tampering. - - - - -The specified INF is the wrong type for this operation. - - - - -The installation of this driver is forbidden by system policy. Contact your system administrator. - - - - -The installation of this device is forbidden by system policy. Contact your system administrator. - - - - -A problem was encountered while attempting to add the driver to the store. - - - - -One of the installers for this device cannot perform the installation at this time. - - - - -The file may only be validated by a catalog signed via Authenticode(tm). - - - - -The software was tested for compliance with Windows Logo requirements on a different version of Windows, and may not be compatible with this version. - - - - -The publisher of an Authenticode(tm) signed catalog was not established as trusted. - - - - -The publisher of an Authenticode(tm) signed catalog has not yet been established as trusted. - - - - -The INF was signed with an Authenticode(tm) catalog from a trusted publisher. - - - - -Authenticode(tm) signature verification is not supported for the specified INF. - - - - -A file could not be verified because it does not have an associated catalog signed via Authenticode(tm). - - - - -The requested device install operation is obsolete. - - - - -One or more devices are presently installed using the specified INF. - - - - -The specified file is not an installed OEM INF. - - - - -The requested operation is not supported for a remote machine. - - - - -A problem was encountered when accessing the Plug and Play registry database. - - - - -An unknown exception was encountered. - - - - -The Security Configuration Editor (SCE) APIs have been disabled on this Embedded product. - - - - -An INF was copied into the Windows INF directory in an improper manner. - - - - -The operation involving unsigned file copying was rolled back, so that a system restore point could be set. - - - - -Operation not allowed in WOW64. - - - - -Driver is not intended for this platform. - - - - -Cannot copy to specified target. - - - - -The device could not be dynamically removed. - - - - -The device cannot be disabled. - - - - -An invalid attempt was made to use a device installation file queue for verification of digital signatures relative to other platforms. - - - - -The third-party INF does not contain digital signature information. - - - - -The driver selected for this device does not support Windows. - - - - -The driver selected for this device does not support Windows Vista. - - - - -One of the filter drivers installed for this device is invalid. - - - - -The class installer has denied the request to install or upgrade this device. - - - - -A logical configuration specified in this INF is invalid. - - - - -There is no icon that represents this device or device type. - - - - -There are no compatible drivers for this device. - - - - -The device's co-installer is invalid. - - - - -The device's co-installer has additional work to perform after installation is complete. - - - - -The requested device interface is not present in the system. - - - - -The property page provider registry entry is invalid. - - - - -The Plug and Play service is not available on the remote machine. - - - - -The machine selected for remote communication is not available at this time. - - - - -A general remote communication error occurred. - - - - -The specified machine name does not conform to UNC naming conventions. - - - - -The reference string supplied for this interface device is invalid. - - - - -This interface class does not exist in the system. - - - - -An interface installation section in this INF is invalid. - - - - -The operation cannot be performed because the device interface has been removed from the system. - - - - -The operation cannot be performed because the device interface is currently active. - - - - -There is presently no default device interface designated for this interface class. - - - - -The installation failed because a function driver was not specified for this device instance. - - - - -There is no class driver list for the device information element. - - - - -A service installation section in this INF is invalid. - - - - -The operation cannot be performed because the file queue is locked. - - - - -No class installer parameters have been set for the device information set or element. - - - - -The specified path does not contain any applicable device INFs. - - - - -The operation cannot be performed because the device information element is locked. - - - - -The operation cannot be performed because the device information set is locked. - - - - -There is no device information element currently selected for this device information set. - - - - -The specified hardware profile does not exist. - - - - -The operation does not require any files to be copied. - - - - -The class installer has indicated that the default action should be performed for this installation request. - - - - -The class installer registry entry is invalid. - - - - -The icon representing this install class cannot be loaded. - - - - -The device instance does not exist in the hardware tree. - - - - -The INF from which a driver list is to be built does not exist. - - - - -The device property code is invalid. - - - - -The operation cannot be performed on a device information element that has not been registered. - - - - -The device instance cannot be created because it already exists. - - - - -The install class is not present or is invalid. - - - - -The device instance name is invalid. - - - - -The requested device registry key does not exist. - - - - -There is no driver selected for the device information set or element. - - - - -An existing device was found that is a duplicate of the device being manually installed. - - - - -The INF or the device information set or element does not match the specified install class. - - - - -The INF or the device information set or element does not have an associated install class. - - - - -The files affected by the installation of this file queue have not been backed up for uninstall. - - - - -The required line was not found in the INF. - - - - -The required section was not found in the INF. - - - - -The style of the INF is different than what was requested. - - - - -The syntax of the INF is invalid. - - - - -An INF section was encountered whose name exceeds the maximum section name length. - - - - -A section name marker in the INF is not complete, or does not exist on a line by itself. - - - - -A non-empty line was encountered in the INF before the start of a section. - - - - -The certificate has an invalid name. The name is not included in the permitted list or is explicitly excluded. - - - - -The certificate has invalid policy. - - - - -A certification chain processed correctly, but one of the CA certificates is not trusted by the policy provider. - - - - -The certificate was explicitly marked as untrusted by the user. - - - - -The certificate is not valid for the requested usage. - - - - -The certificate's CN name does not match the passed value. - - - - -The revocation process could not continue - the certificate(s) could not be checked. - - - - -The certification path terminates with the test root which is not trusted with the current policy settings. - - - - -A certificate was explicitly revoked by its issuer. - - - - -Generic trust failure. - - - - -A certificate chain could not be built to a trusted root authority. - - - - -A certificate chain processed, but terminated in a root certificate which is not trusted by the trust provider. - - - - -A certificate is missing or has an empty value for an important field, such as a subject or issuer name. - - - - -A parent of a given certificate in fact did not issue that child certificate. - - - - -A certificate being used for a purpose other than the ones specified by its CA. - - - - -A certificate contains an unknown extension that is marked 'critical'. - - - - -A path length constraint in the certification chain has been violated. - - - - -A certificate that can only be used as an end-entity is being used as a CA or visa versa. - - - - -The validity periods of the certification chain do not nest correctly. - - - - -A required certificate is not within its validity period when verifying against the current system clock or the timestamp in the signed file. - - - - -No signature was present in the subject. - - - - -This object does not read and write self-sizing data. - - - - -The size of the indefinite-sized data could not be determined. - - - - -The size of the data could not be determined. - - - - -Unspecified cryptographic failure. - - - - -Reading / writing Extensions where Attributes are appropriate, and visa versa. - - - - -Error due to problem in ASN.1 decoding process. - - - - -Error due to problem in ASN.1 encoding process. - - - - -The subject is not trusted for the specified action. - - - - -The form specified for the subject is not one supported or known by the specified trust provider. - - - - -The trust verification action specified is not supported by the specified trust provider. - - - - -Unknown trust provider. - - - - -The requested credential requires confirmation. - - - - -Some kind of structural error. - - - - -A check failed in a partially constant table. - - - - -The structure of the DSIG table is incorrect. - - - - -There is a bad version number in the file. - - - - -A call to a CryptoAPI function failed. - - - - -Failed on a file operation (open, map, read, write). - - - - -The file is not an OpenType file. - - - - -The file did not pass the hints check. - - - - -The signature does not have the correct attributes for the policy. - - - - -The file checksum is incorrect. - - - - -A table checksum is incorrect. - - - - -File is too small to contain the last table. - - - - -Too many pad bytes between tables or pad bytes are not 0. - - - - -Two or more tables overlap. - - - - -First table does not appear after header information. - - - - -A table does not start on a long word boundary. - - - - -Duplicate table tags or tags out of alphabetical order. - - - - -The offset table has incorrect values. - - - - -The magic number in the head table is incorrect. - - - - -Could not find the head table in the file. - - - - -Could not retrieve an object from the file. - - - - -Tried to reference a part of the file outside the proper range. - - - - -The certificate does not meet or contain the Authenticode(tm) financial extensions. - - - - -A certificate's basic constraint extension has not been observed. - - - - -The digital signature of the object did not verify. - - - - -The timestamp signature and/or certificate could not be verified or is malformed. - - - - -The signature of the certificate cannot be verified. - - - - -One of the counter signatures was invalid. - - - - -The certificate for the signer of the message is invalid or not found. - - - - -A system-level error occurred while verifying trust. - - - - -Signing certificate cannot include SMIME extension. - - - - -There is a key archival hash mismatch between the request and the response. - - - - -An unexpected key archival hash attribute was found in the response. - - - - -The key archival hash attribute was not found in the response. - - - - -You cannot add the root CA certificate into your local store. - - - - -The key is not exportable. - - - - -The certificate template requires too many RA signatures. Only one RA signature is allowed. - - - - -The certificate template renewal period is longer than the certificate validity period. The template should be reconfigured or the CA certificate renewed. - - - - -One or more certificate templates to be enabled on this certification authority could not be found. - - - - -The EMail name is unavailable and cannot be added to the Subject or Subject Alternate name. - - - - -The public key does not meet the minimum size required by the specified certificate template. - - - - -The request includes a private key for archival by the server, but key archival is not enabled for the specified certificate template. - - - - -The DNS name is unavailable and cannot be added to the Subject Alternate name. - - - - -The Active Directory GUID is unavailable and cannot be added to the Subject Alternate name. - - - - -The UPN is unavailable and cannot be added to the Subject Alternate name. - - - - -The request is missing one or more required signature issuance policies. - - - - -One or more signatures did not include the required application or issuance policies. The request is missing one or more required valid signatures. - - - - -The request is missing one or more required signatures. - - - - -The request is missing required signature policy information. - - - - -The template is missing a required signature policy attribute. - - - - -The request template version is newer than the supported template version. - - - - -The request was made on behalf of a subject other than the caller. The certificate template must be configured to require at least one signature to authorize the request. - - - - -The request is missing a required SMIME capabilities extension. - - - - -The request is missing a required private key for archival by the server. - - - - -The request is missing a required Subject Alternate name extension. - - - - -The request contains conflicting template information. - - - - -The request contains no certificate template information. - - - - -The requested certificate template is not supported by this CA. - - - - -The contacted domain controller cannot support signed LDAP traffic. Update the domain controller or configure Certificate Services to use SSL for Active Directory access. - - - - -The permissions on the certificate template do not allow the current user to enroll for this type of certificate. - - - - -The permissions on this certification authority do not allow the current user to enroll for certificates. - - - - -A memory reference caused a data alignment fault. - - - - -An attempt was made to open a Certification Authority database session, but there are already too many active sessions. The server may need to be configured to allow additional sessions. - - - - -The request contains an invalid renewal certificate attribute. - - - - -At least one security principal must have the permission to manage this CA. - - - - -The request is incorrectly formatted. The encrypted private key must be in an unauthenticated attribute in an outermost signature. - - - - -Cannot archive private key. The certification authority could not verify one or more key recovery certificates. - - - - -Cannot archive private key. The certification authority is not configured for key archival. - - - - -The operation is denied. It can only be performed by a certificate manager that is allowed to manage certificates for the current requester. - - - - -The operation is denied. The user has multiple roles assigned and the certification authority is configured to enforce role separation. - - - - -The certificate contains an encoded length that is potentially incompatible with older enrollment software. - - - - -Certificate service has been suspended for a database restore operation. - - - - -The certification authority's certificate contains invalid data. - - - - -The requested property value is empty. - - - - -The request's current status does not allow this operation. - - - - -The request does not exist. - - - - -The request subject name is invalid or too long. - - - - -ASN1 end of data expected - - - - -ASN1 skipped unknown extension(s). - - - - -ASN1 not yet implemented. - - - - -ASN1 bad PDU type. - - - - -ASN1 bad unicode (UTF8). - - - - -ASN1 bad encoding rule. - - - - -ASN1 bad choice value. - - - - -ASN1 bad tag value met. - - - - -ASN1 bad real value. - - - - -ASN1 bad arguments to function call. - - - - -ASN1 function not supported for this PDU. - - - - -ASN1 buffer overflow. - - - - -ASN1 out of memory. - - - - -ASN1 constraint violated. - - - - -ASN1 value too large. - - - - -ASN1 corrupted data. - - - - -ASN1 unexpected end of data. - - - - -ASN1 internal encode or decode error. - - - - -ASN1 Certificate encode/decode error code base. -The ASN1 error values are offset by CRYPT_E_ASN1_ERROR. - - - - -OSS ASN.1 Error: Trace file error. - - - - -OSS ASN.1 Error: System resource error. - - - - -OSS ASN.1 Error: Program link error. - - - - -OSS ASN.1 Error: Program link error. - - - - -OSS ASN.1 Error: Program link error. - - - - -OSS ASN.1 Error: Program link error. - - - - -OSS ASN.1 Error: Program link error. - - - - -OSS ASN.1 Error: Program link error. - - - - -OSS ASN.1 Error: Program link error. - - - - -OSS ASN.1 Error: Program link error. - - - - -OSS ASN.1 Error: Program link error. - - - - -OSS ASN.1 Error: Program link error. - - - - -OSS ASN.1 Error: Program link error. - - - - -OSS ASN.1 Error: Program link error. - - - - -OSS ASN.1 Error: Program link error. - - - - -OSS ASN.1 Error: Program link error. - - - - -OSS ASN.1 Error: Invalid data. - - - - -OSS ASN.1 Error: Invalid data. - - - - -OSS ASN.1 Error: Trace file error. - - - - -OSS ASN.1 Error: Trace file error. - - - - -OSS ASN.1 Error: Program link error. - - - - -OSS ASN.1 Error: Function not implemented. - - - - -OSS ASN.1 Error: Trace file error. - - - - -OSS ASN.1 Error: Encode/Decode function not implemented. - - - - -OSS ASN.1 Error: Invalid data. - - - - -OSS ASN.1 Error: Invalid data. - - - - -OSS ASN.1 Error: Invalid data. - - - - -OSS ASN.1 Error: Multi-threading conflict. - - - - -OSS ASN.1 Error: Internal Error. - - - - -OSS ASN.1 Error: Invalid data. - - - - -OSS ASN.1 Error: Invalid data. - - - - -OSS ASN.1 Error: Invalid data. - - - - -OSS ASN.1 Error: Access violation. - - - - -OSS ASN.1 Error: Unsupported BER indefinite-length encoding. - - - - -OSS ASN.1 Error: Invalid data. - - - - -OSS ASN.1 Error: Invalid data. - - - - -OSS ASN.1 Error: Internal Error. - - - - -OSS ASN.1 Error: Encode/Decode Error. - - - - -OSS ASN.1 Error: Out of memory. - - - - -OSS ASN.1 Error: Encode/Decode version mismatch. - - - - -OSS ASN.1 Error: Invalid argument. - - - - -OSS ASN.1 Error: Invalid data. - - - - -OSS ASN.1 Error: Output buffer is too small, the decoded data has been truncated. - - - - -OSS ASN.1 Error: Unknown ASN.1 data type. - - - - -OSS ASN.1 Error: Signed integer is encoded as a unsigned integer. - - - - -OSS ASN.1 Error: Output Buffer is too small. - - - - -OSS Certificate encode/decode error code base -See asn1code.h for a definition of the OSS runtime errors. The OSS -error values are offset by CRYPT_E_OSS_ERROR. - - - - -The public key's algorithm parameters are missing. - - - - -None of the signers of the cryptographic message or certificate trust list is trusted. - - - - -The subject was not found in a Certificate Trust List (CTL). - - - - -Since the server was offline, the called function was unable to complete the usage check. - - - - -The called function was unable to do a usage check on the subject. - - - - -No DLL or exported function was found to verify subject usage. - - - - -The cryptographic operation failed due to a local security option setting. - - - - -The Put operation cannot continue. The file needs to be resized. However, there is already a signature present. A complete signing operation must be done. - - - - -The dwValueType for the CERT_NAME_VALUE is not one of the character strings. Most likely it is either a CERT_RDN_ENCODED_BLOB or CERT_TDN_OCTED_STRING. - - - - -The string contains an invalid X500 name attribute key, oid, value or delimiter. - - - - -The string contains a character not in the 7 bit ASCII character set. - - - - -The string contains a non-printable character. - - - - -The string contains a non-numeric character. - - - - -The certificate is not in the revocation server's database. - - - - -The revocation function was unable to check revocation because the revocation server was offline. - - - - -The revocation function was unable to check revocation for the certificate. - - - - -No Dll or exported function was found to verify revocation. - - - - -The certificate is revoked. - - - - -Final closure is pending until additional frees or closes. - - - - -The signed cryptographic message does not have a signer for the specified signer index. - - - - -Not a cryptographic message or the cryptographic message is not formatted correctly. - - - - -Cannot find the certificate and private key to use for decryption. - - - - -Cannot find the certificate and private key for decryption. - - - - -The certificate does not have a property that references a private key. - - - - -Cannot find the requested object. - - - - -The previous certificate or CRL context was deleted. - - - - -The specified certificate is self signed. - - - - -No provider was specified for the store or object. - - - - -The object or property already exists. - - - - -Cannot find object or property. - - - - -An error occurred while reading or writing to a file. - - - - -An error occurred during encode or decode operation. - - - - -The length specified for the output data was insufficient. - - - - -The protected data needs to be re-protected. - - - - -The streamed cryptographic message requires more data to complete the decode operation. - - - - -The streamed cryptographic message is not ready to return data. - - - - -The cryptographic message does not contain all of the requested attributes. - - - - -Cannot find the original signer. - - - - -Invalid issuer and/or serial number. - - - - -Invalid control type. - - - - -The enveloped-data message does not contain the specified recipient. - - - - -The content of the cryptographic message has not been decrypted yet. - - - - -The content of the cryptographic message has already been decrypted. - - - - -The index value is not valid. - - - - -The hash value is not correct. - - - - -The cryptographic message does not contain an expected authenticated attribute. - - - - -Unexpected cryptographic message encoding. - - - - -Invalid cryptographic message type. - - - - -The object identifier is poorly formatted. - - - - -Unknown cryptographic algorithm. - - - - -An error occurred while performing an operation on a cryptographic message. - - - - -The recipient rejected the renegotiation request. - - - - -Client policy does not allow credential delegation to target server with NLTM only authentication. - - - - -Client policy does not allow credential delegation to target server. - - - - -One or more of the parameters passed to the function was invalid. - - - - -A signature operation must be performed before the user can authenticate. - - - - -The domain controller certificate used for smartcard logon has been revoked. Please contact your system administrator with the contents of your system event log. - - - - -The domain controller certificate used for smartcard logon has expired. Please contact your system administrator with the contents of your system event log. - - - - -An untrusted certificate authority was detected while processing the domain controller certificate used for authentication. There is additional information in the system event log. Please contact your system administrator. - - - - -The revocation status of the domain controller certificate used for smartcard authentication could not be determined. There is additional information in the system event log. Please contact your system administrator. - - - - -An attempt was made by this server to make a Kerberos constrained delegation request for a target outside of the server's realm. This is not supported, and indicates a misconfiguration on this server's allowed to delegate to list. Please contact your administrator. - - - - -The Kerberos subsystem encountered an error. A service for user protocol request was made against a domain controller which does not support service for user. - - - - -The smartcard certificate used for authentication has expired. Please contact your system administrator. - - - - -The smartcard certificate used for authentication was not trusted. Please contact your system administrator. - - - - -The revocation status of the smartcard certificate used for -authentication could not be determined. Please contact your system administrator. - - - - -An untrusted certificate authority was detected While processing the smartcard certificate used for authentication. Please contact your system administrator. - - - - -The smartcard certificate used for authentication has been revoked. Please contact your system administrator. There may be additional information in the event log. - - - - -The system detected a possible attempt to compromise security. Please ensure that you can contact the server that authenticated you. - - - - -The certificate is not valid for the requested usage. - - - - - SEC_E_NO_KERB_KEY - - - - -The received certificate was mapped to multiple accounts. - - - - -Client's supplied SSPI channel bindings were incorrect. - - - - -The requested operation cannot be completed. The computer must be trusted for delegation and the current user account must be configured to allow delegation. - - - - -An unsupported preauthentication mechanism was presented to the kerberos package. - - - - -The encryption type requested is not supported by the KDC. - - - - -The KDC was unable to generate a referral for the service requested. - - - - -An invalid request was sent to the KDC. - - - - -A system shutdown is in progress. - - - - -Smartcard logon is required and was not used. - - - - -The client certificate does not contain a valid UPN, or does not match the client name -in the logon request. Please contact your administrator. - - - - -Expected to find PA data for a hint of what etype to use, but it was not found. - - - - -The KDC reply contained more than one principal name. - - - - -The other end of the security negotiation is requires strong crypto but it is not supported on the local machine. - - - - -The local machine must be a Kerberos KDC (domain controller) and it is not. - - - - -The number of maximum ticket referrals has been exceeded. - - - - -The crypto system or checksum function is invalid because a required function is unavailable. - - - - -The supplied credential handle does not match the credential associated with the security context. - - - - -Unable to accomplish the requested task because the local machine does not have any IP addresses. - - - - -The client is trying to negotiate a context and the server requires user-to-user but didn't send a TGT reply. - - - - -A security context was deleted before the context was completed. This is considered a logon failure. - - - - -The security context could not be established due to a failure in the requested quality of service (e.g. mutual authentication or delegation). - - - - -The client and server cannot communicate, because they do not possess a common algorithm. - - - - -The specified data could not be decrypted. - - - - -The specified data could not be encrypted. - - - - -The received certificate has expired. - - - - -An unknown error occurred while processing the certificate. - - - - -The message received was unexpected or badly formatted. - - - - -The certificate chain was issued by an authority that is not trusted. - - - - -The clocks on the client and server machines are skewed. - - - - -There is no LSA mode context associated with this context. - - - - -The target principal name is incorrect. - - - - -The context data must be renegotiated with the peer. - - - - -The credentials supplied were not complete, and could not be verified. Additional information can be returned from the context. - - - - -The buffers supplied to a function was too small. - - - - -The credentials supplied were not complete, and could not be verified. The context could not be initialized. - - - - -The supplied message is incomplete. The signature was not verified. - - - - -The context has expired and can no longer be used. - - - - -The context has expired and can no longer be used. - - - - -The requested security package does not exist - - - - -The logon was completed, but no network authority was available. The logon was made using locally known information - - - - -The function completed successfully, but both CompleteToken and this function must be called to complete the context - - - - -The function completed successfully, but CompleteToken must be called - - - - -The function completed successfully, but must be called again to complete the context - - - - -No authority could be contacted for authentication. - - - - -The message supplied for verification is out of sequence - - - - -The message or signature supplied for verification has been altered - - - - -No credentials are available in the security package - - - - -The credentials supplied to the package were not recognized - - - - -The logon attempt failed - - - - -The security context does not allow impersonation of the client - - - - -The per-message Quality of Protection is not supported by the security package - - - - -The security package is not able to marshall the logon buffer, so the logon attempt has failed - - - - -The token supplied to the function is invalid - - - - -The security package failed to initialize, and cannot be installed - - - - -The caller is not the owner of the desired credentials - - - - -The requested security package does not exist - - - - -The Local Security Authority cannot be contacted - - - - -The specified target is unknown or unreachable - - - - -The function requested is not supported - - - - -The handle specified is invalid - - - - -Not enough memory is available to complete this request - - - - -The cryptographic provider does not support HMAC. - - - - -This operation requires input from the user. - - - - -An internal consistency check failed. - - - - -The specified data could not be decrypted. - - - - -The supplied buffers overlap incorrectly. - - - - -No more data is available. - - - - -The requested operation is not supported. - - - - -The buffer supplied to a function was too small. - - - - -The parameter is incorrect. - - - - -The supplied handle is invalid. - - - - -The key parameters could not be set because the CSP uses fixed parameters. - - - - -The profile for the user is a temporary profile. - - - - -The security token does not have storage space available for an additional container. - - - - -Provider could not perform the action since the context was acquired as silent. - - - - -A base error occurred. - - - - -An internal error occurred. - - - - -The Keyset parameter is invalid. - - - - -Provider DLL could not be found. - - - - -Provider DLL failed to initialize correctly. - - - - -The digital signature file is corrupt. - - - - -Provider type does not match registered value. - - - - -Keyset as registered is invalid. - - - - -The keyset is not defined. - - - - -Provider type as registered is invalid. - - - - -Provider type not defined. - - - - -Keyset does not exist - - - - -Provider's public key is invalid. - - - - -Invalid provider type specified. - - - - -Invalid provider specified. - - - - -Data already encrypted. - - - - -Object was not found. - - - - -Access denied. - - - - -Object already exists. - - - - -Insufficient memory available for the operation. - - - - -Key does not exist. - - - - -Hash not valid for use in specified state. - - - - -Key not valid for use in specified state. - - - - -Invalid type specified. - - - - -Invalid flags specified. - - - - -Invalid algorithm specified. - - - - -Bad Version of provider. - - - - -Invalid Signature. - - - - -Bad Data. - - - - -Bad Length. - - - - -Bad Key. - - - - -Bad Hash. - - - - -Bad UID. - - - - -Business rule scripts are disabled for the calling application. - - - - -The SID filtering operation removed all SIDs. - - - - -The specified event is currently not being audited. - - - - -An internal error occurred. - - - - -Call Cancellation is disabled - - - - -The COM IAccessControl object is not initialized - - - - -Unable to decode the ACL in the stream provided by the user - - - - -Unable to open the access token of the server process - - - - -The version of ACL format in the stream is not supported by this implementation of IAccessControl - - - - -Not all the DENY_ACCESS ACEs are arranged in front of the GRANT_ACCESS ACEs in the stream. - - - - -The number of ACEs in an ACL exceeds the system limit. - - - - -Unable to close a serialization handle or a file handle. - - - - -Unable to create file - - - - -Unable to generate a uuid. - - - - -Path too long - - - - -Unable to obtain the Windows directory - - - - -Unable to set or reset a serialization handle - - - - -The system function, LookupAccountName, failed - - - - -Unable to find a trustee name that corresponds to a security identifier provided by the user - - - - -The system function, LookupAccountSID, failed - - - - -Unable to find a security identifier that corresponds to a trustee string provided by the user - - - - -Unable to convert a wide character trustee string to a multibyte trustee string - - - - -One of the security identifiers provided by the user was invalid - - - - -One of the trustee strings provided by the user did not conform to the <Domain>\<Name> syntax and it was not the "*" string - - - - -Either NetAccessDel or NetAccessAdd returned an error code. - - - - -The system function, AccessCheck, returned false - - - - -Unable to set a discretionary ACL into a security descriptor - - - - -Unable to obtain the client's security blanket - - - - -The client who called IAccessControl::IsAccessPermitted was not the trustee provided to the method - - - - -Unable to obtain user info from an access token - - - - -Unable to open the access token of the current thread - - - - -Unable to obtain server's security context - - - - -Unable to impersonate DCOM client - - - - -Principal name is not a valid MSSTD name. - - - - -Full subject issuer chain SSL principal name expected from the server. - - - - -There are no synchronize objects to wait on. - - - - -This operation returned because the timeout period expired. - - - - -No context is associated with this call. This happens for some custom marshalled calls and on the client side of the call. - - - - -The marshaled interface data packet (OBJREF) has an invalid or unknown format. - - - - -Remote calls are not allowed for this process. - - - - -Access is denied. - - - - -No security packages are installed on this machine or the user is not logged on or there are no compatible security packages between the client and server. - - - - -Security must be initialized before any interfaces are marshalled or unmarshalled. It cannot be changed once initialized. - - - - -Impersonate on unsecure calls is not supported. - - - - -Call context cannot be accessed after call completed. - - - - -OLE is waiting before retrying a request. - - - - -OLE has sent a request and is waiting for a reply. - - - - -The requested object does not exist. - - - - -The requested object or interface does not exist. - - - - -OLE received a packet with an invalid extension. - - - - -OLE received a packet with an invalid header. - - - - -The version of OLE on the client and server machines does not match. - - - - -CoInitialize has not been called on the current thread. - - - - -The application called an interface that was marshalled for a different thread. - - - - -An outgoing call cannot be made since the application is dispatching an input-synchronous call. - - - - -A call control interfaces was called with invalid data. - - - - -The message filter rejected the call. - - - - -The message filter indicated that the application is busy. - - - - -The object invoked chose not to process the call now. Try again later. - - - - -The object invoked has disconnected from its clients. - - - - -The method called does not exist on the server. - - - - -Cannot change thread mode after it is set. - - - - -The server threw an exception. - - - - -RPC could not call the server or could not return the results of calling the server. - - - - -The requested interface is not registered on the server object. - - - - -Attempted to make calls on more than one thread in single threaded mode. - - - - -Could not allocate some required resource (memory, events, ...) - - - - -System call failed. - - - - -The callee (server [not server application]) is not available and disappeared; all connections are invalid. The call did not execute. - - - - -There is no second outgoing call on same channel in DDE conversation. - - - - -A particular parameter is invalid and cannot be (un)marshalled. - - - - -Received data is invalid; could be server or client data. - - - - -The server (callee) cannot unmarshall the parameter data - low memory, etc. - - - - -The server (callee) cannot marshall the return data - low memory, etc. - - - - -The client (caller) cannot unmarshall the return data - low memory, etc. - - - - -The client (caller) cannot marshall the parameter data - low memory, etc. - - - - -The call was not transmitted properly; the message queue was full and was not emptied after yielding. - - - - -The data packet with the marshalled parameter data is incorrect. - - - - -The caller (client) disappeared while the callee (server) was processing a call. - - - - -The callee (server [not server application]) is not available and disappeared; all connections are invalid. The call may have executed. - - - - -The connection terminated or is in a bogus state and cannot be used any more. Other connections are still valid. - - - - -It is illegal to call out while inside message filter. - - - - -The caller is dispatching an asynchronous call and cannot make an outgoing call on behalf of this call. - - - - -The caller is dispatching an intertask SendMessage call and cannot call out via PostMessage. - - - - -Call was canceled by the message filter. - - - - -Call was rejected by callee. - - - - -Copy Protection Error - The drive's region setting may be permanent or the number of user resets has been exhausted. - - - - -Copy Protection Error - The current DVD's region does not correspond to the region setting of the drive. - - - - -Copy Protection Error - The read failed because the sector is encrypted. - - - - -Copy Protection Error - DVD session key not established. - - - - -Copy Protection Error - The given sector does not have a valid CSS key. - - - - -Copy Protection Error - DVD CSS Authentication failed. - - - - -Generic Copy Protection Error. - - - - -Consolidation of the storage file is inappropriate. (commit succeeded). - - - - -Consolidation of the storage file failed. (commit succeeded). - - - - -Multiple opens prevent consolidated. (commit succeeded). - - - - -The notified event sink will not influence the storage operation. - - - - -The storage operation should retry immediately. - - - - -The storage operation should block until more data is available. - - - - -The underlying file was converted to compound file format. - - - - -The file download has been terminated. - - - - -The file download was aborted abnormally. The file is incomplete. - - - - -The compound file was not created with the STGM_SIMPLE flag - - - - -The compound file is too large for the current implementation - - - - -OLE32.DLL has been loaded at the wrong address. - - - - -The docfile has been corrupted. - - - - -Illegal operation called on object with extant marshallings. - - - - -Illegal operation called on non-file based storage. - - - - -Share.exe or equivalent is required for operation. - - - - -The compound file %1 was produced with a newer version of storage. - - - - -The compound file %1 was produced with an incompatible version of storage. - - - - -Can't save. - - - - -Attempted to use an object that has ceased to exist. - - - - -The storage has been changed since the last commit. - - - - -Attempted to use an object that is busy. - - - - -Invalid flag error. - - - - -That function is not implemented. - - - - -An unexpected error occurred. - - - - -The name %1 is not valid. - - - - -The file %1 is not a valid compound file. - - - - -An API call exited abnormally. - - - - -Illegal write of non-simple property to simple property set. - - - - -There is insufficient disk space to complete operation. - - - - -Invalid parameter error. - - - - -%1 already exists. - - - - -A lock violation has occurred. - - - - -A share violation has occurred. - - - - -A disk error occurred during a read operation. - - - - -A disk error occurred during a write operation. - - - - -An error occurred during a seek operation. - - - - -Disk is write-protected. - - - - -There are no more entries to return. - - - - -Invalid pointer error. - - - - -There is insufficient memory available to complete operation. - - - - -Attempted an operation on an invalid object. - - - - -Access Denied. - - - - -There are insufficient resources to open another file. - - - - -The path %1 could not be found. - - - - -%1 could not be found. - - - - -Unable to perform requested operation. - - - - -Circular dependency between types/modules. - - - - -Inconsistent property functions. - - - - -Error loading type library/DLL. - - - - -Error creating unique tmp file. - - - - -I/O Error. - - - - -Invalid number of arguments. - - - - -Type mismatch. - - - - -Incorrect inheritance depth in standard OLE hmember. - - - - -Duplicate ID in inheritance hierarchy. - - - - -Size may not exceed 64K. - - - - -Wrong module kind for the operation. - - - - -Function not defined in specified DLL. - - - - -Unknown LCID. - - - - -Name already exists in the library. - - - - -Ambiguous name. - - - - -Element not found. - - - - -Type mismatch. - - - - -Invalid forward reference, or reference to uncompiled type. - - - - -Qualified name disallowed. - - - - -Bound to unknown type. - - - - -Library not registered. - - - - -Error accessing the OLE registry. - - - - -Old format or invalid type library. - - - - -Old format or invalid type library. - - - - -Field name not defined in the record. - - - - -Buffer too small. - - - - -Buffer too small - - - - -Division by zero. - - - - -Does not support a collection. - - - - -Invalid callee. - - - - -Parameter not optional. - - - - -Invalid number of parameters. - - - - -Memory is locked. - - - - -Unknown language. - - - - -Invalid index. - - - - -Out of present range. - - - - -Exception occurred. - - - - -Bad variable type. - - - - -No named arguments. - - - - -Unknown name. - - - - -Type mismatch. - - - - -Parameter not found. - - - - -Member not found. - - - - -Unknown interface. - - - - -The class is not configured to support Elevated activation. - - - - -The activation requires that the RunAs value for the application is Activate As Activator. - - - - -The activation requires a display name to be present under the CLSID key. - - - - -The specified machine name was not found in the cache. - - - - -Not all the requested interfaces were available - - - - -The requested allocation size was too large - - - - -An allocation chain contained an invalid link pointer - - - - -An invalid root block pointer was specified - - - - -Object server is stopping when OLE service contacts it - - - - -Moniker path could not be normalized - - - - -OLE service could not communicate with the object server - - - - -Server execution failed - - - - -Bad path to object - - - - -RPC communication failed with OLE service - - - - -OLE service could not bind object - - - - -Attempt to create a class object failed - - - - -The task settings do not allow the task to start on demand. - - - - -The task has properties that are not compatible with previous versions of Windows. - - - - -The task is disabled. - - - - -The Task Scheduler service has asked the task to run. - - - - -The Task Scheduler service attempted to run the task, but the task did not run due to one of the constraints in the task definition. - - - - -The Task Scheduler service is too busy to handle your request. Please try again later. - - - - -The Task Scheduler service is not available. - - - - -The task image is corrupt or has been tampered with. - - - - -The task will not run because the user is not logged on. - - - - -An instance of this task is already running. - - - - -The task cannot be started after the trigger's end boundary. - - - - -The task XML contains too many nodes of the same type. - - - - -The task is registered, but may fail to start. Batch logon privilege needs to be enabled for the task principal. - - - - -The task is registered, but not all specified triggers will start the task. - - - - -The task XML is malformed. - - - - -The task XML is missing a required element or attribute. - - - - -The task XML contains a value which is incorrectly formatted or out of range. - - - - -The task XML contains an element or attribute from an unexpected namespace. - - - - -The task XML contains an unexpected node. - - - - -The Task Scheduler Service is not running. - - - - -The task has been configured with an unsupported combination of account settings and run time options. - - - - -The task object version is either unsupported or invalid. - - - - -Task Scheduler security services are available only on Windows NT. - - - - -Corruption was detected in the Task Scheduler security database; the database has been reset. - - - - -Unable to establish existence of the account specified. - - - - -No account information could be found in the Task Scheduler security database for the task indicated. - - - - -The object is either an invalid task object or is not a task object. - - - - -The task object could not be opened. - - - - -The Task Scheduler Service is not installed on this computer. - - - - -There is no running instance of the task. - - - - -One or more of the properties that are needed to run this task have not been set. - - - - -Trigger not found. - - - - -Event triggers don't have set run times. - - - - -Either the task has no triggers or the existing triggers are disabled or not set. - - - - -The last run of the task was terminated by the user. - - - - -One or more of the properties that are needed to run this task on a schedule have not been set. - - - - -There are no more runs scheduled for this task. - - - - -The task has not yet run. - - - - -The task will not run at the scheduled times because it has been disabled. - - - - -The task is currently running. - - - - -The task is ready to run at its next scheduled time. - - - - -Moniker is already registered in running object table - - - - -Common prefix is both monikers - - - - -Common prefix is input moniker - - - - -Common prefix is this moniker - - - - -Moniker reduced to itself - - - - -Unable to convert OLESTREAM to IStorage - - - - -Message is too long; some of it had to be truncated before displaying - - - - -Invalid window handle passed - - - - -Verb number is valid but verb cannot be done now - - - - -Invalid verb for OLE object - - - - -Some cache(s) not updated - - - - -Same cache - - - - -FORMATETC not supported - - - - -View is already frozen - - - - -Data has same FORMATETC - - - - -Use the default cursor - - - - -Drag-drop operation canceled - - - - -Successful drop took place - - - - -Macintosh clipboard format - - - - -Success, but static - - - - -Use the registry database to provide the requested information - - - - -The component made a call to EnterTransactionScope, but did not make a corresponding call to ExitTransactionScope before returning. - - - - -The component attempted to make a cross-context call between invocations of EnterTransactionScopeand ExitTransactionScope. This is not allowed. Cross-context calls cannot be made while inside of a transaction scope. - - - - -The TxIsolation Level property for the COM+ component being created is stronger than the TxIsolationLevel for the "root" component for the transaction. The creation failed. - - - - -The COM+ component requires synchronization, and it is not configured for it. - - - - -The COM+ component you created must use object construction to work correctly. - - - - -The COM+ component you created must use object pooling to work. - - - - -An attempt to use a database generated a database specific error. - - - - -An attempt to write a cookie failed. - - - - -IIS intrinsics not available. Start your work with IIS. - - - - -The components threading model has changed after install into a COM+ Application. Please re-install component. - - - - -The requested operation requires that the current context have a Transaction, and it does not - - - - -The requested operation requires that JIT be in the current context and it is not - - - - -COM+ Activation failed because an initialization function failed. Check the event log for more information. - - - - -COM+ activation failed because the activation could not be completed in the specified amount of time. - - - - -COM+ Activation failed due to a catalog or configuration error. - - - - -COM+ Activation failed. Check the event log for more information - - - - -An unexpected error occurred during COM+ Activation. - - - - -COM+ was unable to talk to the Microsoft Distributed Transaction Coordinator - - - - -The specified role was not configured for the application - - - - -You made a method call on a COM+ component that has a transaction that has already committed or aborted. - - - - -The component is configured to use synchronization and a thread has timed out waiting to enter the context. - - - - -The component is configured to use synchronization and this method call would cause a deadlock to occur. - - - - -There is no MTS object context - - - - -You made a method call on a COM+ component that has a transaction that has already aborted or in the process of aborting. - - - - -The root transaction wanted to commit, but transaction aborted - - - - -The resource manager has requested to be the coordinator (last resource manager) for the transaction. - - - - -The local transaction has not aborted. - - - - -The resource manager has performed a single-phase commit of the transaction. - - - - -An abort operation was already in progress. - - - - -The transaction was successfully aborted. However, the abort was non-retaining. - - - - -The sink is for the moment and wishes the transaction to proceed, but if other changes are made following this return by other event sinks then this sink wants another chance to look - - - - -The sink is content and wishes the transaction to proceed. Changes were made to one or more resources during this call. - - - - -No changes were made during this call, but the sink wants another chance to look if any other sinks make further changes. - - - - -The transaction was successfully aborted. However, this is a coordinated transaction, and some number of enlisted resources were aborted outright because they could not support abort-retaining semantics - - - - -The method call succeeded because the transaction was read-only. - - - - - XACT_S_DEFECT - - - - -An asynchronous operation was specified. The operation has begun, but its outcome is not known yet. - - - - - XACT_E_REPLAYREQUEST - - - - - XACT_E_INVALIDLSN - - - - - XACT_E_TRANSACTIONCLOSED - - - - - XACT_E_RECOVERYINPROGRESS - - - - - XACT_E_CLERKEXISTS - - - - - XACT_E_CLERKNOTFOUND - - - - -The local transaction has aborted. - - - - -MSDTC was unable to load the dtc proxy dll. - - - - -MSDTC was unable to read its configuration information. - - - - -The transaction manager has disabled its support for XA transactions. - - - - -The partner transaction manager has disabled its support for remote/network transactions. - - - - -The transaction manager has disabled its support for remote/network transactions. - - - - -The Transaction Manager has disabled its support for TIP. - - - - -The Transaction Manager on the destination machine is not available. - - - - -This transaction manager could not propagate a transaction from another TIP transaction manager. - - - - -This transaction manager encountered a protocol error with another TIP transaction manager. - - - - -This transaction manager failed to establish a connection with another TIP transaction manager. - - - - -Resource manager reenlistment to determine transaction status timed out. - - - - -A request to establish a connection with the transaction manager was denied. - - - - -A connection with the transaction manager was lost. - - - - -The Transaction Manager is not available. - - - - -The Transaction Manager returned a log full error. - - - - -The transaction has already been aborted. - - - - -The requested operation is already in progress for the transaction. - - - - -A time-out was specified, but time-outs are not supported. - - - - -The transaction status is in doubt. A communication failure occurred, or a transaction manager or resource manager has failed - - - - -The transaction cookie is invalid. - - - - -An import object for the transaction could not be found. - - - - -An enlistment in a transaction already exists. - - - - -The indicated unit of work does not match the unit of work expected by the resource manager. - - - - -This method was called in the wrong state - - - - -The resource manager id is not associated with this transaction or the transaction manager. - - - - -An invalid combination of flags was specified - - - - -The transaction has already been implicitly or explicitly committed or aborted - - - - -The transaction failed to commit due to the failure of optimistic concurrency control in at least one of the resource managers. - - - - -There is no resource presently associated with this enlistment - - - - -The requested semantics of retention of isolation across retaining commit and abort boundaries cannot be supported by this transaction implementation, or isoFlags was not equal to zero. - - - - -Unable to enlist in the transaction. - - - - -The transaction manager doesn't support an asynchronous operation for this method. - - - - -The requested isolation level is not valid or supported. - - - - -Some of the states of the resource may have been committed while others may have been aborted, likely because of heuristic decisions. - - - - -Some of the states of the resource were committed while others were aborted, likely because of heuristic decisions. - - - - -Instead of aborting, the resource heuristically committed. - - - - -Instead of committing, the resource heuristically aborted. - - - - -Cannot call commit on this transaction object because the calling application did not initiate the transaction. - - - - -The transaction failed to commit for an unknown reason. The transaction was aborted. - - - - -A retaining commit or abort is not supported - - - - -Another single phase resource manager has already been enlisted in this transaction. - - - - -The owner of the PerUser subscription is not logged on to the system specified - - - - -The event class for this subscription is in an invalid partition - - - - -Cannot modify or delete an object that was added using the COM+ Admin SDK - - - - -Cannot modify or delete an object that was not added using the COM+ Admin SDK - - - - -COM+ is required for this operation, but is not installed - - - - -Not all the objects requested could be removed - - - - -A subscription cannot be stored unless its event class already exists - - - - -An interface has too many methods to fire events from - - - - -A user-supplied component or subscriber raised an exception - - - - -The owner SID on a per-user subscription doesn't exist - - - - -An unexpected internal error was detected - - - - -An unexpected exception was raised - - - - -An invalid field name was used in a query string - - - - -A syntax error occurred trying to evaluate a query string - - - - -An event was delivered but there were no subscribers - - - - -An event was unable to invoke any of the subscribers - - - - -An event was able to invoke some but not all of the subscribers - - - - -Object has been released - - - - -Application was launched but it didn't register a class factory - - - - -Object is not connected to server - - - - -Object is already registered - - - - -Object is not registered - - - - -Wrong OS or OS version for application - - - - -Error in the DLL - - - - -DLL for class not found - - - - -Some error in application program - - - - -Application cannot be run more than once - - - - -Application not found - - - - -Invalid interface string - - - - -Invalid class string - - - - -Class of object cannot be determined - - - - -CoInitialize has already been called. - - - - -CoInitialize has not been called. - - - - -Moniker could not be enumerated - - - - -No common prefix - - - - -Moniker does not refer to storage - - - - -Moniker class has no inverse - - - - -User input required for operation to succeed - - - - -Moniker cannot open file - - - - -Moniker is not bound - - - - -Moniker is not bindable - - - - -Intermediate operation failed - - - - -Bad extension for file - - - - -No object for moniker - - - - -Invalid syntax - - - - -Operation unavailable - - - - -Moniker needs to be generic - - - - -Operation exceeded deadline - - - - -Moniker needs to be connected manually - - - - -CloseClipboard Failed - - - - -Data on clipboard is invalid - - - - -SetClipboard Failed - - - - -EmptyClipboard Failed - - - - -OpenClipboard Failed - - - - -There was an error in a Windows GDI call while converting the DIB to a bitmap. - - - - -Contents of IStorage is missing one of the standard streams - - - - -Contents of the IStorage not in correct format - - - - -There was an error in a Windows GDI call while converting the bitmap to a DIB - - - - -Contents of the OLESTREAM not in correct format - - - - -OLESTREAM Put method failed - - - - -OLESTREAM Get method failed - - - - -Space for tools is not available - - - - -Undo is not available - - - - -Invalid verb for OLE object - - - - -No verbs for OLE object - - - - -Cache not updated - - - - -An error occurred in the software installation data in the Active Directory. - - - - -The schema for the software installation data in the Active Directory does not match the required schema. - - - - -The size of this object exceeds the maximum size set by the Administrator. - - - - -A network error interrupted the operation. - - - - -The path to the software installation data in the Active Directory is not correct. - - - - -The software installation data object in the Active Directory already exists. - - - - -There is no software installation data object in the Active Directory. - - - - -There is no software installation data in the Active Directory. - - - - -The software installation data in the Active Directory is corrupt. - - - - -The CLSID was not found in the software installation data in the Active Directory. - - - - -Deleting this will break the referential integrity of the software installation data in the Active Directory. - - - - -No package in the software installation data in the Active Directory meets this criteria. - - - - -Description not found - - - - -CATID does not exist - - - - -Threading model entry is not valid - - - - -Interface not registered - - - - -Class not registered - - - - -Invalid value for registry - - - - -Could not find the key in the registry - - - - -Could not write key to registry - - - - -Could not read key from registry - - - - -Error drawing view - - - - -Class is not licensed for use - - - - -ClassFactory cannot supply requested class - - - - -Class does not support aggregation (or class object is remote) - - - - -Invalid window handle - - - - -This window has already been registered as a drop target - - - - -Trying to revoke a drop target that has not been registered - - - - -Object doesn't support IViewObject interface - - - - -tdSize parameter of the DVTARGETDEVICE structure is invalid - - - - -Invalid aspect(s) - - - - -Invalid clipboard format - - - - -Invalid tymed - - - - -Invalid lindex - - - - -Invalid STATDATA structure - - - - -Invalid STDGMEDIUM structure - - - - -Invalid DVTARGETDEVICE structure - - - - -Invalid FORMATETC structure - - - - -Not able to perform the operation because object is not given storage yet - - - - -Not able to convert object - - - - -Object is not in any of the inplace active states - - - - -Invalid window handle - - - - -compobj.dll is too old for the ole2.dll initialized - - - - -Invalid rectangle - - - - -User canceled out of save dialog - - - - -Object is static; operation not allowed - - - - -Not able to bind to the source - - - - -Not able to get the moniker of the object - - - - -Linked object's source class has changed - - - - -Uninitialized object - - - - -There is no cache to operate on - - - - -Need to run the object to perform this operation - - - - -There is no connection for this connection ID - - - - -This implementation doesn't take advises - - - - -Can't enumerate any more, because the associated data is missing - - - - -Invalid advise flags - - - - -Invalid OLEVERB structure - - - - -The server principal name (SPN) obtained during security negotiation is malformed. - - - - -The provided side-by-side configuration is invalid - - - - -The provided thread pool configuration is invalid - - - - -The provided tracker configuration is invalid - - - - -Unable to complete the call since there is no COM+ security context inside IObjectControl.Activate. - - - - -The server started, but did not finish initializing in a timely fashion. - - - - -The thread-pool rejected the submitted asynchronous work. - - - - -The common language runtime is not available - - - - -The component or application containing the component has been disabled. - - - - -Activations on the server are not paused. - - - - -Activations on the server are paused. - - - - -The specified activation could not occur in the client context as specified. - - - - -A Microsoft Software Installer error was encountered. - - - - -A dll must be loaded. - - - - -The operation attempted is not supported. - - - - -The registration information for this interface is inconsistent or incomplete. - - - - -The registration information for this server is inconsistent or incomplete. - - - - -The server did not respond after being launched. - - - - -This computer was unable to communicate with the computer providing the server. - - - - -The service providing this server could not be started. - - - - -The client is not allowed to launch this server. - - - - -The server process could not be started because the configured identity is incorrect. Check the username and password. - - - - -The server process could not be started as the configured identity. The pathname may be incorrect or unavailable. - - - - -The server process could not be started. The pathname may be incorrect. - - - - -A RunAs specification must be <domain name>\<user name> or simply <user name> - - - - -Use of Ole1 services requiring DDE windows is disabled - - - - -The class is configured to run as a security id different from the caller - - - - -A Remote activation was necessary but the server name provided was invalid - - - - -A Remote activation was necessary but was not allowed - - - - -There was an attempt to call CoInitialize a second time while single threaded - - - - -Failure attempting to launch OLE service - - - - -Unable to map view of file for OLE service - - - - -The OLE service file mapping already exists - - - - -The OLE service mutex already exists - - - - -The user supplied memory allocator is unacceptable - - - - -Could not allocate thread local storage channel control - - - - -Cannot set thread local storage channel control - - - - -Unable to initialize RPC services - - - - -Unable to initialize class cache - - - - -Get memory allocator failure - - - - -Get shared memory allocator failure - - - - -Thread local storage failure - - - - -The data necessary to complete this operation is not yet available. - - - - -General access denied error - - - - -Unspecified error - - - - -Operation aborted - - - - -Invalid handle - - - - -Invalid pointer - - - - -No such interface supported - - - - -One or more arguments are invalid - - - - -Ran out of memory - - - - -Not implemented - - - - -Catastrophic failure - - - - -The requested system device cannot be found. - - - - -The requested system device cannot be identified due to multiple indistinguishable devices potentially matching the identification criteria. - - - - -The caller of SetMonitorColorTemperature specified a color temperature that the current monitor did not support. This error implies that the monitor violated the MCCS 2.0 or MCCS 2.0 Revision 1 specification. - - - - -The monitor returned an invalid monitor technology type. CRT, Plasma and LCD (TFT) are examples of monitor technology types. This error implies that the monitor violated the MCCS 2.0 or MCCS 2.0 Revision 1 specification. - - - - -An internal Monitor Configuration API error occurred. - - - - -The Monitor Configuration API only works with monitors that support the MCCS 1.0 specification, MCCS 2.0 specification or the MCCS 2.0 Revision 1 specification. - - - - -The MCCS version in a monitor's mccs_ver capability does not match the MCCS version the monitor reports when the VCP Version (0xDF) VCP code is used. - - - - -The monitor does not comply with the MCCS specification it claims to support. - - - - -The monitor's VCP Version (0xDF) VCP code returned an invalid version value. - - - - -The monitor returned a DDC/CI capabilities string that did not comply with the ACCESS.bus 3.0, DDC/CI 1.1 or MCCS 2 Revision 1 specification. - - - - -Locale installation failed. - - - - -UI language installation failed. - - - - -User stopped resource enumeration. - - - - -The resource loader cache doesn't have loaded MUI entry. - - - - -The RC Manifest has invalid ultimatefallback name. - - - - -The RC Manifest has invalid culture name. - - - - -The RC Manifest is corrupted with garbage data or unsupported version or missing required item. - - - - -The resource loader failed to load MUI file because the file fail to pass validation. - - - - -The resource loader failed to find MUI file. - - - - -No active channel is found for the query. - - - - -The credential used by this subscription can't be found in credential store. - - - - -The credential store that is used to save credentials is full. - - - - -When forwarding events from local machine to itself, the query of the subscription can't contain target log of the subscription. - - - - -The log of the subscription is in disabled state, and can not be used to forward events to. The log must first be enabled before the subscription can be activated. - - - - -The subscription fails to activate. - - - - -Attempted to create a numeric type that is outside of its valid range. - - - - -The publisher has been disabled and its resource is not avaiable. This -usually occurs when the publisher is in the process of being uninstalled -or upgraded. - - - - -The channel at index %1!d! of the query can't be opened. - - - - -The resource is too new to be compatible. - - - - -The resource is too old to be compatible. - - - - -The locale specific resource for the desired message is not present. - - - - -The event definition could not be found for event id (%1). - - - - -The maximum number of replacements has been reached. - - - - -The description string for parameter reference (%1) could not be found. - - - - -The substitution string for insert index (%1) could not be found. - - - - -The message id for the desired message could not be found. - - - - -the message resource is present but the message is not found in the string/message table - - - - -The xpath expression exceeded supported complexity. Please symplify it or split it into two or more simple expressions. - - - - -The channel fails to activate. - - - - -Publisher property %1!s! contains invalid value. The value has invalid type, is outside of valid range, can't be updated or is not supported by this type of publisher. - - - - -Channel property %1!s! contains invalid value. The value has invalid type, is outside of valid range, can't be updated or is not supported by this type of channel. - - - - -The requested operation cannot be performed over an enabled direct channel. The channel must first be disabled before performing the requested operation. - - - - -The token encountered was unexpected. - - - - -This operator is unsupported by this implementation of the filter. - - - - -A syntax error occurred at position %1!d! - - - - -This data type is currently unsupported. - - - - -A step operation must involve either a node test or, in the case of a predicate, an algebraic expression against which to test each node in the node set identified by the preceeding node set can be evaluated. - - - - -Left hand side arguments to binary operators must be either attributes, nodes or variables and right hand side arguments must be constants. - - - - -Can't perform a step operation from a term that does not represent an element set. - - - - -An expression can only be followed by a change of scope operation if it itself evaluates to a node set and is not already part of some other change of scope operation. - - - - -Registered MSXML doesn't support validation. - - - - -Query result is currently at an invalid position. - - - - -The query result is stale / invalid. This may be due to the log being cleared or rolling over after the query result was created. Users should handle this code by releasing the query result object and reissuing the query. - - - - -Configuration error. - - - - -The caller is trying to subscribe to a direct channel which is not allowed. The events for a direct channel go directly to a logfile and cannot be subscribed to. - - - - -The specified xml text was not well-formed. See Extended Error for more details. - - - - -The specified channel could not be found. Check channel configuration. - - - - -The event data raised by the publisher is not compatible with the event template definition in the publisher's manifest - - - - -The specified publisher name is invalid. - - - - -The template for an event definition cannot be found in the resource (error = %1). - - - - -The publisher metadata cannot be found in the resource. - - - - -The specified query is invalid. - - - - -The specified channel path is invalid. - - - - -A component is missing file verification information in its manifest. - - - - -A generic command executable returned a result that indicates failure. - - - - -The SMI primitive installer failed during setup or servicing. - - - - -One or more required members of the transaction are not present. - - - - -The setting is not registered. - - - - -The size of the manifest exceeds the maximum allowed. - - - - -The file is not a part of the assembly. - - - - -The assembly is not a deployment. - - - - -The component identities are different. - - - - -The identities of the manifests are identical but their contents are different. - - - - -The character encoding in the XML declaration did not match the encoding used in the document. - - - - -An advanced installer failed during setup or servicing. - - - - -The component store has been corrupted. - - - - -The component must be locked before making the request. - - - - -A substitution string had no mapping. - - - - -The public key token does not correspond to the public key specified. - - - - -A string containing localized substitutable content was malformed. Either a dollar sign ($) was follwed by something other than a left parenthesis or another dollar sign or an substitution's right parenthesis was not found. - - - - -The identity string is malformed. This may be due to a trailing comma, more than two unnamed attributes, missing attribute name or missing attribute value. - - - - -An identity contains two definitions for the same attribute. - - - - -The name of an attribute in an identity is not within the legal range. - - - - -The value of an attribute in an identity is not within the legal range. - - - - -The activation context of system default assembly could not be generated. - - - - -A kernel mode component is releasing a reference on an activation context. - - - - -A component used by the isolation facility has requested to terminate the process. - - - - -The activation context being deactivated has already been deactivated. - - - - -The activation context being deactivated is not active for the current thread of execution. - - - - -The activation context being deactivated is not the most recently activated one. - - - - -The application isolation metadata for this process or thread has become corrupt. - - - - -The activation context activation stack for the running thread of execution is corrupt. - - - - -The referenced assembly could not be found. - - - - -The supplied assembly identity has one or more attribute names that contain characters not permitted in XML names. - - - - -The supplied assembly identity is missing one or more attributes which must be present in this context. - - - - -Assembly Protection Error : The catalog for an assembly is missing. - - - - -An HRESULT could not be translated to a corresponding Win32 error code. - - - - -Assembly Protection Error : The catalog for an assembly is not valid, or does not match the assembly's manifest. - - - - -Assembly Protection Error : The public key for an assembly was too short to be allowed. - - - - -Assembly Protection Error : Unable to recover the specified assembly. - - - - -Manifest Parse Error : Missing equals sign between attribute and attribute value. - - - - -Manifest Parse Error : Invalid version number. - - - - -Manifest Parse Error : The standalone attribute cannot be used in external entities. - - - - -Manifest Parse Error : The standalone attribute must have the value 'yes' or 'no'. - - - - -Manifest Parse Error : The name 'xml' is reserved and must be lower case. - - - - -Manifest Parse Error : Switch from current encoding to specified encoding not supported. - - - - -Manifest Parse Error : System does not support the specified encoding. - - - - -Manifest Parse Error : The namespace prefix is not allowed to start with the reserved string "xml". - - - - -Manifest Parse Error : A CDATA section was not closed. - - - - -Manifest Parse Error : A declaration was not closed. - - - - -Manifest Parse Error : A comment was not closed. - - - - -Manifest Parse Error : A string literal was not closed. - - - - -Manifest Parse Error : End element was missing the character '>'. - - - - -Manifest Parse Error : Element was not closed. - - - - -Manifest Parse Error : Parameter entities cannot be used inside markup declarations in an internal subset. - - - - -Manifest Parse Error : Unexpected end of file. - - - - -Manifest Parse Error : XML document must have a top level element. - - - - -Manifest Parse Error : Invalid xml declaration. - - - - -Manifest Parse Error : Invalid at the top level of the document. - - - - -Manifest Parse Error : Only one top level element is allowed in an XML document. - - - - -Manifest Parse Error : Duplicate attribute. - - - - -Manifest Parse Error : The following tags were not closed: %1. - - - - -Manifest Parse Error : End tag was not expected at this location. - - - - -Manifest Parse Error : Expecting whitespace or '?'. - - - - -Manifest Parse Error : Invalid unicode character value for this platform. - - - - -Manifest Parse Error : Invalid character for hexidecimal digit. - - - - -Manifest Parse Error : Invalid character for decimal digit. - - - - -Manifest Parse Error : Multiple colons are not allowed in a name. - - - - -Manifest Parse Error : A single or double closing quote character (\' or \") is missing. - - - - -Manifest Parse Error : Missing parenthesis. - - - - -Manifest Parse Error : End of file reached in invalid state for current encoding. - - - - -Manifest Parse Error : Whitespace is not allowed at this location. - - - - -Manifest Parse Error : Internal error. - - - - -Manifest Parse Error : Unbalanced parentheses. - - - - -Manifest Parse Error : A semi colon character was expected. - - - - -Manifest Parse Error : The character '>' was expected. - - - - -Manifest Parse Error : Required white space was missing. - - - - -Manifest Parse Error : An Invalid character was found in text content. - - - - -Manifest Parse Error : Invalid syntax for an xml declaration. - - - - -Manifest Parse Error : A string literal contained an invalid character. - - - - -Manifest Parse Error : A name contained an invalid character. - - - - -Manifest Parse Error : A name was started with an invalid character. - - - - -Manifest Parse Error : Incorrect syntax was used in a comment. - - - - -Manifest Parse Error : A string literal was expected, but no opening quote character was found. - - - - -The policy manifest contains one or more syntax errors. - - - - -A component's file does not match the verification information present in the component manifest. - - - - -Two or more components referenced directly or indirectly by the application manifest are different versions of the same component which is not permitted. - - - - -Two or more components referenced directly or indirectly by the application manifest have the same COM ProgIDs. - - - - -Two or more components referenced directly or indirectly by the application manifest have the same COM type library TLBIDs. - - - - -Two or more components referenced directly or indirectly by the application manifest have proxies for the same COM interface IIDs. - - - - -Two or more components referenced directly or indirectly by the application manifest have the same COM server CLSIDs. - - - - -Two or more components referenced directly or indirectly by the application manifest have window classes with the same name. - - - - -Two or more components referenced directly or indirectly by the application manifest have files by the same name. - - - - -The private manifest probed has crossed reparse-point-associated path - - - - -The manifest has a default namespace specified on the assembly element but its value is not "urn:schemas-microsoft-com:asm.v1". - - - - -The manifest is missing the required default namespace specification on the assembly element. - - - - -The manifest contains an attribute for the assembly identity which is not valid. - - - - -The manifest for an assembly used by the application has a reference to a dependent assembly which is not installed - - - - -The application manifest contains a reference to a dependent assembly which is not installed - - - - -The manifest contains a reference to an invalid URI. - - - - -The encoding requested is not recognized. - - - - -The encoding group identifier specified is not recognized. - - - - -An attempt to set the process default activation context failed because the process default activation context was already set. - - - - -Lack of system resources has required isolated activation to be disabled for the current thread of execution. - - - - -The type requested activation context section does not match the query API used. - - - - -A component version required by the application conflicts with another component version already active. - - - - -The requested lookup key was not found in any active activation context. - - - - -The application attempted to activate a disabled activation context. - - - - -The manifest file contains one or more syntax errors. - - - - -The manifest file does not begin with the required tag and format information. - - - - -The referenced assembly is not installed on your system. - - - - -The application binding data format is invalid. - - - - -The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log for more detail. - - - - -The requested section was not present in the activation context. - - - - -IPsec dropped a clear text packet. - - - - -IPsec integrity check failed. - - - - -IPsec header and/or trailer in the packet is invalid. - - - - -Packet sequence number replay check failed. - - - - -Packet was received on an IPsec SA that doesn't match the packet characteristics. - - - - -Packet was received on an IPsec SA whose lifetime has expired. - - - - -The SPI in the packet does not match a valid IPsec SA. - - - - - ERROR_IPSEC_IKE_NEG_STATUS_END - - - - -Too many dynamically added IKEEXT filters were detected. - - - - -Quick mode SA was expired by IPsec driver. - - - - -Parameters of the main mode are invalid for this quick mode. - - - - -Error processing NatOA payload. - - - - -Could not verify binding between CGA address and certificate. - - - - -IKE service is shutting down. - - - - -Sent DOS cookie notify to intiator. - - - - -Received invalid authentication offers. - - - - -Received unexpected message ID. - - - - -Certificate doesn't chain to a trusted root in IPsec policy. - - - - -Main mode SA assumed to be invalid because peer stopped responding. - - - - -Main mode SA lifetime expired or peer sent a main mode delete. - - - - -Reached maximum quick mode limit for the main mode. New main mode will be started. - - - - -IKE received a policy that disables negotiation. - - - - -Max number of established MM SAs to peer exceeded. - - - - -Key length in certificate is too small for configured security requirements. - - - - -The lifetime value received in the Responder Lifetime Notify is below the Windows 2000 configured minimum value. Please fix the policy on the peer machine. - - - - -Temporary state created to perform reinit. This is not a real failure. - - - - -Deleted via RPC call - - - - -Load failed - - - - -Invalid certificate signature - - - - -Invalid authentication algorithm - - - - -Invalid encryption algorithm - - - - -Invalid hash size - - - - -Invalid hash algorithm - - - - -Hash verification failed - - - - -Unsupported ID - - - - -Policy match error - - - - -Error decrypting payload - - - - -Error encrypting payload - - - - -Invalid Diffie-Hellman group - - - - -Diffie-Hellman failure - - - - -Invalid situation - - - - -Invalid DOI - - - - -Invalid policy - - - - -Failed to add Security Association to IPSec Driver. The most common cause for this is if the IKE negotiation took too long to complete. If the problem persists, reduce the load on the faulting machine. - - - - -Memory allocation failed. - - - - -Given filter is invalid - - - - -Failed to obtain new SPI for the inbound SA from Ipsec driver. The most common cause for this is that the driver does not have the correct filter. Check your policy to verify the filters. - - - - -Failed to determine SSPI principal name for ISAKMP/ERROR_IPSEC_IKE service (QueryCredentialsAttributes). - - - - -Failed to obtain Kerberos server credentials for ISAKMP/ERROR_IPSEC_IKE service. Kerberos authentication will not function. The most likely reason for this is lack of domain membership. This is normal if your computer is a member of a workgroup. - - - - -Failed to query Kerberos package to obtain max token size. - - - - -Failed to obtain security function table dispatch address from SSPI. - - - - -Failed to load SECURITY.DLL. - - - - -Failed to enabled TCB privilege. - - - - -There is no available Main Mode IKE policy. - - - - -New policy invalidated SAs formed with old policy - - - - -Certification Revocation check of peer's certificate failed - - - - -Peer failed to send valid machine certificate - - - - -Invalid cookie received. - - - - -Soft SA torn down - - - - -Soft SA loaded - - - - -Invalid payload received - - - - -Error processing VendorId payload - - - - -Error processing Delete Payload - - - - -Error processing Notify payload - - - - -Error processing Nonce payload - - - - -Error processing Signature payload - - - - -Error processing Hash payload - - - - -Error processing Certificate Request payload - - - - -Error processing Cert payload - - - - -Error processing ID payload - - - - -Error processing KE payload - - - - -Error processing Transform payload - - - - -Error processing Proposal payload - - - - -Error processing SA payload - - - - -Error processing error payload - - - - -Peer's certificate did not have a public key - - - - -Failed to authenticate using kerberos - - - - -Failed to verify signature - - - - -No policy configured - - - - -Invalid header - - - - -Failure in Diffie-Helman computation - - - - -IKE negotiation failed because the machine certificate used does not have a private key. IPsec certificates require a private key. Contact your Network Security administrator about replacing with a certificate that has a private key. - - - - -Invalid certificate type - - - - -Invalid certificate key usage - - - - -Certificate Revocation Check failed - - - - -Unknown error occurred - - - - -Negotiation took too long - - - - -Negotiation took too long - - - - -No response from peer - - - - -Negotiation request sat in Queue too long - - - - -Negotiation request sat in Queue too long - - - - -Negotiation request sat in Queue too long - - - - -Negotiation request sat in Queue too long - - - - -IKE SA deleted before establishment completed - - - - -IKE SA deleted by peer before establishment completed - - - - -IKE failed to find valid machine certificate. Contact your Network Security Administrator about installing a valid certificate in the appropriate Certificate Store. - - - - -Negotiation timed out - - - - -General processing error - - - - -IKE Negotiation in progress - - - - -IKE security attributes are unacceptable - - - - -IKE authentication credentials are unacceptable - - - - - ERROR_IPSEC_IKE_NEG_STATUS_BEGIN - - - - -The Quick Mode policy was successfully added, but some of the requested offers are not supported. - - - - -The Main Mode policy was successfully added, but some of the requested offers are not supported. - - - - -The Quick Mode policy is pending deletion. - - - - -The Main Mode authentication bundle is pending deletion. - - - - -The Main Mode policy is pending deletion. - - - - -The tunnel filter is pending deletion. - - - - -The transport filter is pending deletion. - - - - -The Main Mode filter is pending deletion. - - - - -The specified tunnel mode filter was not found. - - - - -The specified tunnel mode filter exists. - - - - -The specified default quick mode policy was not found. - - - - -The specified default main mode authentication list was not found. - - - - -The specified default main mode policy was not found. - - - - -The specified main mode authentication list is being used. - - - - -The specified main mode authentication list was not found. - - - - -The specified main mode authentication list exists. - - - - -The specified transport mode filter does not exist. - - - - -The specified transport mode filter already exists. - - - - -The specified main mode filter was not found. - - - - -The specified main mode filter already exists. - - - - -The specified main mode policy is being used. - - - - -The specified main mode policy was not found - - - - -The specified main mode policy already exists. - - - - -The specified quick mode policy is being used. - - - - -The specified quick mode policy was not found. - - - - -The specified quick mode policy already exists. - - - - -A reserved policy element was found in the QOS provider-specific buffer. - - - - -An invalid shaping rate object was found in the QOS provider-specific buffer. - - - - -An invalid shape discard mode object was found in the QOS provider specific buffer. - - - - -An invalid FILTERSPEC was found in the QOS provider-specific buffer. - - - - -An invalid or inconsistent flowspec was found in the QOS provider specific buffer. - - - - -An invalid QOS flow descriptor was found in the flow descriptor list. - - - - -An invalid policy object was found in the QOS provider-specific buffer. - - - - -An unrecognized object was found in the QOS provider-specific buffer. - - - - -An incorrect number of flow descriptors was specified in the QOS structure. - - - - -An object with an invalid ObjectLength field was specified in the QOS provider-specific buffer. - - - - -An incorrect number of QOS FILTERSPECs were specified in the FLOWDESCRIPTOR. - - - - -An invalid QOS filter type was used. - - - - -An invalid QOS filter style was used. - - - - -Invalid QOS provider-specific buffer. - - - - -An invalid or inconsistent flowspec was found in the QOS structure. - - - - -An invalid or unrecognized service type was found in the flowspec. - - - - -General QOS error. - - - - -Problem with some part of the flowspec. - - - - -Problem with some part of the filterspec or providerspecific buffer in general. - - - - -Unknown or conflicting style. - - - - -Rejected for administrative reasons - bad credentials. - - - - -Error due to lack of resources. - - - - -Reserve has been confirmed. - - - - -There are no receivers. - - - - -There are no senders. - - - - -At least one path has arrived. - - - - -At least one reserve has arrived. - - - - -The requested name is valid, but no data of the requested type was found. - - - - -A non-recoverable error occurred during a database lookup. - - - - -This is usually a temporary error during hostname resolution and means that the local server did not receive a response from an authoritative server. - - - - -No such host is known. - - - - -A database query failed because it was actively refused. - - - - -A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled. - - - - -No more results can be returned by WSALookupServiceNext. - - - - -The specified class was not found. - - - - -No such service is known. The service cannot be found in the specified name space. - - - - -A system call that should never fail has failed. - - - - -The requested service provider could not be loaded or initialized. - - - - -The requested service provider is invalid. - - - - -The procedure call table is invalid. - - - - -A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled. - - - - -No more results can be returned by WSALookupServiceNext. - - - - -Returned by WSARecv or WSARecvFrom to indicate the remote party has initiated a graceful shutdown sequence. - - - - -Either the application has not called WSAStartup, or WSAStartup failed. - - - - -The Windows Sockets version requested is not supported. - - - - -WSAStartup cannot function at this time because the underlying system it uses to provide network services is currently unavailable. - - - - -Item is not available locally. - - - - -File handle reference is no longer available. - - - - -Ran out of disk quota. - - - - -Ran out of quota. - - - - -A Windows Sockets implementation may have a limit on the number of applications that may use it simultaneously. - - - - -Cannot remove a directory that is not empty. - - - - -A socket operation was attempted to an unreachable host. - - - - -A socket operation failed because the destination host was down. - - - - -Name component or name was too long. - - - - -Cannot translate name. - - - - -No connection could be made because the target machine actively refused it. - - - - -A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. - - - - -Too many references to some kernel object. - - - - -A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call. - - - - -A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied. - - - - -A connect request was made on an already connected socket. - - - - -An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full. - - - - -An existing connection was forcibly closed by the remote host. - - - - -An established connection was aborted by the software in your host machine. - - - - -The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress. - - - - -A socket operation was attempted to an unreachable network. - - - - -A socket operation encountered a dead network. - - - - -The requested address is not valid in its context. - - - - -Only one usage of each socket address (protocol/network address/port) is normally permitted. - - - - -An address incompatible with the requested protocol was used. - - - - -The protocol family has not been configured into the system or no implementation for it exists. - - - - -The attempted operation is not supported for the type of object referenced. - - - - -The support for the specified socket type does not exist in this address family. - - - - -The requested protocol has not been configured into the system, or no implementation for it exists. - - - - -An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call. - - - - -A protocol was specified in the socket function call that does not support the semantics of the socket type requested. - - - - -A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself. - - - - -A required address was omitted from an operation on a socket. - - - - -An operation was attempted on something that is not a socket. - - - - -An operation was attempted on a non-blocking socket that already had an operation in progress. - - - - -A blocking operation is currently executing. - - - - -A non-blocking socket operation could not be completed immediately. - - - - -Too many open sockets. - - - - -An invalid argument was supplied. - - - - -The system detected an invalid pointer address in attempting to use a pointer argument in a call. - - - - -An attempt was made to access a socket in a way forbidden by its access permissions. - - - - -The file handle supplied is not valid. - - - - -A blocking operation was interrupted by a call to WSACancelBlockingCall. - - - - -The application directory partition operation failed. The domain controller holding the domain naming master role is down or unable to service the request or is not running Windows Server 2003. - - - - -The directory partition is not available at this time. Please wait a few minutes and try again. - - - - -This DNS server is already enlisted in the specified directory partition. - - - - -This DNS server is not enlisted in the specified directory partition. - - - - -The specified directory partition already exists. - - - - -The specified directory partition does not exist. - - - - -No DNS servers configured for local system. - - - - -TCP/IP network protocol not installed. - - - - -Secure update call needs to continue update request. - - - - -Added local WINS server. - - - - -DNS zone transfer failed. - - - - -DNS AXFR (zone transfer) complete. - - - - -An alias loop has been detected with either CNAME or DNAME records. - - - - -A DNAME record already exists for given name. - - - - -Node is a DNAME DNS record. - - - - -DNS server not creating or reading the boot file for the directory service integrated DNS zone. - - - - -DNS zone already exists in the directory service. - - - - -The directory service is unavailable. - - - - -DNS domain was undeleted. - - - - -Could not create pointer (PTR) record. - - - - -DNS name does not exist. - - - - -Could not create DNS cache data. - - - - -Secondary DNS zone data error. - - - - -DNS record already exists. - - - - -Record only at DNS zone root. - - - - -A CNAME record already exists for given name. - - - - -Node is a CNAME DNS record. - - - - -CNAME loop detected. - - - - -Name not in DNS zone. - - - - -DNS record timed out. - - - - -Unknown DNS record type. - - - - -Node creation failure in DNS. - - - - -DNS record format error. - - - - -DNS record does not exist. - - - - -Failure while reading datafile for DNS zone. - - - - -Failed to write datafile for DNS zone. - - - - -Failed to open datafile for DNS zone. - - - - -Invalid datafile name for DNS zone. - - - - -Primary DNS zone requires datafile. - - - - -The operation cannot be performed because this zone is shutdown. - - - - -This zone must be configured with one or more master DNS server IP addresses. - - - - -A conditional forwarding zone already exists for that name. - - - - -Invalid delete of start of authority (SOA) - - - - -NBTSTAT initialization call failed. - - - - -Need WINS servers. - - - - -WINS initialization failed. - - - - -Need secondary IP address. - - - - -DNS zone not secondary. - - - - -Secondary DNS zone requires master IP address. - - - - -Invalid DNS zone type. - - - - -DNS automatic zone already exists. - - - - -DNS zone already exists. - - - - -DNS zone creation failed. - - - - -DNS zone is locked. - - - - -DNS zone has no Name Server (NS) record. - - - - -DNS zone has no start of authority (SOA) record. - - - - -Invalid DNS zone configuration. - - - - -Invalid operation for DNS zone. - - - - -DNS zone information not available. - - - - -DNS zone does not exist. - - - - -No data is allowed to exist underneath a DNAME record. - - - - -The operation requested is not permitted on against a DNS server running on a read-only DC. - - - - -This operation is not allowed while the DNS server is loading zones in the background. Please try again later. - - - - -The specified value is too large for this parameter. - - - - -The specified value is too small for this parameter. - - - - -The DNS server found root hints but they were not consistent across all adapters. - - - - -The DNS server could not find a set of root hints. - - - - -The record could not be created because this part of the DNS namespace has been delegated to another server. - - - - -The operation requested is not permitted on a DNS root server. - - - - -DNS name is entirely numeric. - - - - -DNS name contains an invalid character. - - - - -DNS name is a single-part name. - - - - -DNS name is dotted (multi-label). - - - - -DNS name is a fully-qualified DNS name. - - - - -DNS name does not comply with RFC specifications. - - - - -Record for given name and type is not unique. - - - - -Try DNS operation again later. - - - - -Invalid property. - - - - -Invalid IP address. - - - - -Invalid DNS type. - - - - -Unsecured DNS packet. - - - - -DNS error, check rcode. - - - - -No DNS packet. - - - - -Bad DNS packet. - - - - -No records found for given DNS query. - - - - -DNS signature validity expired. - - - - -DNS bad key. - - - - -DNS signature failed to verify. - - - - -DNS name in update or prereq is not in zone. - - - - -DNS server not authoritative for zone. - - - - -DNS RR set that ought to exist, does not exist. - - - - -DNS RR set that ought not exist, does exist. - - - - -DNS name that ought not exist, does exist. - - - - -DNS operation refused. - - - - -DNS request not supported by name server. - - - - -DNS name does not exist. - - - - -DNS server failure. - - - - -DNS server unable to interpret format. - - - - -The address books are nested too deeply. Failed to build the hierarchy table. - - - - -The search flags for the attribute are invalid. The tuple index bit is valid only on attributes of Unicode strings. - - - - -The search flags for the attribute are invalid. The subtree index bit is valid only on single valued attributes. - - - - -A required audit event could not be generated for the operation. - - - - -The requested search operation is not supported for ASQ searches. - - - - -The NTDS Settings object for the domain controller does not exist. - - - - -The server object for the domain controller does not exist. - - - - -Could not find a writable domain controller in the domain. - - - - -The local account store does not contain secret material for the specified account. - - - - -The site settings object for the specified site does not exist. - - - - -At this time, it cannot be determined if the branch replication policy is available on the hub domain controller. Please retry at a later time to account for replication latencies. - - - - -The scheduled replication did not take place because the system was too busy to execute the request within the schedule window. The replication queue is overloaded. Consider reducing the number of partners or decreasing the scheduled replication frequency. - - - - -The LDAP servers network send queue has filled up because the client is not processing the results of it's requests fast enough. No more requests will be processed until the client catches up. If the client does not catch up then it will be disconnected. - - - - -The requested operation is not allowed on an object under the system container. - - - - -The directory service cannot replicate with this server because the time since the last replication with this server has exceeded the tombstone lifetime. - - - - -The directory service detected a child partition below the requested partition name. The partition hierarchy must be created in a top down method. - - - - -The Directory Service cannot perform the requested operation because a domain rename operation is in progress. - - - - -The target container for a redirection of a well known object container cannot already be a special container. - - - - -The FSMO role ownership could not be verified because its directory partition has not replicated successfully with atleast one replication partner. - - - - -Cross-domain move of non-empty query based application groups is not allowed. - - - - -Cross-domain move of non-empty basic application groups is not allowed. - - - - -The group cannot be converted due to attribute restrictions on the requested group type. - - - - -Insufficient attributes were given to create an object. This object may not exist because it may have been deleted and already garbage collected. - - - - -The requested object has a non-unique identifier and cannot be retrieved. - - - - -Writeable NCs prevent this DC from demoting. - - - - -The DS cannot derive a service principal name (SPN) with which to mutually authenticate the target server because the server's domain has been deleted from the forest. - - - - -A cross reference is in use locally with the same name. - - - - -The remote create cross reference operation failed on the Domain Naming Master FSMO. The operation's error is in the extended data. - - - - -The Directory Service cannot process the script because it is invalid. - - - - -The directory service failed to authorize the request. - - - - -Schema deletion failed: attribute is used in rDNAttID. - - - - -Schema update failed: Duplicate msDS-INtId. Retry the operation. - - - - -Schema update failed: No values for msDS-IntId are available. - - - - -Operation not allowed on a disabled cross ref. - - - - -The directory service binding must be renegotiated due to a change in the server -extensions information. - - - - -The directory service cannot perform the requested operation because the servers -involved are of different replication epochs (which is usually related to a -domain rename that is in progress). - - - - -The Directory Service cannot process the script because of an error. - - - - -The Directory Service cannot parse the script because of a syntax error. - - - - -The Directory Service failed to enter single user mode. - - - - -The DS cannot derive a service principal name (SPN) with which to mutually authenticate the target server because the corresponding server object in the local DS database has no serverReference attribute. - - - - -The Global catalog server is not in the closest site. - - - - -The thread limit for this request was exceeded. - - - - -The directory cannot validate the proposed naming context (or partition) name because it does not hold a replica nor can it contact a replica of the naming context above the proposed naming context. Please ensure that the parent naming context is properly registered in DNS, and at least one replica of this naming context is reachable by the Domain Naming master. - - - - -Could not access a partition of the directory service located on a remote server. Make sure at least one server is running for the partition in question. - - - - -The requested action is not supported on standard server. - - - - -Unable to resolve completely, a referral to another forest is generated. - - - - -This object is not allowed to change its grandparent container. Moves are not forbidden on this object, but are restricted to sibling containers. - - - - -A system flag has been set on the object and does not allow the object to be moved or renamed. - - - - -Move operations on objects in the schema naming context are not allowed. - - - - -Rename or move operations on naming context heads or read-only objects are not allowed. - - - - -An account group cannot have a universal group as a member. - - - - -Schema update failed: There are no link identifiers available. - - - - -Schema update failed: The link identifier is reserved. - - - - -Unable to find a valid security descriptor reference domain for this partition. - - - - -Unable to continue operation because multiple conflicting controls were used. - - - - -The database is out of version store. - - - - -The machine account was created pre-NT4. The account needs to be recreated. - - - - -The requested name already exists as a unique identifier. - - - - -The sort order requested is not supported. - - - - -The forest functional level cannot be raised to the requested value since one or more domains are still in mixed domain mode. All domains in the forest must be in native mode, for you to raise the forest functional level. - - - - -The functional level of the domain (or forest) cannot be raised to the requested value, because there exist one or more domain controllers in the domain (or forest) that are at a lower incompatible functional level. - - - - -The version of the operating system installed on this server is incompatible with the functional level of the domain or forest. - - - - -The version of the operating system installed on this server no longer supports the current domain functional level. You must raise the domain functional level before this server can become a domain controller in this domain. - - - - -The version of the operating system installed on this server no longer supports the current forest functional level. You must raise the forest functional level before this server can become a domain controller in this forest. - - - - -The version of the operating system installed is incompatible with the current domain functional level. You must upgrade to a new version of the operating system before this server can become a domain controller in this domain. - - - - -The version of the operating system installed is incompatible with the current forest functional level. You must upgrade to a new version of the operating system before this server can become a domain controller in this forest. - - - - -Security Accounts Manager initialization failed because of the following error: %1. -Error Status: 0x%2. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further. - - - - -Directory Services could not start because of the following error: %1. -Error Status: 0x%2. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further. - - - - -Critical Directory Service System objects cannot be deleted during tree delete operations. The tree delete may have been partially performed. - - - - -For security reasons, the source DC must be NT4SP4 or greater. - - - - -For security reasons, the operation must be run on the destination DC. - - - - -Your computer could not be joined to the domain. You have exceeded the maximum number of computer accounts you are allowed to create in this domain. Contact your system administrator to have this limit reset or increased. - - - - -The unicodePwd attribute value must be enclosed in double quotes. - - - - -A Filter was passed that uses constructed attributes. - - - - -A Service Principal Name (SPN) could not be constructed because the provided hostname is not in the necessary format. - - - - -Security principal objects can only be created inside domain naming contexts. - - - - -The operation requires that source domain auditing be enabled. - - - - -The checkpoint with the PDC could not be taken because there too many modifications being processed currently. - - - - -The attribute is not allowed to be replicated to the GC because of security reasons. - - - - -Foreign security principals cannot be members of universal groups. - - - - -A local group can only be a member of other local groups in the same domain. - - - - -The requested operation can be performed only on a global catalog server. - - - - -The requested domain could not be deleted because there exist domain controllers that still host this domain. - - - - -The replication update could not be applied because either the source or the destination has not yet received information regarding a recent cross-domain move operation. - - - - -The replication operation could not be completed due to a previous schema incompatibility. - - - - -The replication operation could not be completed due to a schema incompatibility. - - - - -Schema information could not be included in the replication request. - - - - -Security Accounts Manager initialization failed because of the following error: %1. -Error Status: 0x%2. Click OK to shut down the system and reboot into Safe Mode. Check the event log for detailed information. - - - - -The source and destination object must be of the same type. - - - - -The source object's SID already exists in destination forest. - - - - -The source object must be a group or user. - - - - -The operation couldn't locate a DC for the source domain. - - - - -The operation requires that destination domain auditing be enabled. - - - - -The destination domain must be in the forest. - - - - -The source domain may not be in the same forest as destination. - - - - -The connection between client and server requires packet privacy or better. - - - - -Directory Services could not start. - - - - -Directory Service cannot start. - - - - -Security Account Manager needs to get the boot key from floppy disk. - - - - -Security Account Manager needs to get the boot password. - - - - -The syntax of the linked attribute being added is incorrect. Forward links can only have syntax 2.5.5.1, 2.5.5.7, and 2.5.5.14, and backlinks can only have syntax 2.5.5.1 - - - - -The object requested was not found, but an object with that key was found. - - - - -The Security Descriptor attribute could not be read. - - - - -While processing a change to the DNS Host Name for an object, the Service Principal Name values could not be kept in sync. - - - - -The DSA operation is unable to proceed because of a DNS lookup failure. - - - - -Only DSAs configured to be Global Catalog servers should be allowed to hold the Domain Naming Master FSMO role. (Applies only to Windows 2000 servers) - - - - -The schema cache load failed to convert the string default SD on a class-schema object. - - - - -A group with primary members cannot change to a security-disabled group. - - - - -A local group cannot have another cross domain local group as a member. - - - - -A global group cannot have a cross-domain member. - - - - -A universal group cannot have a local group as a member. - - - - -A global group cannot have a universal group as a member. - - - - -A global group cannot have a local group as a member. - - - - -You cannot nest local groups in a mixed domain if the group is security-enabled. - - - - -You cannot nest global groups in a mixed domain if the group is security-enabled. - - - - -The specified group type is invalid. - - - - -The replica/child install failed to read the objectVersion attribute in the SCHEMA section of the file schema.ini in the system32 directory. - - - - -The replica/child install failed to get the objectVersion attribute on the schema container on the source DC. Either the attribute is missing on the schema container or the credentials supplied do not have permission to read it. - - - - -An object of this class cannot be created under the schema container. You can only create attribute-schema and class-schema objects under the schema container. - - - - -Schema update is not allowed on this DC because the DC is not the schema FSMO Role Owner. - - - - -Adding a new mandatory attribute to an existing class, deleting a mandatory attribute from an existing class, or adding an optional attribute to the special class Top that is not a backlink attribute (directly or through inheritance, for example, by adding or deleting an auxiliary class) is not allowed. - - - - -An attempt is made to modify the base schema. - - - - -Cannot change the primary group ID of a domain controller account. - - - - -Only an administrator can modify the membership list of an administrative group. - - - - -Security Accounts Manager initialization failed because of the following error: %1. -Error Status: 0x%2. Click OK to shut down the system and reboot into Directory Services Restore Mode. Check the event log for detailed information. - - - - -The directory service failed to identify the list of objects to delete while attempting a tree deletion. - - - - -The directory service failed to lock a tree in preparation for a tree deletion because the tree was in use. - - - - -Tree deletions starting at an object which has an NC head as a descendant are not allowed. - - - - -The search flags for the attribute are invalid. The ANR bit is valid only on attributes of Unicode or Teletex strings. - - - - -Cross-domain move of non-empty resource groups is not allowed. - - - - -Cross-domain move of non-empty account groups is not allowed. - - - - -The operation cannot be performed because the server does not have an infrastructure container in the domain of interest. - - - - -Destination domain must be in native mode. - - - - -The directory cannot validate the proposed naming context name because it does not hold a replica of the naming context above the proposed naming context. Please ensure that the domain naming master role is held by a server that is configured as a global catalog server, and that the server is up to date with its replication partners. (Applies only to Windows 2000 Domain Naming masters) - - - - -A naming context head must be the immediate child of another naming context head, not of an interior node. - - - - -Can't move objects with memberships across domain boundaries as once moved, this would violate the membership conditions of the account group. Remove the object from any account group memberships and retry. - - - - -This object may not be moved across domain boundaries either because cross-domain moves for this class are disallowed, or the object has some special characteristics, e.g.: trust account or restricted RID, which prevent its move. - - - - -A cross-domain move operation failed such that two versions of the moved object exist - one each in the source and destination domains. The destination object needs to be removed to restore the system to a consistent state. - - - - -Another operation which requires exclusive access to the PDC FSMO is already in progress. - - - - -Object being moved across-domains is already known to be deleted by the destination server. The source server does not have the latest version of the source object. - - - - -Source and destination of a cross-domain move do not agree on the identity of the source object. Either source or destination does not have the latest version of the source object. - - - - -Destination of a cross-domain move is not authoritative for the destination naming context. - - - - -Source and destination for a cross-domain move are not in agreement on the naming contexts in the forest. Either source or destination does not have the latest version of the Partitions container. - - - - -Source and destination for the cross-domain move operation are identical. Caller should use local move operation instead of cross-domain move operation. - - - - -Source and destination of a cross-domain move do not agree on the object's current name. Either source or destination does not have the latest version of the object. - - - - -Source and destination of a cross-domain move do not agree on the object's epoch number. Either source or destination does not have the latest version of the object. - - - - -The schema update operation tried to add a backward link attribute that has no corresponding forward link. - - - - -The search failed to retrieve attributes from the database. - - - - -The requested search operation is only supported for base searches. - - - - -The LDAP display name of the class or attribute contains non-ASCII characters. - - - - -The requested operation requires a directory service, and none was available. - - - - -The replication request has been posted; waiting for reply. - - - - -The OM-Object-Class specified is incorrect for an attribute with the specified syntax. - - - - -Modification of a constructed attribute is not allowed. - - - - -Name translation: Unable to perform purely syntactical mapping at the client without going out to the wire. - - - - -Name translation: Unable to resolve completely, only the domain was found. - - - - -Name translation: Input name found, but not the associated output format. - - - - -Name translation: Input name mapped to more than one output name. - - - - -Name translation: Could not find the name or insufficient right to see name. - - - - -Name translation: Generic processing error. - - - - -Schema update failed: An attribute with the same link identifier already exists. - - - - -The version of the directory service schema of the source forest is not compatible with the version of directory service on this computer. - - - - -The server specified for this replication operation was contacted, but that server was unable to contact an additional server needed to complete the operation. - - - - -The replication synchronization attempt failed because a master replica attempted to sync from a partial replica. - - - - -Synchronization attempt failed because the destination DC is currently waiting to synchronize new partial attributes from source. This condition is normal if a recent schema change modified the partial attribute set. The destination partial attribute set is not a subset of source partial attribute set. - - - - -The replication operation was terminated because the system is shutting down. - - - - -The replication synchronization attempt was abandoned because of a lack of updates. - - - - -The replication operation was preempted. - - - - -The replication operation failed because a required parent object is missing. - - - - -The replication source has been reinstalled. - - - - -The replication operation failed due to a collision of object names. - - - - -The destination server is currently rejecting replication requests. - - - - -The source server is currently rejecting replication requests. - - - - -The replication remote procedure call was cancelled. - - - - -The requested operation is not supported by this version of the directory service. - - - - -Replication access was denied. - - - - -The naming context is in the process of being removed or is not replicated from the specified server. - - - - -The replication operation encountered a database error. - - - - -The naming context cannot be removed because it is replicated to another server. - - - - -The replication reference information for the target server does not exist. - - - - -The replication reference information for the target server already exists. - - - - -The replication operation encountered an error with the mail system. - - - - -The replication operation failed to allocate memory. - - - - -The replication operation encountered an object with an invalid instance type. - - - - -The server specified for this replication operation could not be contacted. - - - - -The replication operation encountered a database inconsistency. - - - - -The replication system encountered an internal error. - - - - -The distinguished name specified for this replication operation already exists. - - - - -The naming context specified for this replication operation is invalid. - - - - -The distinguished name specified for this replication operation is invalid. - - - - -The directory service is too busy to complete the replication operation at this time. - - - - -An invalid parameter was specified for this replication operation. - - - - -The replication operation failed. - - - - -The directory service was unable to transfer ownership of one or more floating single-master operation roles to other servers. - - - - -The directory service is missing mandatory configuration information, and is unable to determine the ownership of floating single-master operation roles. - - - - -This directory server is shutting down, and cannot take ownership of new floating single-master operation roles. - - - - -A root object requires a class of 'top'. - - - - -The directory service encountered an unknown failure. - - - - -The directory service encountered an internal failure. - - - - -The allocation of the hierarchy table failed. - - - - -The attempt to count the address book indices failed. - - - - -The directory configuration parameter is missing from the registry. - - - - -The attempt to build the hierarchy table failed. - - - - -The hierarchy file is invalid. - - - - -The operation cannot replace the hidden record. - - - - -The modification was not permitted for security reasons. - - - - -The child object could not be retrieved. - - - - -The naming context could not be found in the cache. - - - - -The naming context could not be found. - - - - -The DSA object could not be found. - - - - -The replication operation failed because of a schema mismatch between the servers involved. - - - - -The global catalog verification failed. The global catalog is not available or does not support the operation. Some part of the directory is currently not available. - - - - -Failed to obtain the required syntax for the attribute schema. - - - - -Schema allocation failed. Please check if the machine is running low on memory. - - - - -The schema is not loaded. - - - - -A security checking error has occurred. - - - - -The specified naming context is missing a cross reference. - - - - -An expected attribute is missing. - - - - -The attribute GOVERNSID is missing. - - - - -A database error has occurred. - - - - -An internal error has occurred. - - - - -The instance type attribute could not be retrieved. - - - - -No superior reference has been configured for the directory service. The directory service is therefore unable to issue referrals to objects outside this forest. - - - - -The distinguished name attribute could not be read. - - - - -The class could not be removed from the cache. - - - - -The attribute could not be removed from the cache. - - - - -The class could not be cached. - - - - -The attribute could not be cached. - - - - -The attribute schema has bad syntax. - - - - -Cannot read the governs class identifier for the schema record. - - - - -The requested delete operation could not be performed. - - - - -The tree deletion is not finished. The request must be made again to continue deleting the tree. - - - - -Schema update failed in recalculating validation cache. - - - - -Schema deletion failed: class is used as poss superior. - - - - -Schema deletion failed: class is used as sub class. - - - - -Schema deletion failed: class is used as auxiliary class. - - - - -Schema update failed: Rdn-Att-Id has wrong syntax. - - - - -Schema update failed: class in subclassof list does not exist or does not satisfy hierarchy rules. - - - - -Schema update failed: class in poss-superiors does not exist. - - - - -Schema update failed: class in aux-class list does not exist or is not an auxiliary class. - - - - -Schema update failed: attribute in must-contain does not exist. - - - - -Schema update failed: attribute in may-contain does not exist. - - - - -Schema deletion failed: attribute is used in may-contain. - - - - -Schema deletion failed: attribute is used in must-contain. - - - - -Schema update failed: syntax mismatch. - - - - -Schema update failed: range-lower less than range upper. - - - - -Schema update failed: duplicate LDAP display name. - - - - -Schema update failed: duplicate schema-id GUID. - - - - -Schema update failed: duplicate MAPI identifier. - - - - -Schema update failed: duplicate OID. - - - - -Schema update failed: duplicate RDN. - - - - -Notification filter is too complex. - - - - -Subtree notifications are only supported on NC heads. - - - - -It is not permitted to delete a master cross reference. - - - - -A cross reference already exists. - - - - -The name reference is invalid. - - - - -The specified class is not a subclass. - - - - -The specified class is not defined. - - - - -Only the replicator can perform this function. - - - - -The attribute cannot be modified because it is owned by the system. - - - - -Modification of a DN across a naming context is not permitted. - - - - -The requested FSMO operation failed. The current FSMO holder could not be contacted. - - - - -The role owner attribute could not be read. - - - - -The directory service request is invalid. - - - - -The operation could not be performed because the directory service is shutting down. - - - - -The cross reference for the specified naming context could not be found. - - - - -The operation cannot be performed on a back link. - - - - -A local object with this GUID (dead or alive) already exists. - - - - -The schema object could not be found. - - - - -The class of the object must be structural; you cannot instantiate an abstract class. - - - - -It is not permitted to add an attribute which is owned by the system. - - - - -The object must be a naming context. - - - - -The parent of a new subref must exist. - - - - -Failed to create name for deleted object. - - - - -The security descriptor is invalid. - - - - -The security descriptor is too short. - - - - -The name does not identify an object; the name identifies a phantom. - - - - -The directory service cannot get the attribute type for a name. - - - - -The directory service encountered an error parsing a name. - - - - -The name value is too long. - - - - -The name is too long. - - - - -The name has too many parts. - - - - -Access to the attribute is not permitted because the attribute is owned by the Security Accounts Manager (SAM). - - - - -The object cannot be added because the parent is not on the list of possible superiors. - - - - -Insufficient access rights to perform the operation. - - - - -The object must be of class DSA. - - - - -The operation can only be performed on an internal master DSA object. - - - - -A directory service error has occurred. - - - - -The DSA object cannot be deleted. - - - - -The operation cannot continue because the object is in the process of being removed. - - - - -The operation is out of scope. - - - - -The alias cannot be dereferenced. - - - - -It is not permitted for an alias to refer to another alias. - - - - -The object name has bad syntax. - - - - -The aliased object is missing. - - - - -Directory object not found. - - - - -The operation cannot be performed because child objects exist. This operation can only be performed on a leaf object. - - - - -The object and parent must be of the same type, either both masters or both replicas. - - - - -Having a parent that is an alias is not permitted. Aliases are leaf objects. - - - - -The operation could not be performed because the object's parent is either uninstantiated or deleted. - - - - -Chained evaluation is not permitted. - - - - -Chaining is not permitted. - - - - -The specified root object cannot be a subref. - - - - -The attribute value cannot be removed because it is not present on the object. - - - - -The attribute cannot be removed because it is not present on the object. - - - - -The specified value already exists. - - - - -A value for the attribute was not in the acceptable range of values. - - - - -Multiple values were specified for an attribute that can have only one value. - - - - -The specified attribute is not present, or has no values. - - - - -The specified attribute is already present on the object. - - - - -An attempt was made to modify an object to include an attribute that is not legal for its class. - - - - -A required attribute is missing. - - - - -The object class attribute must be specified. - - - - -The operation must be performed at a master DSA. - - - - -The specified instance type is not valid. - - - - -The specified object is too large. - - - - -Illegal modify operation. Some aspect of the modification is not permitted. - - - - -The attribute specified in the operation is not present on the object. - - - - -The user buffer is too small. - - - - -None of the requested attributes were found on the objects. - - - - -An attempt was made to add an object using an RDN that is not the RDN defined in the schema. - - - - -An attempt was made to add an object of a class that does not have an RDN defined in the schema. - - - - -An attempt was made to add an object to the directory with a name that is already in use. - - - - -The maximum size of an object has been exceeded. - - - - -A reference to an attribute that is not defined in the schema occurred. - - - - -The add replica operation cannot be performed. The naming context must be writeable in order to create the replica. - - - - -The root object must be the head of a naming context. The root object cannot have an instantiated parent. - - - - -The search results exceed the offset range specified. - - - - -The search requires a SORT control. - - - - -The preset referral limit was exceeded. - - - - -A referral loop was detected by the client. - - - - -The specified control is not supported by the server. - - - - -No results were returned. - - - - -The specified method is not supported. - - - - -One or more parameters are illegal. - - - - -The search filter cannot be recognized. - - - - -A decoding error has occurred. - - - - -An encoding error has occurred. - - - - -A local error has occurred. - - - - -The server is not operational. - - - - -The operation affects multiple DSAs - - - - -The result set is too large. - - - - -There is a naming violation. - - - - -A loop has been detected. - - - - -The server is unwilling to process the request. - - - - -There is an alias dereferencing problem. - - - - -The object is a leaf object. - - - - -An invalid dn syntax has been specified. - - - - -There is an alias problem. - - - - -There is no such object on the server. - - - - -A constraint violation occurred. - - - - -Inappropriate matching. - - - - -This request requires a secure connection. - - - - -The server does not support the requested critical extension. - - - - -A referral was returned from the server. - - - - -The authentication mechanism is unknown. - - - - -Inappropriate authentication. - - - - -A more secure authentication method is required for this server. - - - - -The requested authentication method is not supported by the server. - - - - -The compare response was true. - - - - -The compare response was false. - - - - -The administrative limit for this request was exceeded. - - - - -The size limit for this request was exceeded. - - - - -The time limit for this request was exceeded. - - - - -A protocol error occurred. - - - - -An operations error occurred. - - - - -A domain controller promotion is not currently active - - - - -A domain controller promotion is currently active. - - - - -The requested policy information is only in the directory service. - - - - -The policy object does not exist. - - - - -The policy object is shared and can only be modified at the root. - - - - -Unable to contact the global catalog server. - - - - -The requested cross-domain move operation could not be performed. - - - - -The directory service detected an attempt to modify the object class of an object. - - - - -The directory service cannot perform the requested operation on the RDN attribute of an object. - - - - -The directory service can perform the requested operation only on a leaf object. - - - - -The requested operation did not satisfy one or more constraints associated with the class of the object. - - - - -The directory service was unable to initialize the subsystem that allocates relative identifiers. - - - - -The requested operation could not be performed because the directory service is not the master for that type of operation. - - - - -The directory service has exhausted the pool of relative identifiers. - - - - -The directory service was unable to allocate a relative identifier. - - - - -The directory service is unavailable. - - - - -The directory service is busy. - - - - -The specified directory service attribute or value already exists. - - - - -The attribute type specified to the directory service is not defined. - - - - -The attribute syntax specified to the directory service is invalid. - - - - -The specified directory service attribute or value does not exist. - - - - -The directory service evaluated group memberships locally. - - - - -An error occurred while installing the directory service. For more information, see the event log. - - - - -The file replication service detected an invalid parameter. - - - - -The file replication service cannot stop replicating the system volume because of an internal error. -The event log may have more information. - - - - -The file replication service cannot process the request. The system volume is busy with a previous request. - - - - -The file replication service cannot populate the system volume because of an internal timeout. -The event log may have more information. - - - - -The file replication service cannot populate the system volume because of an internal error. -The event log may have more information. - - - - -The file replication service on the domain controller cannot communicate with the file replication service on this computer. -The event log may have more information. - - - - -The file replication service cannot communicate with the file replication service on the domain controller. -The event log may have more information. - - - - -The file replication service cannot satisfy the request because authenticated RPC is not available on the domain controller. -The event log may have more information. - - - - -The file replication service cannot satisfy the request because the user has insufficient privileges on the domain controller. -The event log may have more information. - - - - -The file replication service cannot satisfy the request because authenticated RPC is not available. -The event log may have more information. - - - - -The file replication service cannot satisfy the request because the user has insufficient privileges. -The event log may have more information. - - - - -The file replication service cannot be contacted. -The event log may have more information. - - - - -The file replication service terminated the request. -The event log may have more information. - - - - -The file replication service API terminated the request. -The event log may have more information. - - - - -The file replication service cannot be stopped. - - - - -The file replication service cannot be started. - - - - -The file replication service API was called incorrectly. - - - - -The target session is incompatible with the current session. - - - - -The Terminal Server security layer detected an error in the protocol stream and has disconnected the client. - - - - -The Client Drive Mapping Service Has Disconnected on Terminal Connection. - - - - -The Client Drive Mapping Service Has Connected on Terminal Connection. - - - - -The RDP protocol component %2 detected an error in the protocol stream and has disconnected the client. - - - - -Unable to log you on because of an account restriction. - - - - -The user %s\\%s is already logged on to the console of this computer. You do not have permission to log in at this time. To resolve this issue, contact %s\\%s and have them log off. - - - - -The user %s\\%s is currently logged on to this computer. Only the current user or an administrator can log on to this computer. - - - - -You do not have the proper encryption level to access this Session. - - - - -Remote logins are currently disabled. - - - - -Activation has already been reset the maximum number of times for this installation. Your activation timer will not be cleared. - - - - -The remote control of the console was terminated because the display mode was changed. Changing the display mode in a remote control session is not supported. - - - - -Remote control could not be terminated because the specified session is not currently being remotely controlled. - - - - -The system license has expired. Your logon request is denied. - - - - -The client you are using is not licensed to use this system. Your logon request is denied. - - - - -The number of connections to this computer is limited and all connections are in use right now. -Try connecting later or contact your system administrator. - - - - -Your request to connect to this Terminal Server has been rejected. Your Terminal Server client license number has not been entered for this copy of the Terminal Server client. -Please contact your system administrator. - - - - -Your request to connect to this Terminal Server has been rejected. Your Terminal Server client license number is currently being used by another user. -Please call your system administrator to obtain a unique license number. - - - - -The requested session is not configured to allow remote control. - - - - -The requested session cannot be controlled remotely. -This may be because the session is disconnected or does not currently have a user logged on. - - - - -The specified terminal connection driver is invalid. - - - - -The requested session access is denied. - - - - -The request to control another session remotely was denied. - - - - -Reconnecting a disconnected session to the console is not supported. - - - - -Disconnecting the console session is not supported. - - - - -The client failed to respond to the server connect message. - - - - -The requested operation can be performed only on the system console. -This is most often the result of a driver or system DLL requiring direct console access. - - - - -Your interactive logon privilege has been disabled. -Please contact your administrator. - - - - -The application attempted to enable DOS graphics mode. -DOS graphics mode is not supported. - - - - -An attempt has been made to connect to a session whose video mode is not supported by the current client. - - - - -The requested operation cannot be completed because the terminal connection is currently busy processing a connect, disconnect, reset, or delete operation. - - - - -The specified session name is already in use. - - - - -The specified session cannot be found. - - - - -Transport driver error - - - - -Voice detected at remote site on callback. - - - - -Busy signal detected at remote site on callback. - - - - -Dial tone not detected within the required time. Verify that the phone cable is properly attached and functional. - - - - -Carrier detect has failed or carrier has been dropped due to disconnect. - - - - -The modem did not respond to the command sent to it. Verify that the modem is properly cabled and powered on. - - - - -The modem did not accept the command sent to it. Verify that the configured modem name matches the attached modem. - - - - -The modem name was not found in MODEM.INF. - - - - -The MODEM.INF file was not found. - - - - -There are no free output buffers available. - - - - -A close operation is pending on the session. - - - - -A service with the same name already exists on the system. - - - - -A registry key for event logging could not be created for this session. - - - - -The specified terminal connection driver was not found in the system path. - - - - -The specified protocol driver was not found in the system path. - - - - -The specified protocol driver is invalid. - - - - -The specified session name is invalid. - - - - -This operation cannot be performed in a transaction. - - - - -The link tracking operation could not be completed because a transaction is active. - - - - -The operation could not be completed because the volume is dirty. Please run chkdsk and try again. - - - - -The compression operation could not be completed because a transaction is active on the file. - - - - -The operation could not be completed due to bad clusters on disk. - - - - -The transactional resource manager had too many tranactions outstanding that could not be aborted. The transactional resource manger has been shut down. - - - - -The transactional resource manager cannot currently accept transacted work due to a transient condition such as low resources. - - - - -I/O was attempted on a section object that has been floated as a result of a transaction ending. There is no valid data. - - - - -The call to create a TransactionManager object failed because the Tm Identity stored in the logfile does not match the Tm Identity that was passed in as an argument. - - - - -The sparse operation could not be completed because a transaction is active on the file. - - - - -Windows has discovered corruption in a file, and that file has since been repaired. Data loss may have occurred. - - - - -The savepoint operation failed because files are open on the transaction. This is not permitted. - - - - -The target volume is not a snapshot volume. This operation is only valid on a volume mounted as a snapshot. - - - - -Transactions cannot be frozen because a freeze is already in progress. - - - - -The request to thaw frozen transactions was ignored because transactions had not previously been frozen. - - - - -This file is open for modification in an unresolved transaction and may be opened for execute only by a transacted reader. - - - - -Promotion was required in order to allow the resource manager to enlist, but the transaction was set to disallow it. - - - - -A transaction scope could not be entered because the scope handler has not been initialized. - - - - -Transaction metadata is already present on this file and cannot be superseded. - - - - -Memory mapping (creating a mapped section) a remote file under a transaction is not supported. - - - - -An attempt to create space in the transactional resource manager's log failed. The failure status has been recorded in the event log. - - - - -This object is not allowed to be opened in a transaction. - - - - -The encryption operation could not be completed because a transaction is active. - - - - -The transactional metadata attribute on the file or directory is corrupt and unreadable. - - - - -A rollback could not be scheduled because a previously scheduled rollback has already executed or been queued for execution. - - - - -The operation could not be completed because the transaction manager does not have a log. - - - - -The operation would leave a transactional resource manager in an inconsistent state and is therefore not allowed. - - - - -The $Txf directory must be empty for this operation to succeed. - - - - -The operation would involve a single file with two transactional resource managers and is therefore not allowed. - - - - -The operation cannot be performed because another transaction is depending on the fact that this property will not change. - - - - -The file cannot be opened transactionally, because its identity depends on the outcome of an unresolved transaction. - - - - -The transactional resource manager has already been started. - - - - -The transactional resource manager is already consistent. Recovery is not needed. - - - - -The request was rejected because the enlistment in question is not a superior enlistment. - - - - -The transaction outcome is unavailable because the resource manager responsible for it has disconnected. - - - - -The file can't be recovered because there is a handle still open on it. - - - - -The log data is corrupt. - - - - -There is no transaction metadata on the file. - - - - -The handle has been invalidated by a transaction. The most likely cause is the presence of memory mapping on a file or an open handle when the transaction ended or rolled back to savepoint. - - - - -The remote server sent mismatching version number or Fid for a file opened with transactions. - - - - -It is not possible to create any more miniversions for this stream. - - - - -It is not possible to open a miniversion with modify access. - - - - -A miniversion may only be opened in the context of the transaction that created it. - - - - -The specified file miniversion was found but has been invalidated. Most likely cause is a transaction savepoint rollback. - - - - -The specified file miniversion was not found for this transacted file open. - - - - -The object (file, stream, link) corresponding to the handle has been deleted by a Transaction Savepoint Rollback. - - - - -The requested log size is invalid. - - - - -The remote server or share does not support transacted file operations. - - - - -The specified directory does not contain a resource manager. - - - - -The metadata of the RM has been corrupted. The RM will not function. - - - - -Transaction support within the specified file system resource manager is not started or was shutdown due to an error. - - - - -The function attempted to use a name that is reserved for use by another transaction. - - - - -The kernel transaction manager had to abort or forget the transaction because it blocked forward progress. - - - - -Implicit transaction are not supported. - - - - -The specified operation could not be performed, because the record that would be logged was too long. This can occur because of two conditions: either there are too many Enlistments on this Transaction, or the combined RecoveryInformation being logged on behalf of those Enlistments is too long. - - - - -The specified operation could not be performed on this Superior enlistment, because the enlistment was not created with the corresponding completion response in the NotificationMask. - - - - -Because the associated transaction manager or resource manager has been closed, the handle is no longer valid. - - - - -The call to create a superior Enlistment on this Transaction object could not be completed, because the Transaction object specified for the enlistment is a subordinate branch of the Transaction. Only the root of the Transactoin can be enlisted on as a superior. - - - - -The specified TransactionManager was unable to create the objects contained in its logfile in the Ob namespace. Therefore, the TransactionManager was unable to recover. - - - - -The specified ResourceManager was unable to create an enlistment, because its associated TransactionManager is not online. - - - - -The specified TransactionManager object could not be opened, because it was not found. - - - - -The specified Enlistment object could not be opened, because it was not found. - - - - -The specified ResourceManager object could not be opened, because it was not found. - - - - -The specified Transaction object could not be opened, because it was not found. - - - - -The current transaction context associated with the thread is not a valid handle to a transaction object. - - - - -The buffer passed in to PushTransaction or PullTransaction is not in a valid format. - - - - -The requested propagation protocol was not registered as a CRM. - - - - -The attempt to propagate the Transaction failed. - - - - -The RM tried to register a protocol that already exists. - - - - -The Transaction object already has a superior enlistment, and the caller attempted an operation that would have created a new superior. Only a single superior enlistment is allow. - - - - -The resource manager has attempted to prepare a transaction that it has not successfully joined. - - - - -The specified ResourceManager made no changes or updates to the resource under this transaction. - - - - -The Transaction Manager was unable to be successfully initialized. Transacted operations are not supported. - - - - -It is too late to perform the requested operation, since the Transaction has already been committed. - - - - -It is too late to perform the requested operation, since the Transaction has already been aborted. - - - - -The caller has called a response API, but the response is not expected because the TM did not issue the corresponding request to the caller. - - - - -The requested operation is not valid on the Transaction object in its current state. - - - - -The requested operation was made in the context of a transaction that is no longer active. - - - - -The transaction handle associated with this operation is not valid. - - - - -The log is pinned due to reservation consuming most of the log space. Free some reserved records to make space available. - - - - -Records were appended to the log or reservation changes were made, but the log could not be flushed. - - - - -Security on the log and its containers is inconsistent. - - - - -Log metadata flush failed. - - - - -Log space cannot be reclaimed because the log is pinned. - - - - -Log service is not in the correct state to perform a requested action. - - - - -Log service enountered an invalid container state when attempting a requested action. - - - - -Log service enountered an error when attempting open a log container. - - - - -Log service enountered an error when attempting to write to a log container. - - - - -Log service enountered an error when attempting to read from a log container. - - - - -A request has already been made to handle the log full condition. - - - - -A log client has not been registered on the stream. - - - - -A log client has already registered on the stream. - - - - -The log must have at least two containers before it can be read from or written to. - - - - -The operation requires a non-ephemeral log, but the log is ephemeral. - - - - -Log archival is in progress. - - - - -The operation requires an archive context. - - - - -The operation failed because the log is a dedicated log. - - - - -Log is multiplexed, no direct writes to the physical log is allowed. - - - - -The log could not be set to the requested size. - - - - -Log space is exhausted. - - - - -An new or existing archive tail or base of the active log is invalid. - - - - -Reserved log space or the adjustment of the log space is invalid. - - - - -Number of reserved log records or the adjustment of the number of reserved log records is invalid. - - - - -Log record is not a record in the log file. - - - - -Log space cannot be reclaimed because the log is pinned by the archive tail. - - - - -A policy on the log in question prevented the operation from completing. - - - - -The installed set of policies on the log is invalid. - - - - -Log policy in question was not installed at the time of the request. - - - - -Log policy could not be installed because a policy of the same type is already present. - - - - -Log service has attempted to read or write backward past the start of the log. - - - - -Log service has reached the maximum allowable containers allocated to a log file. - - - - -Log service cannot delete log file or file system container. - - - - -Log service encountered an attempt to erroneous allocate or dispose reservation space. - - - - -Log service encountered a metadata file with inconsistent data. - - - - -Log service encountered a metadata file that could not be created by the log file system. - - - - -Log service encountered a corrupted metadata file. - - - - -Log service encountered a log stream with no restart area. - - - - -Log service encountered an attempt to read the log with an invalid read mode. - - - - -Log service encountered an invalid log block. - - - - -Log service encountered an invalid log block version. - - - - -Log service encountered an invalid log restart area. - - - - -Log service encountered an attempt read from a marshalling area with an invalid read context. - - - - -Log service user marshalling buffers are exhausted. - - - - -Log service encountered an attempt access data outside the active log range. - - - - -Log service encountered a partial or incomplete log block. - - - - -Log service encountered a remapped log sector. - - - - -Log service encountered a log sector with invalid block parity. - - - - -Log service encountered an invalid log sector. - - - - -The Task Scheduler service must be configured to run in the System account to function properly. Individual tasks may be configured to run in other accounts. - - - - -The list of servers for this workgroup is not currently available - - - - -The SMB client requested a CSE FSCTL on a non-CSE file. - - - - -A new encrypted file is being created and a $EFS needs to be provided. - - - - -File is encrypted and should be opened in Client Side Encryption mode. - - - - -Client Side Encryption is not supported by the remote server even though it claims to support it. - - - - -The remote server sent an invalid response for a file being opened with Client Side Encryption. - - - - -A newer system is required to decrypt this encrypted file. - - - - -This machine is disabled for file encryption. - - - - -The disk partition does not support file encryption. - - - - -The encryption algorithm used on the source file needs a bigger key buffer than the one on the destination file. - - - - -Recovery policy configured for this system contains invalid recovery certificate. - - - - -The server is not trusted for remote encryption operation. - - - - -The directory has been disabled for encryption. - - - - -The specified file is read only. - - - - -The specified file is not in the defined EFS export format. - - - - -The specified file is not encrypted. - - - - -There are no EFS keys defined for the user. - - - - -The file was encrypted with a different encryption driver than is currently loaded. - - - - -The required encryption driver is not loaded for this system. - - - - -There is no valid encryption recovery policy configured for this system. - - - - -The specified file is encrypted and the user does not have the ability to decrypt it. - - - - -The specified file could not be decrypted. - - - - -The specified file could not be encrypted. - - - - -The resources must be online on the same node for this operation - - - - -The Failover Clustering feature is not installed on this node. - - - - -The RHS process failed to initialize. - - - - -The call into the resource DLL raised an unhandled exception. - - - - -The dependencies for this resource are nested too deeply. - - - - -Quorum resource cannot reside in the Available Storage group. - - - - -The cluster network is not valid for an IPv6 Tunnel resource. Check the configuration of the IP Address resource on which the IPv6 Tunnel resource depends. - - - - -The cluster network is not valid for an IPv6 Address resource, or it does not match the configured address. - - - - -A quorum of cluster nodes was not present to form a cluster. - - - - -One or more property values for this resource are in conflict with one or more property values associated with its dependent resource(s). - - - - -An error occurred while deserializing a stream of cluster data. - - - - -An error occurred while writing to a stream of data. The required number of bytes could not be written. - - - - -An error occurred while reading from a stream of data. An unexpected number of bytes was returned. - - - - -An internal cluster error occurred. Data was not properly initialized. - - - - -An internal cluster error occurred. There was an attempt to commit a cluster database transaction while no transaction was in progress. - - - - -An internal cluster error occurred. A cluster database transaction was attempted while a transaction was already in progress. - - - - -An input string of characters is not in a valid format for the data it represents. - - - - -An input string of characters is not properly terminated. - - - - -An invalid cluster registry operation was attempted. - - - - -A network error occurred while sending data to another node in the cluster. The number of bytes transmitted was less than required. - - - - -A parameter value is out of acceptable range. - - - - -An internal cluster error occurred. A call to an invalid function was attempted. - - - - -The address is not valid for an IPv6 Address resource. A global IPv6 address is required, and it must match a cluster network. Compatibility addresses are not permitted. - - - - -The call to the cluster resource DLL timed out. - - - - -The resource type cannot accept the request since is too busy performing another operation. - - - - -The group is unable to accept the request since it is moving to another node. - - - - -The cluster node has been poisoned. - - - - -No network adapters are available. - - - - -The name of the corresponding computer account doesn't match the Network Name for this resource. - - - - -One or more nodes in the cluster are running a version of Windows that does not support this operation. - - - - -The drive letter assigned to a system disk on one node conflicted with the drive letter assigned to a disk on another node. - - - - -The cluster configuration action could not be rolled back. - - - - -The cluster configuration action has already been committed. - - - - -A cluster cannot be created with the specified cluster name because that cluster name is already in use. Specify a different name for the cluster. - - - - -This computer cannot be made a member of a cluster because it does not have the correct version of Windows installed. - - - - -This computer cannot be made a member of a cluster. - - - - -Two or more parameter values specified for a resource's properties are in conflict. - - - - -The cluster node was evicted from the cluster successfully, but the node was not cleaned up. To determine what cleanup steps failed and how to recover, see the Failover Clustering application event log using Event Viewer. - - - - -The actual data type of the property did not match the expected data type of the property. - - - - -A matching cluster network for the specified IP address could not be found. - - - - -The join operation failed because the cluster instance ID of the joining node does not match the cluster instance ID of the sponsor node. - - - - -The membership engine requested shutdown of the cluster service on this node. - - - - -The quorum resource does not contain the quorum log. - - - - -An operation was attempted that is incompatible with the current membership state of the node. - - - - -An attempt to modify a resource property failed because it conflicts with another existing property. - - - - -A DFS root already exists in this cluster node. - - - - -The backed up cluster database is possibly corrupt. - - - - -The quorum disk could not be located by the cluster service. - - - - -A non locker code got a request to reserve the lock for making global updates. - - - - -The resource monitor will not allow the fail operation to be performed while the resource is in its current state. This may happen if the resource is in a pending state. - - - - -The join operation failed because the cluster database sequence number has changed or is incompatible with the locker node. This may happen during a join operation if the cluster database was changing during the join. - - - - -You cannot bring the group online because the owner of the group is not in the preferred list for the group. To change the owner node for the group, move the group. - - - - -No authentication package could be registered with the RPC server. - - - - -The specified resource name is not supported by this resource DLL. This may be due to a bad (or changed) name supplied to the resource DLL. - - - - -The specified node does not support a resource of this type. This may be due to version inconsistencies or due to the absence of the resource DLL on this node. - - - - -The specified resource type was not found. - - - - -The system configuration changed during the cluster join or form operation. The join or form operation was aborted. - - - - -This resource cannot be created because the cluster has reached the limit on the number of resources it can monitor. - - - - -The cluster join operation failed due to incompatible software versions between the joining node and its sponsor. - - - - -The cluster join operation was aborted. - - - - -The cluster node is shutting down. - - - - -The cluster node is not ready to perform the requested operation. - - - - -The cluster resource cannot be brought online. The owner node cannot run this resource. - - - - -The cluster node is paused. - - - - -The cluster quorum resource is not allowed to have any dependencies. - - - - -This operation cannot be performed on the cluster resource as it the quorum resource. You may not bring the quorum resource offline or modify its possible owners list. - - - - -One or more cluster resources depend on the network to provide service to clients. The client access capability cannot be removed from the network. - - - - -The cluster network is the only one configured for internal cluster communication between two or more active cluster nodes. The internal communication capability cannot be removed from the network. - - - - -The cluster node is already a member of the cluster. - - - - -The cluster network is already offline. - - - - -The cluster network is already online. - - - - -The cluster node is already down. - - - - -The cluster node is already up. - - - - -The cluster network is not configured for internal cluster communication. - - - - -No cluster security context is available. - - - - -The cluster node is not paused. - - - - -The cluster IP address is already in use. - - - - -The cluster node is up. - - - - -The cluster network is not valid. - - - - -A cluster join operation is not in progress. - - - - -The cluster node is not a member of the cluster. - - - - -The cluster node is not reachable. - - - - -The cluster node is down. - - - - -The cluster network provider is not valid. - - - - -The cluster request is not valid for this object. - - - - -The cluster network interface was not found. - - - - -The cluster network interface already exists. - - - - -The cluster network was not found. - - - - -The cluster network already exists. - - - - -The cluster local node information was not found. - - - - -The cluster node was not found. - - - - -A node is in the process of joining the cluster. - - - - -The cluster node already exists. - - - - -The cluster node is not valid. - - - - -A cluster resource failed. - - - - -All cluster nodes must be running to perform this operation. - - - - -A cluster node is not available for this operation. - - - - -A cluster network is not available for this operation. - - - - -The cluster node failed to take control of the quorum resource because the resource is owned by another active node. - - - - -The minimum required disk space needed for logging is not available. - - - - -No checkpoint record was found in the cluster log. - - - - -The cluster log exceeds its maximum size. - - - - -The record could not be written to the cluster log since it exceeds the maximum size. - - - - -The cluster log is corrupt. - - - - -The quorum log could not be created or mounted successfully. - - - - -The quorum resource failed to come online. - - - - -The cluster resource could not be deleted since it is a core resource. - - - - -The cluster could not make the specified resource a quorum resource because it does not belong to a shared storage class. - - - - -The properties were stored but not all changes will take effect until the next time the resource is brought online. - - - - -The group or resource is not in the correct state to perform the requested operation. - - - - -The cluster software is shutting down. - - - - -The cluster could not make the specified resource a quorum resource because it is not capable of being a quorum resource. - - - - -The cluster resource could not be deleted or brought offline because it is the quorum resource. - - - - -The operation could not be completed because the cluster resource is online. - - - - -The cluster resource could not be brought online by the resource monitor. - - - - -The cluster resource could not be created in the specified resource monitor. - - - - -The operation failed because either the specified cluster node is not the owner of the group, or the node -is not a possible owner of the group. - - - - -The operation failed because either the specified cluster node is not the owner of the resource, or the node -is not a possible owner of the resource. - - - - -The operation could not be completed because the cluster group is not online. - - - - -The cluster group could not be found. - - - - -The cluster group is not available for any new requests. - - - - -The object is already in the list. - - - - -The object already exists. - - - - -A cluster node cannot be evicted from the cluster unless the node is down or it is the last node. - - - - -The cluster is being shut down. - - - - -The cluster resource could not be found. - - - - -The cluster resource is not available. - - - - -A cluster node is not available for this operation. - - - - -The cluster resource is not online. - - - - -The cluster resource cannot be made dependent on the specified resource because it is already dependent. - - - - -The cluster resource dependency cannot be found. - - - - -The operation cannot be completed because other resources are dependent on this resource. - - - - -Single Instance Storage is not available on this volume. - - - - -There is a mismatch between the tag specified in the request and the tag present in the reparse point. - - - - -The tag present in the reparse point buffer is invalid. - - - - -The data present in the reparse point buffer is invalid. - - - - -The reparse point attribute cannot be set because it conflicts with an existing attribute. - - - - -The file or directory is not a reparse point. - - - - -The remote storage service encountered a media error. - - - - -The remote storage service is not operational at this time. - - - - -This file is currently not available for use on this computer. - - - - -Cannot use the ieport because it is not empty. - - - - -A cleaner cartridge is present in the tape library. - - - - -This offline media cannot be mounted on this system since no enabled drives are present which can be used. - - - - -The media type cannot be removed from this library since at least one drive in the library reports it can support this media type. - - - - -The volume contains system or paging files. - - - - -The message provided exceeds the maximum size allowed for this parameter. - - - - -The last remaining item in this group or resource cannot be deleted. - - - - -Unexpected on-medium identifier. - - - - -The cleaner cartridge has performed the maximum number of drive cleanings. - - - - -A cleaner slot is not reserved. - - - - -A cleaner slot is already reserved. - - - - -Unable to eject the medium because it is in a drive. - - - - -Unable to open or close the inject/eject port. - - - - -Cannot use the transport because it is already in use. - - - - -Unable to retrieve status about the transport. - - - - -Unable to retrieve the slot status. - - - - -Unable to retrieve the drive status. - - - - -Unable to load the medium into the drive. - - - - -The transport cannot access the medium. - - - - -Library is full. No slot is available for use. - - - - -The drive identifier does not represent a valid drive. - - - - -The operator or administrator has refused the request. - - - - -The device is not ready for use. - - - - -The media is not mounted or ready for use. - - - - -The operation identifier is not valid. - - - - -The resource required for this operation does not exist. - - - - -The medium is not compatible with the device or media pool. - - - - -The database is full. - - - - -Unable to read from or write to the database. - - - - -The object identifier does not represent a valid object. - - - - -The drive cannot be cleaned or does not support cleaning. - - - - -The media identifier does not represent a valid cleaner. - - - - -A resource required for this operation is disabled. - - - - -No media is currently available in this media pool or library. - - - - -The library, drive, or media pool must be empty to perform this operation. - - - - -The library, drive, or media pool is empty. - - - - -The operation cannot be performed on an offline library. - - - - -The medium currently exists in an offline library and must be online to perform this operation. - - - - -The drive and medium are not compatible or exist in different libraries. - - - - -The media pool identifier does not represent a valid media pool. - - - - -The library identifier does not represent a valid library. - - - - -The media identifier does not represent a valid medium. - - - - -The WMI data item or data block could not be changed. - - - - -The WMI data item or data block is read only. - - - - -The WMI data block or event notification has already been disabled. - - - - -The WMI registration information is not valid. - - - - -The WMI MOF information is not valid. - - - - -The WMI data provider failed to carry out the request. - - - - -The WMI data service is not available. - - - - -The WMI data block is no longer available. - - - - -The WMI data block or event notification has already been enabled. - - - - -The WMI data provider references an instance set that has not been registered. - - - - -The WMI data provider could not be located. - - - - -The WMI request could not be completed and should be retried. - - - - -The data item ID passed was not recognized as valid by a WMI data provider. - - - - -The instance name passed was not recognized as valid by a WMI data provider. - - - - -The GUID passed was not recognized as valid by a WMI data provider. - - - - -The DHCP client has obtained an IP address that is already in use on the network. The local interface will be disabled until the DHCP client can obtain a new address. - - - - -Replication with a nonconfigured partner is not allowed. - - - - -The name does not exist in the WINS database. - - - - -The backup failed. Check the directory to which you are backing the database. - - - - -The backup failed. Was a full backup done before? - - - - -The importation from the file failed. - - - - -The local WINS cannot be deleted. - - - - -WINS encountered an error while processing the command. - - - - -Reissue the given operation as a cached IO operation - - - - -The requested print job has failed to print. A print system update requires the job to be resubmitted. - - - - -The specified printer driver was not found on the system and needs to be downloaded. - - - - -The requested operation failed. A system reboot has been initiated to roll back changes made. - - - - -The requested operation failed. A system reboot is required to roll back changes made. - - - - -Unable to find a core driver package that is required by the printer driver package. - - - - -The specified printer driver package is currently in use. - - - - -The printer driver is known to harm the system. - - - - -The printer driver is known to be unreliable. - - - - -No printers were found. - - - - -The requested operation is successful. Changes will not be effective until the service is restarted. - - - - -The requested operation is successful. Changes will not be effective until the system is rebooted. - - - - -The requested operation is not allowed when there are jobs queued to the printer. - - - - -The specified print monitor is currently in use. - - - - -The specified print monitor does not have the required functions. - - - - -The specified print monitor has already been installed. - - - - -The specified print processor has already been installed. - - - - -An AddJob call was not issued. - - - - -A StartDocPrinter call was not issued. - - - - -The spool file was not found. - - - - -The specified printer driver is currently in use. - - - - -The specified print monitor is unknown. - - - - -The device is in use by an active process and cannot be disconnected. - - - - -Active connections still exist. - - - - -This network connection has files open or requests pending. - - - - -This network connection does not exist. - - - - -The specified username is invalid. - - - - -The network connection was made successfully using default credentials. - - - - -The network connection was made successfully, but the user had to be prompted for a password other than the one originally specified. - - - - -The specified profile is intended for a device of a different type than the specified device. - - - - -The specified named color index is not present in the profile. - - - - -The specified transform does not match the bitmap's color space. - - - - -The specified color transform is invalid. - - - - -There was an error while deleting the color transform. - - - - -Image Color Management is not enabled. - - - - -The specified color space is invalid. - - - - -The specified color profile was not found. - - - - -The specified color profile is not associated with the specified device. - - - - -The specified tag is already present. - - - - -A required tag is not present. - - - - -The specified tag was not found. - - - - -The specified color profile is invalid. - - - - -The specified color management module is invalid. - - - - -The requested clipping operation is not supported. - - - - -The requested transformation operation is not supported. - - - - -The requested metafile operation is not supported. - - - - -The window style or class attribute is invalid for this operation. - - - - -The specified driver is invalid. - - - - -The pixel format is invalid. - - - - -Logon Failure: Authentication failed because NTLM authentication has been disabled. - - - - -Remote connections to the Print Spooler are blocked by a policy set on your machine. - - - - -Logon Failure: The machine you are logging onto is protected by an authentication firewall. The specified account is not allowed to authenticate to the machine. - - - - -The current user's delegated trust deletion quota has been exceeded. - - - - -The total delegated trust creation quota has been exceeded. - - - - -The current user's delegated trust creation quota has been exceeded. - - - - -The context has expired and can no longer be used. - - - - -The printer driver is not compatible with a policy enabled on your computer that blocks NT 4.0 drivers. - - - - -The group element could not be removed. - - - - -The group element could not be added. - - - - -The specified profile element could not be removed. - - - - -The specified profile element could not be added. - - - - -The specified profile entry could not be added. - - - - -Interface could not be exported to the specified entry. - - - - -Not all object UUIDs could be exported to the specified entry. - - - - -The entry is not of the expected type. - - - - -The name of the file cannot be resolved by the system. - - - - -The file cannot be accessed by the system. - - - - -No site name is available for this machine. - - - - -No more data is available from the RPC pipe. - - - - -The RPC call completed before all pipes were processed. - - - - -The RPC pipe object has already been closed. - - - - -Invalid asynchronous RPC call handle for this operation. - - - - -Invalid asynchronous remote procedure call handle. - - - - -Some data remains to be sent in the request buffer. - - - - -The object resolver set specified was not found. - - - - -The object specified was not found. - - - - -The object exporter specified was not found. - - - - -The referenced account is currently locked out and may not be logged on to. - - - - -Could not find the domain controller for this domain. - - - - -The user's password must be changed before logging on the first time. - - - - -The state of the printer is invalid. - - - - -The specified printer has been deleted. - - - - -The specified printer handle is already being waited on - - - - -The specified form size is invalid. - - - - -The specified form name is invalid. - - - - -The specified time is invalid. - - - - -The object universal unique identifier (UUID) is the nil UUID. - - - - -The endpoint mapper database entry could not be created. - - - - -The group member was not found. - - - - -Unsupported RPC pipe version. - - - - -An invalid operation was attempted on an RPC pipe object. - - - - -The RPC pipe object is invalid or corrupted. - - - - -Incompatible version of the RPC stub. - - - - -Incompatible version of the serializing package. - - - - -Invalid operation on the encoding/decoding handle. - - - - -Thread is not canceled. - - - - -A security package specific error occurred. - - - - -A UUID that is valid only on this computer has been allocated. - - - - -The error specified is not a valid Windows RPC error code. - - - - -No principal name registered. - - - - -The requested authentication level is not supported. - - - - -A communications failure occurred during a remote procedure call. - - - - -The binding handle does not contain all required information. - - - - -The remote procedure call was cancelled. - - - - -No interfaces have been registered. - - - - -Not enough quota is available to process this command. - - - - -The specified resource language ID cannot be found in the image file. - - - - -The specified resource name cannot be found in the image file. - - - - -The specified resource type cannot be found in the image file. - - - - -The specified image file did not contain a resource section. - - - - -The server is in use and cannot be unloaded. - - - - -The name or security ID (SID) of the domain specified is inconsistent with the trust information for that domain. - - - - -The account used is a server trust account. Use your global user account or local user account to access this server. - - - - -The account used is a computer account. Use your global user account or local user account to access this server. - - - - -The account used is an interdomain trust account. Use your global user account or local user account to access this server. - - - - -There are no more bindings. - - - - -The environment specified is invalid. - - - - -The specified datatype is invalid. - - - - -The printer command is invalid. - - - - -The printer already exists. - - - - -The printer name is invalid. - - - - -The specified priority is invalid. - - - - -The specified separator file is invalid. - - - - -The print processor is unknown. - - - - -The printer driver is unknown. - - - - -The specified port is unknown. - - - - -The specified printer driver is already installed. - - - - -The redirector is in use and cannot be unloaded. - - - - -The user's account has expired. - - - - -An attempt was made to logon, but the network logon service was not started. - - - - -A remote procedure call is already in progress for this thread. - - - - -The network logon failed. - - - - -The trust relationship between this workstation and the primary domain failed. - - - - -The trust relationship between the primary domain and the trusted domain failed. - - - - -The security database on the server does not have a computer account for this workstation trust relationship. - - - - -The workstation does not have a trust secret. - - - - -The disk media is not recognized. It may not be formatted. - - - - -The supplied user buffer is not valid for the requested operation. - - - - -The stub received bad data. - - - - -The byte count is too small. - - - - -The enumeration value is out of range. - - - - -A null reference pointer was passed to the stub. - - - - -The stub is unable to get the remote procedure call handle. - - - - -The binding handles passed to a remote procedure call do not match. - - - - -The context handle changed during a remote procedure call. - - - - -A null context handle was passed from the client to the host during a remote procedure call. - - - - -The file containing the character translation table has fewer than 512 bytes. - - - - -Unable to open the character translation table file. - - - - -The list of RPC servers available for the binding of auto handles has been exhausted. - - - - -A floating-point overflow occurred at the RPC server. - - - - -A floating-point underflow occurred at the RPC server. - - - - -A floating-point operation at the RPC server caused a division by zero. - - - - -An addressing error occurred in the RPC server. - - - - -The RPC server attempted an integer division by zero. - - - - -An internal error occurred in a remote procedure call (RPC). - - - - -No security context is available to allow impersonation. - - - - -The requested operation is not supported. - - - - -The network address family is invalid. - - - - -The name service is unavailable. - - - - -The entry is not found. - - - - -The entry already exists. - - - - -The interface was not found. - - - - -There is nothing to unexport. - - - - -There are no more members. - - - - -The version option is invalid. - - - - -The entry name is incomplete. - - - - -No interfaces have been exported. - - - - -There are no more endpoints available from the endpoint mapper. - - - - -The server endpoint cannot perform the operation. - - - - -The entry is invalid. - - - - -The authorization service is unknown. - - - - -The security context is invalid. - - - - -The authentication level is unknown. - - - - -The authentication service is unknown. - - - - -The binding does not contain any authentication information. - - - - -The procedure number is out of range. - - - - -The RPC protocol sequence was not found. - - - - -The string is too long. - - - - -The maximum number of calls is too small. - - - - -The authentication type is unknown. - - - - -The endpoint is a duplicate. - - - - -No network address is available to use to construct a universal unique identifier (UUID). - - - - -The name syntax is not supported. - - - - -The name syntax is invalid. - - - - -The binding does not contain an entry name. - - - - -The array bounds are invalid. - - - - -The tag is invalid. - - - - -The universal unique identifier (UUID) type is not supported. - - - - -The transfer syntax is not supported by the RPC server. - - - - -Access to the HTTP proxy is denied. - - - - -A remote procedure call (RPC) protocol error occurred. - - - - -The remote procedure call failed and did not execute. - - - - -The remote procedure call failed. - - - - -There are no remote procedure calls active on this thread. - - - - -The network options are invalid. - - - - -The RPC server is too busy to complete this operation. - - - - -The RPC server is unavailable. - - - - -Not enough resources are available to complete this operation. - - - - -The endpoint cannot be created. - - - - -There are no protocol sequences. - - - - -There are no bindings. - - - - -The interface is unknown. - - - - -The manager type is unknown. - - - - -The RPC server is not listening. - - - - -No protocol sequences have been registered. - - - - -The RPC server is already listening. - - - - -The type universal unique identifier (UUID) has already been registered. - - - - -The object universal unique identifier (UUID) has already been registered. - - - - -The object universal unique identifier (UUID) was not found. - - - - -The timeout value is invalid. - - - - -No endpoint was found. - - - - -The network address is invalid. - - - - -The endpoint format is invalid. - - - - -The string universal unique identifier (UUID) is invalid. - - - - -The RPC protocol sequence is invalid. - - - - -The RPC protocol sequence is not supported. - - - - -The binding handle is invalid. - - - - -The binding handle is not the correct type. - - - - -The string binding is invalid. - - - - -The Windows Installer service is not accessible in Safe Mode. Please try again when your computer is not in Safe Mode or you can use System Restore to return your machine to a previous good state. - - - - -Windows Installer does not permit updating of managed advertised products. At least one feature of the product must be installed before applying the update. - - - - -The XML update data is invalid. - - - - -Update removal was disallowed by policy. - - - - -No valid sequence could be found for the set of updates. - - - - -The update is not applied to this product. - - - - -Uninstallation of the update package is not supported. - - - - -The Windows Installer does not permit installation from a Remote Desktop Connection. - - - - -One or more customizations are not permitted by software restriction policy. - - - - -The update package is not permitted by software restriction policy. - - - - -The upgrade cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade may update a different version of the program. Verify that the program to be upgraded exists on your computer and that you have the correct upgrade. - - - - -The requested operation completed successfully. The system will be restarted so the changes can take effect. - - - - -Only administrators have permission to add, remove, or configure server software during a Terminal services remote session. If you want to install or configure software on the server, contact your network administrator. - - - - -Invalid command line argument. Consult the Windows Installer SDK for detailed command line help. - - - - -Another version of this product is already installed. Installation of this version cannot continue. To configure or remove the existing version of this product, use Add/Remove Programs on the Control Panel. - - - - -This update package cannot be processed by the Windows Installer service. You must install a Windows service pack that contains a newer version of the Windows Installer service. - - - - -This update package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer update package. - - - - -This update package could not be opened. Verify that the update package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer update package. - - - - -Component not used on this computer. - - - - -This installation package is not supported by this processor type. Contact your product vendor. - - - - -The Temp folder is on a drive that is full or is inaccessible. Free up space on the drive or verify that you have write permission on the Temp folder. - - - - -The Windows Installer service failed to start. Contact your support personnel. - - - - -Data of this type is not supported. - - - - -Data supplied is of wrong type. - - - - -Invalid or unknown table specified. - - - - -Function failed during execution. - - - - -Function could not be executed. - - - - -This installation is forbidden by system policy. Contact your system administrator. - - - - -Error applying transforms. Verify that the specified transform paths are valid. - - - - -The language of this installation package is not supported by your system. - - - - -Error opening installation log file. Verify that the specified log file location exists and that you can write to it. - - - - -There was an error starting the Windows Installer service user interface. Contact your support personnel. - - - - -This installation package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer package. - - - - -This installation package could not be opened. Verify that the package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer package. - - - - -Another installation is already in progress. Complete that installation before proceeding with this install. - - - - -The device has been removed. - - - - -Record field does not exist. - - - - -SQL query syntax invalid or unsupported. - - - - -Product is uninstalled. - - - - -This installation package cannot be installed by the Windows Installer service. You must install a Windows service pack that contains a newer version of the Windows Installer service. - - - - -The installation source for this product is not available. Verify that the source exists and that you can access it. - - - - -Component qualifier not present. - - - - -The configuration data for this product is corrupt. Contact your support personnel. - - - - -Handle is in an invalid state. - - - - -Unknown property. - - - - -Component ID not registered. - - - - -Feature ID not registered. - - - - -This action is only valid for products that are currently installed. - - - - -Installation suspended, incomplete. - - - - -Fatal error during installation. - - - - -User cancelled installation. - - - - -The Windows Installer Service could not be accessed. This can occur if the Windows Installer is not correctly installed. Contact your support personnel for assistance. - - - - -The specified thread is already joining a task. - - - - -The specified task index is invalid. - - - - -The specified task name is invalid. - - - - -The event log file has changed between read operations. - - - - -The event log file is full. - - - - -No event log file could be opened, so the event logging service did not start. - - - - -The event log file is corrupted. - - - - -There was an AuthIP failure when attempting to connect to the remote host. - - - - -The caller made the connection request in the wrong routing compartment. - - - - -This application must be restarted. - - - - -An error was encountered while processing an XML digital signature. - - - - -Windows was unable to parse the requested XML data. - - - - -This application does not support the current operation on symbolic links. - - - - -The symbolic link cannot be followed because its type is disabled. - - - - - Incorrect size argument. - - - - -Invalid monitor handle. - - - - -This operation returned because the timeout period expired. - - - - -This operation requires an interactive window station. - - - - -Hook type not allowed. - - - - -Invalid keyboard layout handle. - - - - -A menu item was not found. - - - - -The paging file is too small for this operation to complete. - - - - -Insufficient quota to complete the requested service. - - - - -Insufficient quota to complete the requested service. - - - - -Insufficient system resources exist to complete the requested service. - - - - -Insufficient system resources exist to complete the requested service. - - - - -Insufficient system resources exist to complete the requested service. - - - - -Cannot show or remove the window in the way specified. - - - - -Scroll bar range cannot be greater than MAXLONG. - - - - -The window does not have scroll bars. - - - - -Popup menu already active. - - - - -Cannot process a message from a window that is not a multiple document interface (MDI) window. - - - - -Invalid thread identifier. - - - - -Invalid GW_* command. - - - - -The window is not a child window. - - - - -All handles to windows in a multiple-window position structure must have the same parent. - - - - -Screen already locked. - - - - -Invalid system-wide (SPI_*) parameter. - - - - -Invalid message box style. - - - - -The window does not have a system menu. - - - - -Child windows cannot have menus. - - - - -Cannot destroy object created by another thread. - - - - -This list box does not support tab stops. - - - - -LB_SETCOUNT sent to non-lazy list box. - - - - -Invalid message for single-selection list box. - - - - -The hook procedure is not installed. - - - - -The journal hook procedure is already installed. - - - - -This hook procedure can only be set globally. - - - - -Cannot set nonlocal hook without a module handle. - - - - -Invalid hook procedure. - - - - -Invalid hook procedure type. - - - - -Invalid device context (DC) handle. - - - - -Height must be less than 256. - - - - -The window is not a combo box. - - - - -Invalid message for a combo box because it does not have an edit control. - - - - -Control ID not found. - - - - -The window is not a valid dialog window. - - - - -Hot key is not registered. - - - - -Thread does not have a clipboard open. - - - - -No wildcards were found. - - - - -The list box identifier was not found. - - - - -Using private DIALOG window words. - - - - -Invalid icon handle. - - - - -Invalid index. - - - - -Class still has open windows. - - - - -Class does not exist. - - - - -Class already exists. - - - - -Hot key is already registered. - - - - -Invalid window; it belongs to other thread. - - - - -Cannot find window class. - - - - -Cannot create a top-level child window. - - - - -Invalid handle to a multiple-window position structure. - - - - -Invalid hook handle. - - - - -Invalid accelerator table handle. - - - - -Invalid cursor handle. - - - - -Invalid menu handle. - - - - -Invalid window handle. - - - - -This operation cannot be performed on the current domain. - - - - -There is a time and/or date difference between the client and server. - - - - -Mutual Authentication failed. The server's password is out of date at the domain controller. - - - - -Logon Failure: The target account name is incorrect. - - - - -The service being accessed is licensed for a particular number of connections. -No more connections can be made to the service at this time because there are already as many connections as the service can accept. - - - - -There is no user session key for the specified logon session. - - - - -The disk structure is corrupted and unreadable. - - - - -The file or directory is corrupted and unreadable. - - - - -Indicates an ACL contains no inheritable components. - - - - -A cross-encrypted password is necessary to change this user password. - - - - -Too many security IDs have been specified. - - - - -A new member could not be added to a local group because the member has the wrong account type. - - - - -A member could not be added to or removed from the local group because the member does not exist. - - - - -A cross-encrypted password is necessary to change a user password. - - - - -Logon failure: the user has not been granted the requested logon type at this computer. - - - - -During a logon attempt, the user's security context accumulated too many security IDs. - - - - -The local security authority database contains an internal inconsistency. - - - - -The length of a secret exceeds the maximum length allowed. - - - - -The maximum number of secrets that may be stored in a single system has been exceeded. - - - - -Logon failure: the user has not been granted the requested logon type at this computer. - - - - -The specified local group already exists. - - - - -The specified account name is already a member of the group. - - - - -The specified account name is not a member of the group. - - - - -The specified local group does not exist. - - - - -The token is already in use as a primary token. - - - - -The user cannot be removed from a group because the group is currently the user's primary group. - - - - -Cannot perform this operation on this built-in special user. - - - - -Cannot perform this operation on this built-in special group. - - - - -Cannot perform this operation on built-in accounts. - - - - -An internal security database corruption has been encountered. - - - - -The transaction state of a registry subtree is incompatible with the requested operation. - - - - -Unable to impersonate using a named pipe until data has been read from that pipe. - - - - -A logon request contained an invalid logon type value. - - - - -The logon session ID is already in use. - - - - -The logon session is not in a state that is consistent with the requested operation. - - - - -A specified authentication package is unknown. - - - - -Cannot start a new logon session with an ID that is already in use. - - - - -The requested action is restricted for use by logon processes only. The calling process has not registered as a logon process. - - - - -A security descriptor is not in the right format (absolute or self-relative). - - - - -Generic access types were contained in an access mask which should already be mapped to nongeneric types. - - - - -An internal error occurred. - - - - -Unable to complete the requested operation because of either a catastrophic media failure or a data structure corruption on the disk. - - - - -An attempt was made to exceed the limit on the number of domains per server. - - - - -The specified domain already exists. - - - - -The specified domain either does not exist or could not be contacted. - - - - -This operation is only allowed for the Primary Domain Controller of the domain. - - - - -The domain was in the wrong state to perform the security operation. - - - - -The security account manager (SAM) or local security authority (LSA) server was in the wrong state to perform the security operation. - - - - -Configuration information could not be read from the domain controller, either because the machine is unavailable, or access has been denied. - - - - -Unable to perform a security operation on an object that has no associated security. - - - - -The type of the token is inappropriate for its attempted use. - - - - -The validation information class requested was invalid. - - - - -Cannot open an anonymous level security token. - - - - -Either a required impersonation level was not provided, or the provided impersonation level is invalid. - - - - -The specified attributes are invalid, or incompatible with the attributes for the group as a whole. - - - - -No more memory is available for security information updates. - - - - -The value provided was an invalid value for an identifier authority. - - - - -The server is currently enabled. - - - - -The server is currently disabled. - - - - -The inherited access control list (ACL) or access control entry (ACE) could not be built. - - - - -The security descriptor structure is invalid. - - - - -The security ID structure is invalid. - - - - -The access control list (ACL) structure is invalid. - - - - -The subauthority part of a security ID is invalid for this particular use. - - - - -No more local user identifiers (LUIDs) are available. - - - - -Too many local user identifiers (LUIDs) were requested at one time. - - - - -No mapping between account names and security IDs was done. - - - - -Logon failure: account currently disabled. - - - - -Logon failure: the specified account password has expired. - - - - -Logon failure: user not allowed to log on to this computer. - - - - -Logon failure: account logon time restriction violation. - - - - -Logon failure: user account restriction. Possible reasons are blank passwords not allowed, logon hour restrictions, or a policy restriction has been enforced. - - - - -Logon failure: unknown user name or bad password. - - - - -Unable to update the password. The value provided for the new password does not meet the length, complexity, or history requirements of the domain. - - - - -Unable to update the password. The value provided for the new password contains values that are not allowed in passwords. - - - - -Unable to update the password. The value provided as the current password is incorrect. - - - - -The last remaining administration account cannot be disabled or deleted. - - - - -The specified user account is not a member of the specified group account. - - - - -Either the specified user account is already a member of the specified group, or the specified group cannot be deleted because it contains a member. - - - - -The specified group does not exist. - - - - -The specified group already exists. - - - - -The specified account does not exist. - - - - -The specified account already exists. - - - - -The name provided is not a properly formed account name. - - - - -A required privilege is not held by the client. - - - - -A specified privilege does not exist. - - - - -A specified logon session does not exist. It may already have been terminated. - - - - -There are currently no logon servers available to service the logon request. - - - - -The group may not be disabled. - - - - -An attempt has been made to operate on an impersonation token by a thread that is not currently impersonating a client. - - - - -This security ID may not be assigned as the primary group of an object. - - - - -This security ID may not be assigned as the owner of this object. - - - - -Indicates two revision levels are incompatible. - - - - -The revision level is unknown. - - - - -The password is too complex to be converted to a LAN Manager password. The LAN Manager password returned is a NULL string. - - - - -No encryption key is available. A well-known encryption key was returned. - - - - -No system quota limits are specifically set for this account. - - - - -Some mapping between account names and security IDs was not done. - - - - -Not all privileges or groups referenced are assigned to the caller. - - - - -Indicates a particular Security ID may not be assigned as the label of an object. - - - - -A privilege that the service requires to function properly does not exist in the service account configuration. -You may use the Services Microsoft Management Console (MMC) snap-in (services.msc) and the Local Security Settings MMC snap-in (secpol.msc) to view the service configuration and the account configuration. - - - - -The requested file operation failed because the storage policy blocks that type of file. For more information, contact your system administrator. - - - - -The requested file operation failed because the storage quota was exceeded. -To free up disk space, move files to a different location or delete unnecessary files. For more information, contact your system administrator. - - - - -The service notification client is lagging too far behind the current state of services in the machine. - - - - -Either the target process, or the target thread's containing process, is a protected process. - - - - -An operation attempted to exceed an implementation-defined limit. - - - - -The process hosting the driver for this device has been terminated. - - - - -The service start failed since one or more services in the same process have an incompatible service SID type setting. A service with restricted service SID type can only coexist in the same process with other services with a restricted SID type. If the service SID type for this service was just configured, the hosting process must be restarted in order to start this service. - - - - -The operation occurred beyond the valid data length of the file. - - - - -The parameter passed to a C runtime function is incorrect. - - - - -Insufficient information exists to identify the cause of failure. - - - - -%1 is a 16-bit application. You do not have permissions to execute 16-bit applications. Check your permissions with your system administrator. - - - - -An attempt to delay-load a .dll or get a function address in a delay-loaded .dll failed. - - - - -An attempt to do an operation on a debug object failed because the object is in the process of being deleted. - - - - -Data present in one of the parameters is more than the function can operate on. - - - - -The system detected an overrun of a stack-based buffer in this application. This overrun could potentially allow a malicious user to gain control of this application. - - - - -The current thread has already been converted from a fiber. - - - - -The current thread has already been converted to a fiber. - - - - -A transaction recover failed. - - - - -Windows cannot open this program because the license enforcement system has been tampered with or become corrupted. - - - - -Windows cannot open this program since it has been disabled. - - - - -A dynamic link library (DLL) referenced a module that was neither a DLL nor the process's executable image. - - - - -This driver has been blocked from loading - - - - -The group policy framework should call the extension in the synchronous foreground policy refresh. - - - - -An application-defined callback gave invalid data when called. - - - - -The machine is locked and cannot be shut down without the force option. - - - - -The system detected a possible attempt to compromise security. Please ensure that you can contact the server that authenticated you. - - - - -The kerberos protocol encountered an error while attempting to utilize the smartcard subsystem. - - - - -The kerberos protocol encountered an error while validating the KDC certificate during smartcard logon. There is more information in the system event log. - - - - -The share is currently offline or does not exist. - - - - -A program attempt to use an invalid register value. Normally caused by an uninitialized register. This error is Itanium specific. - - - - -This program is blocked by group policy. For more information, contact your system administrator. - - - - -AppHelp dialog canceled thus preventing the application from starting. - - - - -The security identifier provided does not have a domain component. - - - - -The security identifier provided is not from an account domain. - - - - -The remote system is not available. For information about network troubleshooting, see Windows Help. - - - - -The server machine is shutting down. - - - - -This operation is not supported on a computer running Windows Server 2003 for Small Business Server - - - - -The specified user does not have a valid profile. - - - - -The group policy framework should call the extension even if there are no changes. - - - - -This operation is supported only when you are connected to the server. - - - - -A domain controller with the specified name already exists. - - - - -The specified site does not exist. - - - - -No more local devices. - - - - -An attempt was made to perform an initialization operation when initialization has already been completed. - - - - -Continue with work in progress. - - - - -The operation being requested was not performed because the user has not logged on to the network. -The specified service does not exist. - - - - -The operation being requested was not performed because the user has not been authenticated. - - - - -The specified service does not exist. - - - - -The service is already registered. - - - - -The network address could not be used for the operation requested. - - - - -The account is not authorized to log in from this station. - - - - -Attempting to log in during an unauthorized time of day for this account. - - - - -A connection to the server could not be made because the limit on the number of concurrent connections for this account has been reached. - - - - -The operation could not be completed. A retry should be performed. - - - - -The network connection was aborted by the local system. - - - - -The request was aborted. - - - - -No service is operating at the destination network endpoint on the remote system. - - - - -The network location cannot be reached. For information about network troubleshooting, see Windows Help. - - - - -The network location cannot be reached. For information about network troubleshooting, see Windows Help. - - - - -The network location cannot be reached. For information about network troubleshooting, see Windows Help. - - - - -An invalid operation was attempted on an active network connection. - - - - -An operation was attempted on a nonexistent network connection. - - - - -An address has not yet been associated with the network endpoint. - - - - -The network transport endpoint already has an address associated with it. - - - - -The network connection was gracefully closed. - - - - -The remote computer refused the network connection. - - - - -The requested operation cannot be performed on a file with a user-mapped section open. - - - - -The operation was canceled by the user. - - - - -The network is not present or not started. - - - - -The workgroup or domain name is already in use by another computer on the network. - - - - -An attempt was made to establish a session to a network server, but there are already too many sessions established to that server. - - - - -Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed. Disconnect all previous connections to the server or shared resource and try again. - - - - -The format of the specified message destination is invalid. - - - - -The format of the specified message name is invalid. - - - - -The format of the specified password is invalid. - - - - -The format of the specified share name is invalid. - - - - -The format of the specified network name is invalid. - - - - -The format of the specified service name is invalid. - - - - -The format of the specified domain name is invalid. - - - - -The format of the specified event name is invalid. - - - - -The format of the specified computer name is invalid. - - - - -The format of the specified group name is invalid. - - - - -An extended error has occurred. - - - - -Cannot enumerate a noncontainer. - - - - -The network connection profile is corrupted. - - - - -Unable to open the network connection profile. - - - - -The specified network provider name is invalid. - - - - -The network path was either typed incorrectly, does not exist, or the network provider is not currently available. Please try retyping the path or contact your network administrator. - - - - -The local device name has a remembered connection to another network resource. - - - - -The device is not currently connected but it is a remembered connection. - - - - -The specified device name is invalid. - - - - -The system shutdown cannot be initiated because there are other users logged on to the computer. - - - - -A system shutdown has already been scheduled. - - - - -The journal entry has been deleted from the journal. - - - - -A file was found, but it may not be the correct file. - - - - -The volume change journal is not active. - - - - -The volume change journal is being deleted. - - - - -Unable to move the replacement file to the file to be replaced. The file to be replaced has been renamed using the backup name. - - - - -Unable to move the replacement file to the file to be replaced. The file to be replaced has retained its original name. - - - - -Unable to remove the file to be replaced. - - - - -The Volume ID could not be found. - - - - -The tracking (workstation) service is not running. - - - - -The point passed to GetMouseMovePoints is not in the buffer. - - - - -The property set specified does not exist on the object. - - - - -There was no match for the specified key in the index. - - - - -Element not found. - - - - -The device is not connected. - - - - -The device has indicated that its door is open. - - - - -The device has indicated that cleaning is required before further operations are attempted. - - - - -The indicated device requires reinitialization due to hardware errors. - - - - -The indicated element is part of a magazine that is not present. - - - - -The indicated element does not exist. - - - - -The indicated destination element already contains media. - - - - -The indicated source element has no media. - - - - -The message can be used only with synchronous operations. - - - - -The current process has used all of its system allowance of handles for Window Manager objects. - - - - -One of the library files needed to run this application cannot be found. - - - - -An error occurred in sending the command to the application. - - - - -No application is associated with the specified file for this operation. - - - - -One of the library files needed to run this application is damaged. - - - - -The specified program was written for an earlier version of Windows. - - - - -Cannot start more than one instance of the specified program. - - - - -The specified program is not a Windows or MS-DOS program. - - - - -The specified program requires a newer version of Windows. - - - - -An attempt was made to create more links on a file than the file system supports. - - - - -The system BIOS failed an attempt to change the system power state. - - - - -An attempt to change the system power state was vetoed by another application or driver. - - - - -The base address or the file offset specified does not have the proper alignment. - - - - -A potential deadlock condition has been detected. - - - - -Not enough server storage is available to process this command. - - - - -Physical end of tape encountered. - - - - -While accessing the hard disk, a disk controller reset was needed, but even that failed. - - - - -While accessing the hard disk, a disk operation failed even after retries. - - - - -While accessing the hard disk, a recalibrate operation failed, even after retries. - - - - -The floppy disk controller returned inconsistent results in its registers. - - - - -The floppy disk controller reported an error that is not recognized by the floppy disk driver. - - - - -Mismatch between the floppy disk sector ID field and the floppy disk controller track address. - - - - -No ID address mark was found on the floppy disk. - - - - -A serial I/O operation completed because the timeout period expired. -(The IOCTL_SERIAL_XOFF_COUNTER did not reach zero.) - - - - -A serial I/O operation was completed by another write to the serial port. -(The IOCTL_SERIAL_XOFF_COUNTER reached zero.) - - - - -Unable to open a device that was sharing an interrupt request (IRQ) with other devices. At least one other device that uses that IRQ was already opened. - - - - -No serial device was successfully initialized. The serial driver will unload. - - - - -The request could not be performed because of an I/O device error. - - - - -Unable to abort the system shutdown because no shutdown was in progress. - - - - -A system shutdown is in progress. - - - - -A dynamic link library (DLL) initialization routine failed. - - - - -No mapping for the Unicode character exists in the target multi-byte code page. - - - - -No media in drive. - - - - -The I/O bus was reset. - - - - -The media in the drive may have changed. - - - - -Unable to unload the media. - - - - -Unable to lock the media eject mechanism. - - - - -Tape partition information could not be found when loading a tape. - - - - -When accessing a new tape of a multivolume partition, the current block size is incorrect. - - - - -Tape could not be partitioned. - - - - -No more data is on the tape. - - - - -A tape access reached the end of a set of files. - - - - -The beginning of the tape or a partition was encountered. - - - - -A tape access reached a filemark. - - - - -The physical end of the tape has been reached. - - - - -This service cannot be started in Safe Mode - - - - -The executable program that this service is configured to run in does not implement the service. - - - - -No recovery program has been configured for this service. - - - - -This service runs in the same process as the service control manager. -Therefore, the service control manager cannot take action if this service's process terminates unexpectedly. - - - - -Failure actions can only be set for Win32 services, not for drivers. - - - - -The account specified for this service is different from the account specified for other services running in the same process. - - - - -The name is already in use as either a service name or a service display name. - - - - -No attempts to start the service have been made since the last boot. - - - - -The current boot has already been accepted for use as the last-known-good control set. - - - - -The dependency service does not exist or has been marked for deletion. - - - - -The system is currently running with the last-known-good configuration. - - - - -The specified service already exists. - - - - -The specified service has been marked for deletion. - - - - -The specified service database lock is invalid. - - - - -After starting, the service hung in a start-pending state. - - - - -The service did not start due to a logon failure. - - - - -The dependency service or group failed to start. - - - - -The process terminated unexpectedly. - - - - -The service has returned a service-specific error code. - - - - -The database specified does not exist. - - - - -An exception occurred in the service when handling the control request. - - - - -The service process could not connect to the service controller. - - - - -The service has not been started. - - - - -The service cannot accept control messages at this time. - - - - -The specified service does not exist as an installed service. - - - - -Circular service dependency was specified. - - - - -The service cannot be started, either because it is disabled or because it has no enabled devices associated with it. - - - - -The account name is invalid or does not exist, or the password is invalid for the account name specified. - - - - -An instance of the service is already running. - - - - -The service database is locked. - - - - -A thread could not be created for the service. - - - - -The service did not respond to the start or control request in a timely fashion. - - - - -The requested control is not valid for this service. - - - - -A stop control has been sent to a service that other running services are dependent on. - - - - -A notify change request is being completed and the information is not being returned in the caller's buffer. The caller now needs to enumerate the files to find the changes. - - - - -Cannot create a stable subkey under a volatile parent key. - - - - -Cannot create a symbolic link in a registry key that already has subkeys or values. - - - - -System could not allocate the required space in a registry log. - - - - -Illegal operation attempted on a registry key that has been marked for deletion. - - - - -The system has attempted to load or restore a file into the registry, but the specified file is not in a registry file format. - - - - -An I/O operation initiated by the registry failed unrecoverably. The registry could not read in, or write out, or flush, one of the files that contain the system's image of the registry. - - - - -The registry is corrupted. The structure of one of the files containing registry data is corrupted, or the system's memory image of the file is corrupted, or the file could not be recovered because the alternate copy or log was absent or corrupted. - - - - -One of the files in the registry database had to be recovered by use of a log or alternate copy. The recovery was successful. - - - - -The configuration registry key could not be written. - - - - -The configuration registry key could not be read. - - - - -The configuration registry key could not be opened. - - - - -The configuration registry key is invalid. - - - - -The configuration registry database is corrupt. - - - - -An attempt was made to reference a token that does not exist. - - - - -The requested operation cannot be performed in full-screen mode. - - - - -The volume for a file has been externally altered so that the opened file is no longer valid. - - - - -The volume does not contain a recognized file system. -Please make sure that all required file system drivers are loaded and that the volume is not corrupted. - - - - -Invalid flags. - - - - -Cannot complete this function. - - - - -The window cannot act on the sent message. - - - - -Recursion too deep; the stack overflowed. - - - - -Error performing inpage operation. - - - - -Invalid access to memory location. - - - - -Overlapped I/O operation is in progress. - - - - -Overlapped I/O event is not in a signaled state. - - - - -The I/O operation has been aborted because of either a thread exit or an application request. - - - - -Access to the extended attribute was denied. - - - - -The resources required for this device conflict with the MCFG table. - - - - -{Delayed Write Failed} -Windows was unable to save all the data for the file %hs; the data has been lost. -This error may be caused if the device has been removed or the media is write-protected. - - - - -{Delayed Write Failed} -Windows was unable to save all the data for the file %hs; the data has been lost. -This error was returned by the server on which the file exists. Please try to save this file elsewhere. - - - - -{Delayed Write Failed} -Windows was unable to save all the data for the file %hs; the data has been lost. -This error may be caused by network connectivity issues. Please try to save this file elsewhere. - - - - -A valid hibernation file has been invalidated and should be abandoned. - - - - -Access to %1 has been restricted by your Administrator by policy rule %2. - - - - -Access to %1 is monitored by policy rule %2. - - - - -A thread is getting dispatched with MCA EXCEPTION because of MCA. - - - - -The system powerstate is transitioning from %2 to %3 but could enter %4. - - - - -The system powerstate is transitioning from %2 to %3. - - - - -The Desktop heap encountered an error while allocating session memory. -There is more information in the system event log. - - - - -The attempted operation required self healing to be enabled. - - - - -The hardware has reported an uncorrectable memory error. - - - - -The iterator's start position is invalid. - - - - -A version number could not be parsed. - - - - -The client of a component requested an operation which is not valid given the state of the component instance. - - - - -The implementation is not capable of performing the request. - - - - -One or more errors occurred while processing the request. - - - - -The data provider was not able to intrepret the flags set for a column binding in an accessor. - - - - -The data provider requires that previously fetched data is released before asking for more data. - - - - -The data provider cannot scroll backwards through a result set. - - - - -The data provider cannot fetch backwards through a result set. - - - - -Compression is disabled for this volume. - - - - -An exception occurred in a user mode callback and the kernel callback frame should be removed. - - - - -Debugger continued - - - - -Debugger handled exception - - - - -An operation is blocked waiting for an oplock. - - - - -The specified interrupt vector is still connected. - - - - -The specified interrupt vector was already connected. - - - - -A file system or file system filter driver has successfully completed an FsFilter operation. - - - - -{Volume Shadow Copy Service} -The system is now ready for hibernation. - - - - -The specified process is part of a job. - - - - -The specified process is not part of a job. - - - - -A process being terminated has no threads to terminate. - - - - -The translator has translated these resources into the global space and no further translations should be performed. - - - - -The device has succeeded a query-stop and its resource requirements have changed. - - - - -A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link. - - - - -Specified buffer contains all zeros. - - - - -Crash dump exists in paging file. - - - - -Cached page was locked during operation. - - - - -Page fault was satisfied by reading from a secondary storage device. - - - - -Page fault was a demand zero fault. - - - - -Page fault was a demand zero fault. - - - - -Page fault was a demand zero fault. - - - - -Page fault was a transition fault. - - - - -{Connect Failure on Primary Transport} -An attempt was made to connect to the remote server %hs on the primary transport, but the connection failed. -The computer WAS able to connect on a secondary transport. - - - - -This indicates that a notify change request has been completed due to closing the handle which made the notify change request. - - - - -This success level status indicates that the transaction state already exists for the registry sub-tree, but that a transaction commit was previously aborted. -The commit has now been completed. - - - - -A new volume has been mounted by a file system. - - - - -An open/create operation completed while an oplock break is underway. - - - - -A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link. - - - - -The requested operation requires elevation. - - - - - ERROR_ALERTED - - - - - ERROR_KERNEL_APC - - - - - ERROR_USER_APC - - - - - ERROR_ABANDONED_WAIT_63 - - - - - ERROR_ABANDONED_WAIT_0 - - - - - ERROR_WAIT_63 - - - - - ERROR_WAIT_3 - - - - - ERROR_WAIT_2 - - - - - ERROR_WAIT_1 - - - - -The system has awoken - - - - -A device driver is leaking locked I/O pages causing system degradation. The system has automatically enabled tracking code in order to try and catch the culprit. - - - - -Windows has detected that the system firmware (BIOS) was updated [previous firmware date = %2, current firmware date %3]. - - - - -The system was resumed from hibernation. - - - - -The system was put into hibernation. - - - - -The CPUs in this multiprocessor system are not all the same revision level. To use all processors the operating system restricts itself to the features of the least capable processor in the system. Should problems occur with this system, contact the CPU manufacturer to see if this mix of processors is supported. - - - - -The inserted CardBus device cannot be started because of a configuration error on "%hs". - - - - -The arbiter has deferred arbitration of these resources to its parent - - - - -The resumable flag to a timer API was ignored. - - - - -A yield execution was performed and no thread was available to run. - - - - -{Machine Type Mismatch} -The image file %hs is valid, but is for a machine type other than the current machine. - - - - - ERROR_ALREADY_WIN32 - - - - -Application popup: %1 : %2 - - - - -{Page Locked} -One of the pages to lock was already locked. - - - - -%hs - - - - -{Page Unlocked} -The page protection of a locked page was changed to 'No Access' and the page was unlocked from memory and from the process. - - - - -The specified registry key is referenced by a predefined handle. - - - - -{Fatal Application Exit} -%hs - - - - -Checking file system on %wZ - - - - -{TDI Event Pending} -The TDI indication has entered the pending state. - - - - -{TDI Event Done} -The TDI indication has completed successfully. - - - - -{Partial Expedited Data Received} -The network transport returned partial data to its client and this data was marked as expedited by the remote system. The remaining data will be sent later. - - - - -{Expedited Data Received} -The network transport returned data to its client that was marked as expedited by the remote system. - - - - -{Partial Data Received} -The network transport returned partial data to its client. The remaining data will be sent later. - - - - -{Machine Type Mismatch} -The image file %hs is valid, but is for a machine type other than the current machine. Select OK to continue, or CANCEL to fail the DLL load. - - - - -{Redundant Write} -To satisfy a write request, the NT fault-tolerant file system successfully wrote a redundant copy of the information. -This was done because the file system encountered a failure on a member of the fault-tolerant volume, but was not able to reassign the failing area of the device. - - - - -{Redundant Read} -To satisfy a read request, the NT fault-tolerant file system successfully read the requested data from a redundant copy. -This was done because the file system encountered a failure on a member of the fault-tolerant volume, but was unable to reassign the failing area of the device. - - - - -{Invalid Current Directory} -The process cannot switch to the startup current directory %hs. -Select OK to set current directory to %hs, or select CANCEL to exit. - - - - -{Segment Load} -A virtual DOS machine (VDM) is loading, unloading, or moving an MS-DOS or Win16 program segment image. -An exception is raised so a debugger can load, unload or track symbols and breakpoints within these 16-bit segments. - - - - -This informational level status indicates that a specified registry sub-tree transaction state did not yet exist and had to be created. - - - - -{Image Relocated} -An image file could not be mapped at the address specified in the image file. Local fixups must be performed on this image. - - - - -{Thread Suspended} -A thread termination occurred while the thread was suspended. The thread was resumed, and termination proceeded. - - - - -{Object Exists} -An attempt was made to create an object and the object name already existed. - - - - -Debugger command communication exception. - - - - -Debugger received control break. - - - - -Debugger received RIP exception. - - - - -Debugger printed exception on control C. - - - - -Debugger got control C. - - - - -Debugger terminated process. - - - - -Debugger terminated thread. - - - - -Debugger cannot provide handle. - - - - -Debugger will reply later. - - - - -Debugger did not handle the exception. - - - - -The application is loading executable code from the module %hs. This is secure, but may be incompatible with previous releases of the operating system. An alternative, %hs, is available. Should the application use the secure module %hs? - - - - -The application is attempting to run executable code from the module %hs. This may be insecure. An alternative, %hs, is available. Should the application use the secure module %hs? - - - - -{Registry Hive Recovered} -Registry hive (file): -%hs -was corrupted and it has been recovered. Some data might have been lost. - - - - -A frame consolidation has been executed. - - - - -The Plug and Play query operation was not successful. - - - - -A long jump has been executed. - - - - -The create operation stopped after reaching a symbolic link - - - - -{GUID Substitution} -During the translation of a global identifier (GUID) to a Windows security ID (SID), no administratively-defined GUID prefix was found. -A substitute prefix was used, which will not compromise system security. -However, this may provide a more restrictive access than intended. - - - - -{Media Changed} -The media may have changed. - - - - -This warning level status indicates that the transaction state already exists for the registry sub-tree, but that a transaction commit was previously aborted. -The commit has NOT been completed, but has not been rolled back either (so it may still be committed if desired). - - - - -{Too Much Information} -The specified access control list (ACL) contained more information than was expected. - - - - -{Handles Closed} -Handles to objects have been automatically closed as a result of the requested operation. - - - - -{Kernel Debugger Awakened} -the system debugger was awakened by an interrupt. - - - - -Driver %2 returned invalid ID for a child device (%3). - - - - -A IRQ translator failed to translate resources. - - - - -A translator failed to translate resources. - - - - -A device is missing in the system BIOS MPS table. This device will not be used. -Please contact your system vendor for system BIOS update. - - - - -WOW Assertion Error. - - - - -An error occurred in the ACPI subsystem. - - - - -An assertion failure has occurred. - - - - -The requested operation could not be completed due to a file system limitation - - - - -The system has failed to hibernate (The error code is %hs). Hibernation will be disabled until the system is restarted. - - - - -{Volume Shadow Copy Service} -Please wait while the Volume Shadow Copy Service prepares volume %hs for hibernation. - - - - -The driver could not be loaded because a previous version of the driver is still in memory. - - - - -System hive size has exceeded its limit. - - - - -There was error [%2] processing the driver database. - - - - -A Machine Check Error has occurred. Please check the system eventlog for additional information. - - - - -The device object parameter is either not a valid device object or is not attached to the volume specified by the file name. - - - - -The create operation failed because the name contained at least one mount point which resolves to a volume to which the specified device object is not attached. - - - - -The "%hs" encountered an error while applying power or reading the device configuration. -This may be caused by a failure of your hardware or by a poor connection. - - - - -The driver was not loaded because it failed it's initialization call. - - - - -The driver was not loaded because the system is booting into safe mode. - - - - -The specified range could not be found in the range list. - - - - -This version of Windows is not compatible with the behavior version of directory forest, domain or domain controller. - - - - -An attempt to remove a processes DebugPort was made, but a port was not already associated with the process. - - - - -The system is in the process of shutting down. - - - - - ERROR_MULTIPLE_FAULT_VIOLATION - - - - -There is not enough power to complete the requested operation. - - - - -Device will not start without a reboot. - - - - -{Fatal System Error} -The system image %s is not properly signed. -The file has been replaced with the signed file. -The system has been shut down. - - - - -A device was removed so enumeration must be restarted. - - - - -{Virtual Memory Minimum Too Low} -Your system is low on virtual memory. Windows is increasing the size of your virtual memory paging file. -During this process, memory requests for some applications may be denied. For more information, see Help. - - - - -The system file %1 has become corrupt and has been replaced. - - - - -{System Standby Failed} -The driver %hs does not support standby mode. Updating this driver may allow the system to go to standby mode. - - - - -The requested interface is not supported. - - - - -{EXCEPTION} -Multiple floating point traps. - - - - -{EXCEPTION} -Multiple floating point faults. - - - - -A group marked use for deny only cannot be enabled. - - - - -The server process is running under a SID different than that required by client. - - - - -The range could not be added to the range list because of a conflict. - - - - -There are no more matches for the current index enumeration. - - - - -The validation process needs to continue on to the next step. - - - - -{DLL Initialization Failed} -The application failed to initialize because the window station is shutting down. - - - - -{Illegal System DLL Relocation} -The system DLL %hs was relocated in memory. The application will not run properly. -The relocation occurred because the DLL %hs occupied an address range reserved for Windows system DLLs. The vendor supplying the DLL should be contacted for a new DLL. - - - - -{Windows Evaluation Notification} -The evaluation period for this installation of Windows has expired. This system will shutdown in 1 hour. To restore access to this installation of Windows, please upgrade this installation using a licensed distribution of this product. - - - - -The specified quota list is internally inconsistent with its descriptor. - - - - -The specified Plug and Play registry device path is invalid. - - - - -The specified hardware profile configuration is invalid. - - - - -The specified compression format is unsupported. - - - - -You have attempted to change your password to one that you have used in the past. -The policy of your user account does not allow this. Please select a password that you have not previously used. - - - - -The policy of your user account does not allow you to change passwords too frequently. -This is done to prevent users from changing back to a familiar, but potentially discovered, password. -If you feel your password has been compromised then please contact your administrator immediately to have a new one assigned. - - - - -The password provided is too short to meet the policy of your user account. -Please choose a longer password. - - - - -A callback return system service cannot be executed when no callback is active. - - - - -{Low On Registry Space} -The system has reached the maximum size allowed for the system part of the registry. Additional storage requests will be ignored. - - - - -There is an IP address conflict with another system on the network - - - - -There is an IP address conflict with another system on the network - - - - -{Invalid Service Callback Entrypoint} -The %hs service is not written correctly. The stack pointer has been left in an inconsistent state. -The callback entrypoint should be declared as WINAPI or STDCALL. Selecting OK will cause the service to continue operation. However, the service process may operate incorrectly. - - - - -{Invalid DLL Entrypoint} -The dynamic link library %hs is not written correctly. The stack pointer has been left in an inconsistent state. -The entrypoint should be declared as WINAPI or STDCALL. Select YES to fail the DLL load. Select NO to continue execution. Selecting NO may cause the application to operate incorrectly. - - - - -There is insufficient account information to log you on. - - - - -The timer resolution was not previously set by the current process. - - - - -{Audit Failed} -An attempt to generate a security audit failed. - - - - -The specified buffer contains ill-formed data. - - - - -The supplied variant structure contains invalid data. - - - - -The user/kernel marshalling buffer has overflowed. - - - - -The bucket array must be grown. Retry transaction after doing so. - - - - -The attempt to find the object found an object matching by ID on the volume but it is out of the scope of the handle used for the operation. - - - - -Internal OFS status codes indicating how an allocation operation is handled. Either it is retried after the containing onode is moved or the extent stream is converted to a large stream. - - - - -The request must be handled by the stack overflow code. - - - - -The stream is not a tiny stream. - - - - -The parameter(s) passed to the server in the client/server shared memory window were invalid. Too much data may have been put in the shared memory window. - - - - -{Delayed Write Failed} -Windows was unable to save all the data for the file %hs. The data has been lost. -This error may be caused by a failure of your computer hardware or network connection. Please try to save this file elsewhere. - - - - -{Reply Message Mismatch} -An attempt was made to reply to an LPC message, but the thread specified by the client ID in the message was not waiting on that message. - - - - -{Cancel Timeout} -The driver %hs failed to complete a cancelled I/O request in the allotted time. - - - - -NTVDM encountered a hard error. - - - - -{Data Not Accepted} -The TDI client could not handle the data received during an indication. - - - - -{Fatal System Error} -The %hs system process terminated unexpectedly with a status of 0x%08x (0x%08x 0x%08x). -The system has been shut down. - - - - -{Unexpected Failure in DebugActiveProcess} -An unexpected failure occurred while processing a DebugActiveProcess API request. You may choose OK to terminate the process, or Cancel to ignore the error. - - - - -{Registry File Failure} -The registry cannot load the hive (file): -%hs -or its log or alternate. -It is corrupt, absent, or not writable. - - - - -A volume has been accessed for which a file system driver is required that has not yet been loaded. - - - - -An attempt was made to acquire a mutant such that its maximum count would have been exceeded. - - - - -This operation is only allowed for the Primary Domain Controller of the domain. - - - - -The system BIOS failed to connect a system interrupt to the device or bus for which the device is connected. - - - - -The paging file cannot be created on a floppy diskette. - - - - -The Unicode character is not defined in the Unicode character set installed on the system. - - - - -An illegal character was encountered. For a multi-byte character set this includes a lead byte without a succeeding trail byte. For the Unicode character set this includes the characters 0xFFFF and 0xFFFE. - - - - -A Windows Server has an incorrect configuration. - - - - -An event pair synchronization operation was performed using the thread specific client/server event pair object, but no event pair object was associated with the thread. - - - - -{EXCEPTION} -A real-mode application issued a floating-point instruction and floating-point hardware is not present. - - - - -{No Paging File Specified} -No paging file was specified in the system configuration. - - - - -Windows cannot verify the digital signature for this file. A recent hardware or software change might have installed a file that is signed incorrectly or damaged, or that might be malicious software from an unknown source. - - - - -{Unable to Create Paging File} -The creation of the paging file %hs failed (%lx). The requested size was %ld. - - - - -{Application Error} -The application failed to initialize properly (0x%lx). Click OK to terminate the application. - - - - -{Application Error} -The exception %s (0x%08lx) occurred in the application at location 0x%08lx. - - - - -{Missing System File} -The required system file %hs is bad or missing. - - - - -{Application Exit by CTRL+C} -The application terminated as a result of a CTRL+C. - - - - -{Privilege Failed} -The I/O permissions for the process could not be changed. - - - - -The NtCreateFile API failed. This error should never be returned to an application, it is a place holder for the Windows Lan Manager Redirector to use in its internal error mapping routines. - - - - -The SAM database on a Windows Server is significantly out of synchronization with the copy on the Domain Controller. A complete synchronization is required. - - - - -The Netlogon service cannot start because another Netlogon service running in the domain conflicts with the specified role. - - - - -Page file quota was exceeded. - - - - -An attempt was made to operate on a thread within a specific process, but the thread specified is not in the process specified. - - - - -Indicates a process has too many threads to perform the requested action. For example, assignment of a primary token may only be performed when a process has zero or one threads. - - - - -Indicates that the user supplied an invalid descriptor when trying to set up Ldt descriptors. - - - - -Indicates that the starting value for the LDT information was not an integral multiple of the selector size. - - - - -Indicates that an attempt was made to grow an LDT by setting its size, or that the size was not an even number of selectors. - - - - -Indicates that an attempt was made to assign protection to a file system file or directory and one of the SIDs in the security descriptor could not be translated into a GUID that could be stored by the file system. -This causes the protection attempt to fail, which may cause a file creation attempt to fail. - - - - -A malformed function table was encountered during an unwind operation. - - - - -If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter. -In this case information is lost, however, the filter correctly handles the exception. - - - - -If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter. -In this case information is lost, however, the filter correctly handles the exception. - - - - -If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter. -In this case information is lost, however, the filter correctly handles the exception. - - - - -Indicates that a thread attempted to terminate itself by default (called NtTerminateThread with NULL) and it was the last thread in the current process. - - - - -Used to indicate that an operation cannot continue without blocking for I/O. - - - - -The number of active profiling objects is at the maximum and no more may be started. - - - - -The passed ACL did not contain the minimum required information. - - - - -Profiling not stopped. - - - - -Profiling not started. - - - - -An attempt was made to execute an instruction at an unaligned address and the host system does not support unaligned instruction references. - - - - -An attempt was made to attach to a device that was already attached to another device. - - - - -An attempt was made to lower a quota limit below the current usage. - - - - -Length of message passed to NtRequestPort or NtRequestWaitReplyPort was longer than the maximum message allowed by the port. - - - - -Invalid Object Attributes specified to NtCreatePort or invalid Port Attributes specified to NtConnectPort - - - - -An invalid unwind target was encountered during an unwind operation. - - - - -An invalid or unaligned stack was encountered during an unwind operation. - - - - -Unwind exception code. - - - - -An attempt was made to cancel or set a timer that has an associated APC and the subject thread is not the thread that originally set the timer with an associated APC routine. - - - - -An error occurred in the WX86 subsystem. - - - - -A warning occurred in the WX86 subsystem. - - - - -An error occurred in the ABIOS subsystem. - - - - -Application verifier has found an error in the current process. - - - - -Waiting for a process to open the other end of the pipe. - - - - -There is a process on other end of the pipe. - - - - -Arithmetic result exceeded 32 bits. - - - - -User profile cannot be loaded. - - - - -Attempt to access invalid address. - - - - -The process is not in background processing mode. - - - - -The process is already in background processing mode. - - - - -The thread is not in background processing mode. - - - - -The thread is already in background processing mode. - - - - -The maximum number of sessions has been reached. - - - - -The restart operation failed. - - - - -The shutdown operation failed. - - - - -No action was taken as a system reboot is required. - - - - -The scope specified was not found. - - - - -The system cannot find message text for message number 0x%1 in the message file for %2. - - - - -The file cannot be opened because it is in the process of being deleted. - - - - -The volume is too fragmented to complete this operation. - - - - -An invalid oplock acknowledgment was received by the system. - - - - -The oplock request is denied. - - - - -Only part of a ReadProcessMemory or WriteProcessMemory request was completed. - - - - -Too many posts were made to a semaphore. - - - - -Attempt to release mutex not owned by caller. - - - - -The mounted file system does not support extended attributes. - - - - -The specified extended attribute handle is invalid. - - - - -The extended attribute table file is full. - - - - -The extended attribute file on the mounted file system is corrupt. - - - - -The extended attributes did not fit in the buffer. - - - - -The directory name is invalid. - - - - -The copy functions cannot be used. - - - - -No more data is available. - - - - -The wait operation timed out. - - - - -The extended attributes are inconsistent. - - - - -The specified extended attribute name was invalid. - - - - -The session was canceled. - - - - -More data is available. - - - - -No process is on the other end of the pipe. - - - - -The pipe is being closed. - - - - -All pipe instances are busy. - - - - -The pipe state is invalid. - - - - -The pipe is local. - - - - -This file contains a virus and cannot be opened. Due to the nature of this virus, the file has been removed from this location. - - - - -Operation did not complete successfully because the file contains a virus. - - - - -Access Denied. Before opening files in this location, you must first browse to the web site and select the option to login automatically. - - - - -The file size exceeds the limit allowed and cannot be saved. - - - - -The file type being saved or retrieved has been blocked. - - - - -The file must be checked out before saving changes. - - - - -This file is checked out or locked for editing by another user. - - - - -The image file %1 is strong signed, unable to modify. - - - - -The image file %1 is signed, unable to modify. - - - - -This version of %1 is not compatible with the version of Windows you're running. Check your computer's system information to see whether you need a x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher. - - - - -Cannot nest calls to LoadModule. - - - - -Too many dynamic-link modules are attached to this program or dynamic-link module. - - - - -The segment is locked and cannot be reallocated. - - - - -The signal handler cannot be set. - - - - -The signal being posted is not correct. - - - - -The global filename characters, * or ?, are entered incorrectly or too many global filename characters are specified. - - - - -The ring 2 stack is in use. - - - - -The filename or extension is too long. - - - - -No process in the command subtree has a signal handler. - - - - -The system could not find the environment option that was entered. - - - - -The operating system cannot run %1. - - - - -The operating system cannot run %1. - - - - -The code segment cannot be greater than or equal to 64K. - - - - -The operating system cannot run this application program. - - - - -The operating system cannot run %1. - - - - -The operating system is not presently configured to run this application. - - - - -The operating system cannot run this application program. - - - - -The operating system cannot run %1. - - - - -The operating system cannot run %1. - - - - -%1 is not a valid Win32 application. - - - - -The operating system cannot run %1. - - - - -Cannot run %1 in Win32 mode. - - - - -The operating system cannot run %1. - - - - -The operating system cannot run %1. - - - - -The operating system cannot run %1. - - - - -The specified system semaphore name was not found. - - - - -The flag passed is not correct. - - - - -Cannot create a file when that file already exists. - - - - -The operating system cannot run %1. - - - - -The system detected a segment number that was not correct. - - - - -The file system does not support atomic changes to the lock type. - - - - -A lock request was not outstanding for the supplied cancel region. - - - - -The requested resource is in use. - - - - -Unable to lock a region of a file. - - - - -No more threads can be created in the system. - - - - -A signal is already pending. - - - - -The specified path is invalid. - - - - -One or more arguments are not correct. - - - - -The address for the thread ID is not correct. - - - - -The segment is already unlocked. - - - - -The segment is already discarded and cannot be locked. - - - - -The recipient process has refused the signal. - - - - -Cannot create another thread. - - - - -The volume label you entered exceeds the label character limit of the target file system. - - - - -The DosMuxSemWait list is not correct. - - - - -DosMuxSemWait did not execute; too many semaphores are already set. - - - - -The number of specified semaphore events for DosMuxSemWait is not correct. - - - - -System trace information was not specified in your CONFIG.SYS file, or tracing is disallowed. - - - - -An attempt was made to join or substitute a drive for which a directory on the drive is the target of a previous substitute. - - - - -The path specified cannot be used at this time. - - - - -Not enough resources are available to process this command. - - - - -The path specified is being used in a substitute. - - - - -The directory is not empty. - - - - -The directory is not a subdirectory of the root directory. - - - - -The system cannot join or substitute a drive to or for a directory on the same drive. - - - - -The system cannot perform a JOIN or SUBST at this time. - - - - -The system tried to SUBST a drive to a directory on a joined drive. - - - - -The system tried to join a drive to a directory on a substituted drive. - - - - -The system tried to substitute a drive to a directory on a substituted drive. - - - - -The system tried to join a drive to a directory on a joined drive. - - - - -The system tried to delete the substitution of a drive that is not substituted. - - - - -The system tried to delete the JOIN of a drive that is not joined. - - - - -An attempt was made to use a JOIN or SUBST command on a drive that has already been substituted. - - - - -An attempt was made to use a JOIN or SUBST command on a drive that has already been joined. - - - - -A JOIN or SUBST command cannot be used for a drive that contains previously joined drives. - - - - -The file pointer cannot be set on the specified device or file. - - - - -An attempt was made to move the file pointer before the beginning of the file. - - - - -Attempt to use a file handle to an open disk partition for an operation other than raw disk I/O. - - - - -The %1 application cannot be run in Win32 mode. - - - - -There are no child processes to wait for. - - - - -The specified procedure could not be found. - - - - -The specified module could not be found. - - - - -The disk has no volume label. - - - - -The system call level is not correct. - - - - -The filename, directory name, or volume label syntax is incorrect. - - - - -The data area passed to a system call is too small. - - - - -The semaphore timeout period has expired. - - - - -This function is not supported on this system. - - - - -The system does not support the command requested. - - - - -The verify-on-write switch parameter value is not correct. - - - - -The IOCTL call made by the application program is not correct. - - - - -The target internal file identifier is incorrect. - - - - -No more internal file identifiers available. - - - - -There is not enough space on the disk. - - - - -The file name is too long. - - - - -The system cannot open the device or file specified. - - - - -The pipe has been ended. - - - - -The disk is in use or locked by another process. - - - - -The program stopped because an alternate diskette was not inserted. - - - - -Insert the diskette for drive %1. - - - - -The previous ownership of this semaphore has ended. - - - - -Cannot request exclusive semaphores at interrupt time. - - - - -The semaphore cannot be set again. - - - - -The semaphore is set and cannot be closed. - - - - -The exclusive semaphore is owned by another process. - - - - -Cannot create another system semaphore. - - - - -The system cannot start another process at this time. - - - - -A write fault occurred on the network. - - - - -The parameter is incorrect. - - - - -The specified network password is not correct. - - - - -The local device name is already in use. - - - - -Storage to process this request is not available. - - - - -Fail on INT 24. - - - - -The directory or file cannot be created. - - - - -The file exists. - - - - -The specified printer or disk device has been paused. - - - - -No more connections can be made to this remote computer at this time because there are already as many connections as the computer can accept. - - - - -The remote server has been paused or is in the process of being started. - - - - -The network BIOS session limit was exceeded. - - - - -The name limit for the local computer network adapter card was exceeded. - - - - -The network name cannot be found. - - - - -The network resource type is not correct. - - - - -Network access is denied. - - - - -The specified network name is no longer available. - - - - -Your file waiting to be printed was deleted. - - - - -Space to store the file waiting to be printed is not available on the server. - - - - -The printer queue is full. - - - - -The remote adapter is not compatible. - - - - -An unexpected network error occurred. - - - - -The specified server cannot perform the requested operation. - - - - -A network adapter hardware error occurred. - - - - -The network BIOS command limit has been reached. - - - - -The specified network resource or device is no longer available. - - - - -The network is busy. - - - - -The network path was not found. - - - - -You were not connected because a duplicate name exists on the network. If joining a domain, go to System in Control Panel to change the computer name and try again. If joining a workgroup, choose another workgroup name. - - - - -Windows cannot find the network path. Verify that the network path is correct and the destination computer is not busy or turned off. If Windows still cannot find the network path, contact your network administrator. - - - - -The request is not supported. - - - - -The disk is full. - - - - -Reached the end of the file. - - - - -Too many files opened for sharing. - - - - -The wrong diskette is in the drive. -Insert %2 (Volume Serial Number: %3) into drive %1. - - - - -The process cannot access the file because another process has locked a portion of the file. - - - - -The process cannot access the file because it is being used by another process. - - - - -A device attached to the system is not functioning. - - - - -The system cannot read from the specified device. - - - - -The system cannot write to the specified device. - - - - -The printer is out of paper. - - - - -The drive cannot find the sector requested. - - - - -The specified disk or diskette cannot be accessed. - - - - -The drive cannot locate a specific area or track on the disk. - - - - -The program issued a command but the command length is incorrect. - - - - -Data error (cyclic redundancy check). - - - - -The device does not recognize the command. - - - - -The device is not ready. - - - - -The system cannot find the device specified. - - - - -The media is write protected. - - - - -There are no more files. - - - - -The system cannot move the file to a different disk drive. - - - - -The directory cannot be removed. - - - - -The system cannot find the drive specified. - - - - -Not enough storage is available to complete this operation. - - - - -The data is invalid. - - - - -The access code is invalid. - - - - -An attempt was made to load a program with an incorrect format. - - - - -The environment is incorrect. - - - - -The storage control block address is invalid. - - - - -Not enough storage is available to process this command. - - - - -The storage control blocks were destroyed. - - - - -The handle is invalid. - - - - -Access is denied. - - - - -The system cannot open the file. - - - - -The system cannot find the path specified. - - - - -The system cannot find the file specified. - - - - -Incorrect function. - - - - -The operation completed successfully. - - - - Gets the error category of the SvnException - - - - - - - Ignore all whitespace characters - - - Ignore changes in sequences of whitespace characters, treating each -sequence of whitespace characters as a single space - - - Ignore no whitespace - - - Attempting to delete object - - - Attempting to add object - - - Attempting to change text or props - - - object is already added or schedule-add - - - object is unversioned - - - object is unknown or missing - - - object is already schedule-delete - - - another object is in the way - - - local edits are already present - - - Deprecated: Use .Tree - - - tree conflict (on a dir) - - - property conflict (on a file or dir) - - - textual conflict (on a file) - - - Value not determined yet - - - Alias for Merged - - - Choose the 'merged file'. The result file of the automatic merging; possibly with local edits - - - Choose local version on all conflicts; further use auto-merged - - - Choose their on all conflicts; further use auto-merged - - - Choose the local file - - - Choose the incoming file - - - Choose the base file - - - Don't resolve the conflict now. Let subversion mark the path -'conflicted', so user can run 'svn resolved' later - - - A deleted item - - - An item with text modifications - - - An added item - - - An item with no text modifications - - - Create a repository in Subversion 1.9 compatible format - - - Create a repository in Subversion 1.8 compatible format - - - Create a repository in Subversion 1.7 compatible format - - - Create a repository in Subversion 1.6 compatible format - - - Create a repository in Subversion 1.5 compatible format - - - Create a repository in Subversion 1.4 compatible format - - - Create a repository in a Subversion 1.0-1.3 compatible format - - - Create a repository with the latest available format - - - The fields loaded if no other value is specified - - - A combination of all the dirent fields at Subversion 1.5 - - - An indication that you are interested in the @c last_author field - - - An indication that you are interested in the @c time field - - - An indication that you are interested in the @c created_rev field - - - An indication that you are interested in the @c has_props field - - - An indication that you are interested in the @c size field - - - An indication that you are interested in the Kind field - - - Slated for replacement (delete + add) - - - Slated for deletion - - - Slated for addition - - - Nothing special here - - - a directory doesn't contain a complete entries list - - - an unversioned path populated by an svn:externals property - - - an unversioned resource is in the way of the versioned resource - - - is unversioned but configured to be ignored - - - local mods received conflicting repos mods - - - local mods received repos mods - - - text or props have been modified - - - was deleted and then re-added - - - scheduled for deletion - - - under v.c., but is missing - - - is scheduled for addition - - - exists, but uninteresting - - - is not a versioned thing in this wc - - - does not exist - - - Zero value. Never used by Subversion - - - Finalizing commit. - - - Running info on an external module. - - - The operation failed because the operation (E.g. commit) is only valid -if the operation includes this path. - - - Running cleanup on an external module. - - - A move in the working copy has been broken, i.e. degraded into a -copy + delete. The notified path is the move source (the deleted path). - - - - A copy from a foreign repository has started - - - The current operation left local changes of something that -was deleted. The changes are available on (and below) the notified path - - - - Conflict resolver is done. This can be used by clients to -detect when to display conflict summary information, for example - - - Conflict resolver is starting. This can be used by clients to -detect when to display conflict summary information, for example. - - - Operation failed because a node is obstructed - - - Just the lock on a file was removed during update - - - The operation skipped the path because it was conflicted. - - - Operation failed because the operation was forbidden by the server - - - Operation failed because a node is locked by another user and/or working copy - - - Operation failed because an added parent is not selected - - - Operation failed because a node is out of date - - - Operation failed because an added node is missing - - - Operation failed because the node remains in conflict - - - Removing a path by excluding it. - - - The operation was attempted on a path which doesn't exist. - - - The server has instructed the client to follow a URL redirection. - - - Committing an overwriting (replace) copy (path is the target of -the copy, not the source). - - - Committing a non-overwriting copy (path is the target of the -copy, not the source). - - - A hunk from a patch was found to already be applied. - - - A hunk from a patch was rejected. - - - A hunk from a patch was applied. - - - A file in the working copy was patched. - - - Mergeinfo was removed due to elision. - - - Mergeinfo describing a merge was recorded. - - - An working copy directory was upgraded to the latest format. - - - The mergeinfo on path was updated. - - - A node below an existing node was deleted during update. - - - A node below an exising node was updated during update. - - - A node below an existing node was added during update. - - - An update operation removed an external working copy. - - - An update tried to update a file or directory to which access could not be obtained. - - - An explicit update tried to update a file or directory that doesn't live in the repository and can't be brought in. - - - An update tried to add a file or directory at a path where a separate working copy was found - - - Starting an update operation. - - - - - - - The structure of a revision is being verified. @since New in 1.8. - - - A revision was skipped during loading. @since New in 1.8. - - - Upgrade has started. - - - Recover has started. - - - The operation has acquired a mutex for the repo. - - - Mergeinfo has been normalized - - - A copied node has been encountered - - - A node has finished loading - - - A node has begun loading - - - A revision has finished loading - - - A revision has begun loading - - - packing of the shard revprops has completed - - - packing of the shard revprops has commenced - - - packing of an FSFS shard is completed - - - packing of an FSFS shard has commenced - - - All revisions have finished being verified. - - - All revisions have finished being dumped. - - - A revision has finished being verified. - - - A revision has finished being dumped. - - - A warning message is waiting. - - - -D + all descendants (full recursion from D). Updates will pull in any -files or subdirectories not already present; those subdirectories' -this_dir entries will have depth-infinity. Equivalent to the pre-1.5 -default update behavior. - - - - -D + immediate children (D and its entries). Updates will pull in any -files or subdirectories not already present; those subdirectories' -this_dir entries will have depth-empty. - - - - -D + its file children, but not subdirs. Updates will pull in any files -not already present, but not subdirectories. - - - - -Just the named directory D, no entries. Updates will not pull in any -files or subdirectories not already present - - - - Exclude (remove, whatever) directory D - - - Depth undetermined or ignored - - - Attaches to the specified pool - - - Creates a new root pool - - - Creates a childpool within the specified parent pool - - - Gets a boolean indicating whether the path is a file path (and not a Uri) - - - Gets a small thread-local pool usable for small one shot actions - The memory allocated by the pool is only freed after the thread is closed; so use with care - - - Main class of Subversion api. This class is responsible for loading the unmanaged api - - - - - Looks up a localized string similar to The value {0} is not a valid {1}. - - - - - Looks up a localized string similar to The passed Uri is not absolute. - - - - - Looks up a localized string similar to The specified target is not a valid Uri target. - - - - - Looks up a localized string similar to The specified target is not a value Uri or Path target. - - - - - Looks up a localized string similar to The specified target is not a valid Path target. - - - - - Looks up a localized string similar to The passed target must contain an explicit revision. - - - - - Looks up a localized string similar to Subversion reported a malfunction '{0}' on line {2} of '{1}'.. - - - - - Looks up a localized string similar to Svn operation in progress; an SvnClient instance can handle only one command at a time. - - - - - Looks up a localized string similar to This function is not available from managed code. . - - - - - Looks up a localized string similar to The session is already open. - - - - - Looks up a localized string similar to Revision type must be head, date or a specific revision number. - - - - - Looks up a localized string similar to The Working revision type is not supported here. - - - - - Looks up a localized string similar to Revision number must be at least 0. - - - - - Looks up a localized string similar to Revision must be >= 0. - - - - - Looks up a localized string similar to The remote session must be open before it can perform commands. - - - - - Looks up a localized string similar to Property name is not valid. - - - - - Looks up a localized string similar to Please restart this application before continuing.\n\nStack trace:\n{0}. - - - - - Looks up a localized string similar to Paths with a length above MAX_PATH (like '{0}') must be rooted.. - - - - - Looks up a localized string similar to Path '{0}' contains invalid characters. - - - - - Looks up a localized string similar to The number of elements in the paths collection does not match the number in revisions. - - - - - Looks up a localized string similar to '{0}' unlocked.. - - - - - Looks up a localized string similar to '{0}' locked by user '{1}'.. - - - - - Looks up a localized string similar to Updating '{0}':. - - - - - Looks up a localized string similar to Updated to revision {0}.. - - - - - Looks up a localized string similar to Updated external to revision {0}.. - - - - - Looks up a localized string similar to Transmitting file data. - - - - - Looks up a localized string similar to Status against revision: {0}. - - - - - Looks up a localized string similar to Skipped '{0}' - Node remains in conflict. - - - - - Looks up a localized string similar to Skipped '{0}'. - - - - - Looks up a localized string similar to Skipped '{0}' - An obstructing working copy found. - - - - - Looks up a localized string similar to Skipped missing target '{0}'. - - - - - Looks up a localized string similar to Skipped '{0}' - Access denied. - - - - - Looks up a localized string similar to Reverted '{0}'. - - - - - Looks up a localized string similar to --- Reverse-merging r{0} through r{1} into '{2}':. - - - - - Looks up a localized string similar to --- Reverse-merging r{0} into '{1}':. - - - - - Looks up a localized string similar to Restored '{0}'. - - - - - Looks up a localized string similar to Resolved conflicted state of '{0}'. - - - - - Looks up a localized string similar to Performing status on external item at '{0}'. - - - - - Looks up a localized string similar to Path '{0}' is now a member of change list '{1}'.. - - - - - Looks up a localized string similar to Path '{0}' is no longer a member of a change list.. - - - - - Looks up a localized string similar to --- Merging r{0} through r{1} into '{2}':. - - - - - Looks up a localized string similar to --- Merging r{0} into '{1}':. - - - - - Looks up a localized string similar to --- Merging differences between repository URLs into '{0}':. - - - - - Looks up a localized string similar to Fetching external item into '{0}'. - - - - - Looks up a localized string similar to Failed to revert '{0}' -- try updating instead. - - - - - Looks up a localized string similar to Removed external '{0}'. - - - - - Looks up a localized string similar to External at revision {0}.. - - - - - Looks up a localized string similar to Exported revision {0}.. - - - - - Looks up a localized string similar to Exported external at revision {0}.. - - - - - Looks up a localized string similar to Checked out revision {0}.. - - - - - Looks up a localized string similar to Checked out external at revision {0}.. - - - - - Looks up a localized string similar to At revision {0}.. - - - - - Looks up a localized string similar to {This line does contain non-Utf8 characters}. - - - - - Looks up a localized string similar to The loading of the subversion mime mapping file failed. - - - - - Looks up a localized string similar to One or more items in the list are null. - - - - - Looks up a localized string similar to The IO Thread Blocked -- Do you have a deadlock?. - - - - - Looks up a localized string similar to Invalid Uri string. - - - - - Looks up a localized string similar to Invalid SvnRevisionType value specified. - - - - - Looks up a localized string similar to Invalid character in client name. - - - - - Looks up a localized string similar to The handler is not registered at this time. - - - - - Looks up a localized string similar to File '{0}' not found. - - - - - Looks up a localized string similar to A fatal error occurred within the subversion API - (Use Ctrl+C to copy message). - - - - - Looks up a localized string similar to You can only crop a node to a depth between empty and files.. - - - - - Looks up a localized string similar to The collection must at least contain one item. - - - - - Looks up a localized string similar to Can't parse command '{0}'. - - - - - Looks up a localized string similar to Can only resolve head, number and date revisions. - - - - - Looks up a localized string similar to The argument must be a valid absolute repository Uri. - - - - - Looks up a localized string similar to This argument is not a valid relative path. - - - - - Looks up a localized string similar to This argument is not a valid path. A Uri was specified. - - - - - Looks up a localized string similar to All provided Uri's must be on the same server. - - - - - Looks up a localized string similar to All targets must either be Uri or Path. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Extended Parameter container of 's CreateRepository method - - - - Gets or sets a boolean indicating whether the paths changed in the revision should be provided - Defaults to true - - - Extended Parameter container of 's ChangeInfo command - - - - Extended Parameter container of 's Changed method - - - - Gets or sets a boolean indicating whether to retrieve real property -and content changes. If set to false only marker changes are sent. (Changes on "" -property and empty file deltas - - - Gets or sets the maximum version the client knows about. Deltas will be -based on this version - - - Extended Parameter container of .ReplayRevision - - - - Factory function to create a new SvnDeltaNode instance for the specified file - - - Factory function to creates a new SvnDeltaNode instance for the specified directory - - - Called when a delta run is aborted - - - Called when a delta run is complete - - - Called to specify that information on a file won't be provided (e.g. Authorization) - - - Called to close a directory opened with or - - - Called to change a property on a file - - - Called when a file is about to receive content changes - The actual changes are not passed to this function, but are streamed to the target -specified by the property of the - - - Raised when a file is about to receive content changes - The actual changes are not passed to this event, but are streamed to the target -specified by the property of the - - - Called to open a file receiving changes - - - Called instead of when a new file is added to a directory - - - Called to specify that information on a directory won't be provided (e.g. Authorization) - - - Called to close a directory opened with or - - - Called to change a property on a directory - - - Called to open a directory receiving changes - - - Called instead of OnDirectoryOpen when a new directory is added - - - Called when an entry (directory or file) is removed from a directory - - - Called before the first directory operations - - - Called before open root to specify the target settings - - - The SvnDeltaEditor is a generic receiver of Subversion changes. -Hook events on this class or override methods on descendants of this class to -receive changes - - - - Raised when is not null and completes its processing - - - Gets or sets the that receives the actual differences -after this event returns - - - Called when a delta window is ready for processing - - - Creates a new instance to transform -, into while optionally verifying - if is true and -verification data is available. - - - Called after the last delta window was successfully received - - - Called when a new delta window is ready for processing - - - Called before the first invocation to allow initializing - - - Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use - After this method is called all properties are either stored managed, or are no longer readable - - - Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use - After this method is called all properties are either stored managed, or are no longer readable - - - Extended Parameter container of 's GetAppliedMergeInfo method - - - - Only retrieve the properties if the node is of the specified kind. Unknown for retrieving the kind - - - Extended Parameter container of - - - - Gets the list of changelist-names - - - Extended Parameter container for SvnClient.DiffSummary - - - - Gets the list of changelist-names - - - Extended Parameter container of - - - - Extended Parameter container of 's RecoverRepository method - - - - Gets the list of changelist-names - - - Extended Parameter container of - - - - Gets the list of changelist-names - - - Extended Parameter container of - - - - Extended parameter container for Cleanup - - - - Extended Parameter container of - - - - Extended Parameter container of - - - - Extended Parameter container of 's GetRevisionProperty - - - - Gets the of the command - - - Creates parent directories if required - - - Extended Parameter container of and - - - - - Only perform a metadata update and leave the working copy as-is - - - Extended Parameter container of . - - - - Extended Parameter container of SvnClient.Info - - - - Extended Parameter container of 's Write method - - - - Extended Parameter container of - - - - Gets the list of changelist-names - - - Extended Parameter container of 's GetProperty - - - - Extended Parameter container of 's DeleteRepository method - - - - Gets the list of changelist-names - - - Extended Parameter container of 's Diff command - - - - Gets or sets a boolean indication whether to retrieve all revision properties - Default value: false - - - Gets the list of properties to retrieve. Only SVN 1.5+ repositories allow adding custom properties to this list - This list defaults to the author, date, logmessage properties. Clear the list to retrieve no properties, -or set RetrieveAllProperties to true to retrieve all properties. - - - - Gets or sets the base uri to which relative Uri's are relative - - - Gets or sets a boolean indicating whether the merged revisions should be fetched instead of the node changes - - - Gets or sets a boolean indicating whether only the history of this exact node should be fetched (Aka stop on copying) - If @a StrictNodeHistory is set, copy history (if any exists) will -not be traversed while harvesting revision logs for each target. - - - Gets or sets a boolean indicating whether the paths changed in the revision should be provided - - - Gets or sets the limit on the number of log items fetched - - - Gets or sets the range specified by - wrapped as a - New code should either use and or - - - Gets the revision in which the Url's are evaluated (Aka peg revision) - - - Initializes a new instance with the specified range - - - Initializes a new instance with default properties - - - Extended Parameter container of SvnClient.Log - - - - Gets or sets a boolean indication whether to retrieve all revision properties - Default value: false - - - Gets the list of properties to retrieve. Only SVN 1.5+ repositories allow adding custom properties to this list - This list defaults to the author, date, logmessage properties. Clear the list to retrieve no properties, -or set RetrieveAllProperties to true to retrieve all properties. - - - - Gets or sets a boolean indicating whether the merged revisions should be fetched instead of the node changes - - - Gets or sets a boolean indicating whether only the history of this exact node should be fetched (Aka stop on copying) - If @a StrictNodeHistory is set, copy history (if any exists) will -not be traversed while harvesting revision logs for each target. - - - Gets or sets a boolean indicating whether the paths changed in the revision should be provided - - - Gets or sets the limit on the number of log items fetched - - - Extended Parameter container of 's CreateRepository method - - - - Extended Parameter container of - - - - Writes the specified message to the result writer and appends a - - - Writes the progress message to the result writer - The default implementation calls with the specified message - - - Writes the specified message to the result writer - - - Subversion Client Context wrapper; base class of objects using client context - - - - Extended Parameter container of 's Changed method - - - - If true, doesn't perform a check if path does really exist in the repository when no lock is found - - - Base Extended Parameter container of commands - - - - Extended Parameter container of - - - - Extended parameter container for Cleanup - - - - Extended Parameter container of - - - - Gets the of the command - - - Extended Parameter container of 's Property method - - - - Extended Parameter container of 's GetRevisionPropertyList - - - - If Force is not set then this operation will fail if any path contains locally modified -and/or unversioned items. If Force is set such items will be deleted. - - - Extended Parameter container of and - - - - Extended Parameter container of 's InheritedPropertyList method - - - - Extended Parameter container of 's CommitRepositoryOperation - - - - Extended Parameter container of 's DeleteRepository method - - - - Extended parameter container for Cleanup - - - - Extended Parameter container of 's CreateRepository method - - - - Gets or sets the author passed to the hook scripts - - - Gets or sets a value indicating whether to call the hook after changing the revision property - - - Gets or sets a value indicating whether to call the hook before changing the revision property - - - Extended Parameter container of 's CreateRepository method - - - - Extended Parameter container of and - - - - Formats a DateTime in Subversions string format - - - Tries to parse a Svn property into a value - - - Gets a list of TortoiseSvn defined directory properties, which are applied recursively on all directories below the set root - - - -Properties whose values are interpreted as booleans (such as -svn:executable, svn:needs_lock, and svn:special) always fold their -value to this. - - - - All Subversion property names start with this - - - Gets a list of TortoiseSvn defined directory properties, which are applied recursively on all directories below the set root - - - A full combination of the first four keywords. - - - A compressed combination of the other four keywords. - - - Short version of HeadURL - - - The URL for the head revision of this file. - - - Short version of LastChangedBy - - - Who most recently committed to this file. - - - Short version of LastChangedDate - - - The most recent date (repository time) when this file was changed. - - - Medium version of LastChangedRevision, matching the one CVS uses - - - Short version of LastChangedRevision - - - The most recent revision in which this file was changed - - - The maximum size of an expanded or un-expanded keyword. - - - Extended Parameter container of - - - - Creates the comparer used to compare the tokens. Defaults to Comparer<TToken>::Default - - - Gets the comparer used to compare the tokens - The instance returned is creatd by - - - Gets a boolean indicating whether the merge result contains differences - - - Gets a boolean indicating whether the merge result contains conflicts - - - -If TRUE, recurse up path's directory and look for -a versioned directory. If found, add all intermediate paths between it -and path. If not found, fail with SVN_ERR_CLIENT_NO_VERSIONED_PARENTS. - - - - If force is not set and path is already under version control, return the error -SVN_ERR_ENTRY_EXISTS. If force is set, do not error on already-versioned items. When used -on a directory in conjunction with the recursive flag, this has the effect of scheduling -for addition unversioned files and directories scattered deep within a versioned tree. - - - Extended Parameter container of - - - - Extended Parameter container of - - - - Extended Parameter container of 's RecoverRepository method - - - - Retrieves an authorization baton allocated in the specified pool; containing the current authorization settings - Retrieves an authorization baton allocated in the specified pool; containing the current authorization settings - - - Gets the list of changelist-names - - - Extended Parameter container of - - - - Extended Parameter container of - - - - Gets the list of changelist-names - - - Extended Parameter container for SvnClient.PropertyList - - - - Raises the event. - - - Raises the event. - - - Raises the event. - - - Raises the event. - - - Raises the event. - - - Raises the event. - - - Raises the event. - - - -Raised just before a command is executed. This allows a listener -to cleanup before a new command is started - - - - -Raised when a subversion exception occurs. -Set to true to cancel -throwing the exception - - - - -Raised on progress. The event is first -raised on the object and -then on the - - - -Raised on progress. The event is first -raised on the object and -then on the - - - -Raised on notifications. The event is first -raised on the object and -then on the - - - -Raised on progress. The event is first -raised on the object and -then on the - - - -Raised to allow canceling operations. The event is first -raised on the object and -then on the - - - Gets the instance of this - - - Gets the (new) node kind of the node at PATH - - - Gets the (new) node kind of the node at PATH - - - Adds a new file at PATH - - - Adds a new file at PATH - - - Updates the file that already exists at (or was just copied/moved to) PATH - - - Updates the file that already exists at (or was just copied/moved to) PATH - - - Deletes a property on path, which can be an added or existing node - - - Sets a property on path, which can be an added or existing node - - - Sets a property on path, which can be an added or existing node - - - Deletes a property on path, which can be an added or existing node - - - Sets a property on path, which can be an added or existing node - - - Sets a property on path, which can be an added or existing node - - - Copies the specified path to the new location - - - Copies the specified path to the new location - - - Copies the specified path to the new location - - - Copies the specified path to the new location - - - Moves the specified path to the new location - - - Moves the specified path to the new location - - - Deletes the specified path - - - Deletes the specified path - - - Creates the specified path - - - Creates the specified path - - - Commits all recorded operations as a new revision. - - - Commits all recorded operations as a new revision. - - - Opens a not previously opened -to the specified url - Unlike most other operations in SharpSvn the args object is used -untile the SvnMultiCommandClient is committed or disposed - - - Opens a not previously opened -to the specified url - - - Creates a new standalone but -doesn't open it yet - - - Creates a new standalone and -opens it for the specified uri - - - Creates a new standalone and -opens it for the specified uri - - - Creates a new completely -operating like a command on the - - - Extended Parameter container of and - - - - True to filter this node, false to allow importing it - - - Gets or sets the AllowObsstructions value - - If AllowObstructions is TRUE then the update tolerates -existing unversioned items that obstruct added paths from @a URL. Only -obstructions of the same type (file or dir) as the added item are -tolerated. The text of obstructing files is left as-is, effectively -treating it as a user modification after the update. Working -properties of obstructing items are set equal to the base properties. - If AllowObstructions is FALSE then the update will abort -if there are any unversioned obstructing items - - - - - Gets or sets the revision to load. Defaults to the peg revision or Head - - - Extended Parameter container of - - - - Extended Parameter container of 's Patch command - - - - If @a allow_unver_obstructions is true then the update tolerates -existing unversioned items that obstruct added paths from @a URL - -Only obstructions of the same type (file or dir) as the added item are -tolerated. The text of obstructing files is left as-is, effectively -treating it as a user modification after the update. Working -properties of obstructing items are set equal to the base properties. -If AllowUnversionedObstructions is false then the update will abort -if there are any unversioned obstructing items. - - - - The revision to update to; None by default - -Revision must be of kind Number, Head or Date. If Revision -does not meet these requirements, Updated returns the error -SVN_ERR_CLIENT_BAD_REVISION. - - - - Gets or sets a value indicating whether to ignore externals -definitions as part of this operation. - - - -Gets or sets whether in addition to updating paths also the -sticky ambient depth value must be set to depth - - - - Gets or sets the depth of the update - - If Depth is Infinity, update fully recursively. Else if it -is Immediates or Files, update each target and its file -entries, but not its subdirectories. Else if Empty, update -exactly each target, nonrecursively (essentially, update the -target's properties). - If Depth is Unknown, take the working depth from the specified paths - - - - - Extended Parameter container of - - - + + + + SharpSvn + + + + Gets or sets a boolean that if set to true tells copy not to process +externals definitions as part of this operation. + + + Always copies the result to below the target (this behaviour is always used if multiple targets are provided) + + + Creates parent directories if required + + + Extended Parameter container of SvnClient.Copy(SvnTarget^,String^,SvnCopyArgs^)" /> and + + + + + Gets the list of changelist-names to commit + + + Extended Parameter container of + + + + Gets the list of properties to retrieve. Only SVN 1.5+ repositories allow adding custom properties to this list + + + Gets or sets a boolean indicating whether the paths changed in the revision should be provided + + + + + + Extended Parameter container of and + + + + Extended Parameter container of + + + + Base Extended Parameter container of commands + + + + Extended Parameter container of 's GetSuggestedMergeSources method + + + + Extended Parameter container for SvnClient.Blame + + + + Gets the of the command + + + Extended Parameter container for SvnClient.PropertyList + + + + If not null allows creates a repository with this UUID + + + Extended Parameter container of 's CreateRepository method + + + + Extended Parameter container for SvnClient.List + + + + Gets the list of changelist-names + + + Include actual only (tree conflict) nodes in the result (Default true) + + + Include excluded nodes in the result (Default true) + + + Extended Parameter container of SvnClient.Info + + + + Gets a instance for the current hook request + + + Gets the revision in which the Url's are evaluated (Aka peg revision) + + + Only perform a metadata update and leave the working copy as-is + + + Extended Parameter container of . + + + + Gets the list of changelist-names + + + Extended Parameter container for SvnClient.ListChangeList + + + + If this value is TRUE and RetrieveRemoteStatus it TRUE, shows what an update with KeepDepth TRUE would do. (Shows excluded nodes as additions) + + + Gets the list of changelist-names + + + Gets or sets a boolean indicating whether externals should be ignored + +If IgnoreExternals is not set, then recurse into externals +definitions (if any exist) after handling the main target. This +calls the client notification function (in @a ctx) with the @c +svn_wc_notify_status_external action before handling each externals +definition, and with @c svn_wc_notify_status_completed +after each. + + + + Gets or sets a boolean indicating whether ignored files should be retrieved + If RetrieveIgnoredEntries is set add files or directories that match ignore patterns. + + + Gets or sets a boolean indicating whether the repository should be contacted to retrieve out of date information + +If Update is set, contact the repository and augment the +status structures with information about out-of-dateness (with +respect to @a revision). Also, if @a result_rev is not @c NULL, +set @a *result_rev to the actual revision against which the +working copy was compared (result_rev is not meaningful unless +update is set + + + + Gets or sets a boolean indicating whether all status properties should be retrieved + +If @a get_all is set, retrieve all entries; otherwise, +retrieve only "interesting" entries (local mods and/or +out of date + + + + Extended Parameter container for SvnClient.Status + + + + Extended Parameter container of 's DeleteRepository method + + + + originalPath and modifiedPath must live at least as long as pool + + + Gets the of the command + + + Gets the of the command + + + Gets or sets a replacement for the conflict separator (null is use original) + + + Gets or sets a replacement for the Conflict latest line (null is use original) + + + Gets or sets a replacement for the Conflict modified line (null is use original) + + + Gets or sets a replacement for the Ancestor Path (null is use original) + + + Gets or sets a replacement for the Latest Path (null is use original) + + + Gets or sets a replacement for the Modified Path (null is use original) + + + Gets or sets a replacement for the Original Path (null is use original) + + + Gets the of the command + + + Like svn_diff_conflict_display_modified_original_latest, but +*only* showing conflicts. + + + Just display latest, with no markers. + + + Just display modified, with no markers. + + + Display modified, original, and latest, with conflict markers. + + + Like svn_diff_conflict_display_modified_latest, but with an +extra effort to identify common sequences between modified and +latest. + + + Display modified and latest, with conflict markers + + + Gets or sets the blame range as + + + Extended Parameter container for SvnClient.Blame + + + + Gets the of the command + + + The depth to walk for entries; reeds all entries in path when depth is unknown (default) + + + Gets or sets a boolean indicating whether to return deleted or absent entries + + + Extended Parameter container of . + + + + Gets or sets a value indicating whether to clean the database logfiles after the hotcopy + + + Extended Parameter container of 's CreateRepository method + + + + Gets or sets a value indicating how to translate line endings ( = no translation + + + Gets or sets a directory to receive all file versions + The directory to place the versions in or null to only delegate the files to the event handler + + + Gets or sets the blame range as + + + Extended Parameter container of + + + + Tries to parse a single SvnExternalItem + + + Tries to parse a single SvnExternalItem + + + Writes the value to the specified + + + Creates a string containing the external in string format. Optionally preferring formats compatible with older clients + + + Creates a string containing the external in string format. Preferring formats compatible with older clients + + + Gets the absolute or relative url of the external (What to insert) + + + Gets the target path of the external (Where to place the external) + + + Extended Parameter container of 's Changed method + + + + Gets the list of properties to retrieve. Only SVN 1.5+ repositories allow adding custom properties to this list + + + Gets or sets a boolean indicating whether the paths changed in the revision should be provided + + + + + + Console based SslServerTrust implementation + + + Console based SslClientCertificatePassword implementation + + + Console based SslClientCertificate implementation + + + Console based SslServerTrust implementation + + + Console based UserNamePasswordHandler implementation + + + Console based UserNameHandler implementation + + + Subversion CryptoApi Ssl Trust handler + + + Subversion CryptoApi Ssl Trust handler + + + Subversion SslClientCertificatePassword file backend using Windows CryptoStore (managed representation) + + + Subversion SslClientCertificatePassword file backend (managed representation) + + + Subversion SslClientCertificate file backend (managed representation) + + + Subversion SslServerTrust file backend (managed representation) + + + Subversion UserNameHandler file backend using Windows CryptoStore (managed representation) + Should be added after + + + Subversion UserNamePasswordHandler file backend (managed representation) + + + Subversion UserNameHandler file backend (managed representation) + + + Simple credential handler to provide a static credential via and . +Use to override cached credentials. + When set implements a and +instance over the specified credential instance + + + Gets a list of subversion cached credentials of the specified type + The type of credentials to retrieve + This list only contains credentials cached by Subversion; not by external authentication stores + + + Adds all default console handlers + + + Adds all default subversion-configuration-based handlers + + + Removes all currently registered providers and caching data + + + Clears the in-memory authentication cache of this client + + + Copies the in-memory cache from the specified client to this client; merging and overwriting existing credentials + + + Container for all subversion authentication settings on a client + + + + The Window handle (HWND) of the owner Window + + + The password to authorize with + + + Text version of the certificate + + + Issuer value of the certificate + + + Text valid-until value of the certificate + + + Text valid-from value of the certificate + + + Fingerprint name of the certificate + + + Common name of the certificate + + + The username to authorize with + + + Default username; can be NULL + + + The password to authorize with + + + The username to authorize with + + + Default username; can be NULL + + + If realm is non-null, maybe use it in the prompt string + + + If MaySave is false, the auth system does not allow the credentials +to be saved (to disk). A prompt function shall not ask the user if the +credentials shall be saved if may_save is FALSE. For example, a GUI client +with a remember password checkbox would grey out the checkbox if may_save +is false + + + Deletes the externally cached credentials + Does /not/ delete in memory credentials. You should call ClearAuthenticationCache() to clear the in memory cache + + + Gets a boolean indicating whether the credentials were deleted since creating this instance + + + Gets the Uri part of the Realm string + + + Gets the realm of the cached item + + + Gets the type of the cached item + + + SharpSvn configuration loader exception + + + + SharpSvn SvnClient exception + + + + Gets the raw subversion error code casted to a + + + When not NULL, contains a String, Uri or SvnTarget, or an IEnumberable of one of these, +containing (some of) the targets of the command executed. This to help debugging issues from just +handling the exceptions + + + Gets the root cause of the exception; commonly the most + + + Gets the raw subversion error code casted to a + + + Gets the operating system error code when there is one +(Only valid if SvnErrorCategory returns ) + + + + Gets the operating system error code when there is one +(Only valid if SvnErrorCategory returns ) + + + + Gets the raw subversion error code + + + Raises the event. + + + Raises the event. + + + Raises the event. + + + Raises the event. + + + +Raised just before a command is executed. This allows a listener +to cleanup before a new command is started + + + + +Raised on progress. The event is first +raised on the object and +then on the + + + +Raised when a subversion exception occurs. +Set to true to cancel +throwing the exception + + + + +Raised to allow canceling operations. The event is first +raised on the object and +then on the + + + Gets the instance of this + + + Writes the content of specified file to a stream. (svn cat) + + + Writes the content of specified file to a stream. (svn cat) + + + Writes the content of specified file to a stream. (svn cat) + + + Writes the content of specified file to a stream. (svn cat) + Writes the content of specified file to a stream. (svn cat) + + + Streamingly retrieve the log messages for a set of revision(s). + + + Streamingly retrieve the log messages for a set of revision(s) + Streamingly retrieve the log messages for a set of revision(s). + + + Streamingly retrieve the log messages for a set of revision(s). + + + Resolves a dated or head revision to an actual revision number + + + Resolves a dated or head revision to an actual revision number + Resolves a dated or head revision to an actual revision number + + + Get the latest revision in the repository + + + Get the latest revision in the repository + Get the latest revision in the repository + + + Reparents the session to the specified Uri in the same repository + + + Reparents the session to the specified Uri + Reparents the session to the specified Uri in the same repository + + + Opens the session to the specified Uri + + + Opens the session to the specified Uri + Opens the session to the specified Uri + + + Initializes a new SvnRemoteSession instance and then a session to the specified url + + + Initializes a new SvnRemoteSession instance + + + This class gives access to the Subversion network protocol. Make sure all +passed paths use '/' as path separator. Refer to svn_ra.h for details about the +functions on this class, or use the more polished wrappers on the SvnClient class + + + + + +Raised to allow canceling operations. The event is first +raised on the object and +then on the + + + Gets the content of a path directly from a repository + + + Gets the content of a path directly from a repository + Gets the content of a path directly from a repository + + + Lists the content of a path directly from a repository + + + Lists the content of a path directly from a repository + Lists the content of a path directly from a repository + + + Writes the content of the specified path to a stream directly from a repository + + + Writes the content of the specified path to a stream directly from a repository + Writes the content of the specified path to a stream directly from a repository + + + Gets all properties on files or dirs (svn proplist) + + + Gets all properties on files or dirs (svn proplist) + Gets all properties on files or dirs (svn proplist) + + + Gets the property value of the specified path directly from a repository + + + Gets the property value of the specified path directly from a repository + + + Gets the property value of the specified path directly from a repository + + + Gets the property value of the specified path directly from a repository + Gets the property value of the specified path directly from a repository + + + Gets the specified revision property directly from the repository + + + Gets the specified revision property directly from the repository + + + Gets the specified revision property directly from the repository + + + Gets a revision property directly from a repository + Gets the specified revision property directly from the repository + + + Equivalent to svnlook changed + + + Gets the changed paths directly from a repository + Equivalent to svnlook changed + + + Equivalent to svnlook changed + + + Gets the changed paths directly from a repository + Equivalent to svnlook changed + + + Gets the change information (author, date, log, paths, etc.) of a change in a repository + + + Gets the change information of a change directly from a repository + Gets the change information (author, date, log, paths, etc.) of the last change in a repository + + + Gets the change information (author, date, log, paths, etc.) of a change in a repository + + + Gets the change information of a change directly from a repository + Gets the change information (author, date, log, paths, etc.) of the last change in a repository + + + Initializes a new instance with default properties + + + +Managed wrapper of some of the most common svnlook functions + + +At this time this class is a limited subset of svnlook functionality and +is experimental + + + + + Initializes a new SvnLookOrigin instance for a transaction in repositoryPath + + + Initializes a new SvnLookOrigin instance for a specific revision of repositoryPath + + + Initializes a new SvnLookOrigin + Initializes a new SvnLookOrigin instance for the head revision of repositoryPath + + + Container for the location to use with the commands + + + + Base Extended Parameter container of commands + + + + Restores a missing node + + + Restores a missing node + + + Copies a node to a different path + + + Copies a node to a different path + + + Moves a node to a different path + + + Moves a node to a different path + + + Gets the working copy version (svnversion) + + + Gets the working copy version (svnversion) + + + Gets a list of entries contained in the specified working copy path + Helper method used by AnkhSVN to detect nested working copies + Only the entry structures representing files and SVN_WC_ENTRY_THIS_DIR contain complete information. The entry +structures representing subdirs have only the `kind' and `state' fields filled in. If you want info on a subdir, you must use this +routine to open its @a path and read the @c SVN_WC_ENTRY_THIS_DIR structure, or call svn_wc_entry() on its @a path. + + + + Gets a list of entries contained in the specified working copy path + Helper method used by AnkhSVN to detect nested working copies + Only the entry structures representing files and SVN_WC_ENTRY_THIS_DIR contain complete information. The entry +structures representing subdirs have only the `kind' and `state' fields filled in. If you want info on a subdir, you must use this +routine to open its @a path and read the @c SVN_WC_ENTRY_THIS_DIR structure, or call svn_wc_entry() on its @a path. + + + + Enumerates through the list of entries contained in the specified working copy path + Only the entry structures representing files and SVN_WC_ENTRY_THIS_DIR contain complete information. The entry +structures representing subdirs have only the `kind' and `state' fields filled in. If you want info on a subdir, you must use this +routine to open its @a path and read the @c SVN_WC_ENTRY_THIS_DIR structure, or call svn_wc_entry() on its @a path. + + + + Enumerates through the list of entries contained in the specified working copy path + Only the entry structures representing files and SVN_WC_ENTRY_THIS_DIR contain complete information. The entry +structures representing subdirs have only the `kind' and `state' fields filled in. If you want info on a subdir, you must use this +routine to open its @a path and read the @c SVN_WC_ENTRY_THIS_DIR structure, or call svn_wc_entry() on its @a path. + + + + Gets the text file status of a working copy path + + + Gets the text file status of a working copy path + + + Raises the event. + + + Raises the event. + + + Raises the event. + + + Raises the event. + + + +Raised just before a command is executed. This allows a listener +to cleanup before a new command is started + + + + +Raised when a subversion exception occurs. +Set to true to cancel +throwing the exception + + + + +Raised on notifications. The event is first +raised on the object and +then on the + + + +Raised to allow canceling operations. The event is first +raised on the object and +then on the + + + +Raised to allow canceling operations. The event is first +raised on the object and +then on the + + + Makes a hot copy of a repository + Makes a hot copy of a repository + + + Set the property NAME on revision REVISION + + + Delete the property NAME on revision REVISION + + + Set the property NAME on revision REVISION + + + Set the property NAME on revision REVISION + + + Set the property NAME on revision REVISION + + + Set the property NAME on revision REVISION + Set the property NAME on revision REVISION + + + In-Place Upgrades a repository to a later version + + NOTE: This functionality is provided as a convenience for +administrators wishing to make use of new Subversion functionality +without a potentially costly full repository dump/load. As such, +the operation performs only the minimum amount of work needed to +accomplish this while maintaining the integrity of the repository. +It does *not* guarantee the most optimized repository state as a +dump and subsequent load would. + + + + In-Place Upgrades a repository to a later version + In-Place Upgrades a repository to a later version + + NOTE: This functionality is provided as a convenience for +administrators wishing to make use of new Subversion functionality +without a potentially costly full repository dump/load. As such, +the operation performs only the minimum amount of work needed to +accomplish this while maintaining the integrity of the repository. +It does *not* guarantee the most optimized repository state as a +dump and subsequent load would. + + + + Dumps a repository to a file (svnadmin dump) + + + Dumps a repository to a file (svnadmin dump) + Dumps a repository to a file (svnadmin dump) + + + Loads a repository from a file (svnadmin load) + + + Loads a repository from a file (svnadmin load) + Loads a repository from a file (svnadmin load) + + + Loads a repository from a file (svnadmin load) + + + Loads a repository from a file (svnadmin load) + Loads a repository from a file (svnadmin load) + + + Recovers the repository at the specified local path + + + Recovers the repository at the specified local path + + + Deletes the repository at the specified local path + + + Deletes the repository at the specified local path + + + Creates a default repository at the specified local path + + + Creates a default repository at the specified local path + + + Helper which allows splitting file:/// uri's in the repository root and the file within + + + Initializes a new instance with default properties + + + +Managed wrapper of some of the most common repository management functions. + + +At this time this class is just included to enable a standalone test framework +over the SvnClient api; without depending on external tools) + + + + + Raises the event + + + Raised to notify changes by an in-progress command + + + Raises the event + + + +Raised on conflict. The event is first +raised on the object and +then on the + + + Base class of all arguments which allow handling conflicts + + + + Gets a list of 'extra' revision properties to set on commit + + + Gets or sets the logmessage applied to the commit + + + Applies the and raises the event + + + Raised after a successfull commit + + + Raised just before committing to allow modifying the log message + + + Base class of all arguments which allow committing + + + + Adds an error category to the list of errors not to throw exceptions for + + + Adds error codes to the list of errors not to throw exceptions for + + + Adds an error code to the list of errors not to throw exceptions for + + + Adds error categories to the list of errors not to throw exceptions for + + + Adds an error category to the list of errors not to throw exceptions for + + + Adds error codes to the list of errors not to throw exceptions for + + + Adds an error code to the list of errors not to throw exceptions for + + + Gets a collection of warnings issued by the last command invocation + + + +Gets the last exception thrown by a Subversion api command to which this argument was provided + + + + +Gets or sets a boolean indicating whether the call must throw an error if the operation is canceled + is true and the returnvalue false if the operation was canceled. +(The property is set to the cancel exception). Defaults to true + + + + +Gets or sets a boolean indicating whether the call must throw an error if a non fatal error occurs. +(E.g. locking or updating an external failed). Defaults to false + + + + +Gets or sets a boolean indicating whether the call must throw an error if an error occurs. +If an exception would occur, the method returns false and the property +is set to the exception which would have been throw. Defaults to true. + + + + Gets the of the command + + + Called when handling a + + + Raises the event + + + Raises the event + + + Raises the event + + + Raised to notify errors from an command + + + Raised to notify changes by an in-progress command + + + Raised to notify of progress by an in-progress command + + + Raised to allow canceling an in-progress command + + + Base class of all arguments + + + + Gets all revision properties on a a specific revision (svn proplist --revision) + + + Gets all revision properties on a a specific revision (svn proplist --revision) + Gets all revision properties on a a specific revision (svn proplist --revision) + + + Gets the value of a revision property on files or dirs in a specific revision (svn propget --revision) + + + Gets the value of a revision property on files or dirs in a specific revision (svn propget --revision) + + + Gets the value of a revision property on files or dirs in a specific revision (svn propget --revision) + + + Gets the value of a revision property on files or dirs in a specific revision (svn propget --revision) + + + Deletes the value of a revision property on files, dirs in a specific revision(svn propdel --revision) + + + Deletes the value of a revision property on files, dirs in a specific revision(svn propdel --revision) + + + Sets the value of a revision property on files, dirs in a specific revision (svn propset --revision) + + + Sets the value of a revision property on files, dirs in a specific revision (svn propset --revision) + + + Sets the value of a revision property on files, dirs in a specific revision (svn propset --revision) + + + Sets the value of a revision property on files, dirs in a specific revision (svn propset --revision) + Sets the value of a revision property on files, dirs in a specific revision (svn propset --revision) + + + Gets the (relevant) working copy root of a path or null if the path doesn't have one + + + Gets the repository url and repository id for a url + + + Gets the Uuid of a Path, or if path is not versioned + true if successfull, otherwise false + + + Gets the Uuid of a Uri, or if path is not versioned + true if successfull, otherwise false + + + Gets the repository root from the specified path + The repository root or null if the uri is not a working copy path + SharpSvn makes sure the uri ends in a '/' + + + Gets the repository root from the specified uri or path + Gets the repository root from the specified uri + The repository root or null if the uri is not a repository uri + SharpSvn makes sure the uri ends in a '/' + + + Gets the repository Uri of a path, or null if path is not versioned + See also + + + Obtains the youngest valid revision for the repository + + + Applies a patch file to a directory + Applies a patch file to a directory + + + Replays the specified revisions on the specified target to the editory + + + Replays the specified revisions on the specified target to the editor + Replays the specified revisions on the specified target to the editor + + + Gets a list of versions of the specified file + This function allows access to the raw data used to create a Blame report + + + Gets a lists of versions of the specified file + Gets a list of versions of the specified file + This function allows access to the raw data used to create a Blame report + + + Lists the versions of the specified file + This function allows access to the raw data used to create a Blame report + + + Lists the versions of the specified file + Lists the versions of the specified file + This function allows access to the raw data used to create a Blame report + + + Checks whether the repository of the specified target has the specified capabilities + + + Checks whether the repository of the specified target has the specified capabilities + Checks whether the repository of the specified target has the specified capabilities + + + Retrieve the content of specified files or URLs with revision and author information per-line (svn blame) + + + Retrieve the content of specified files or URLs with revision and author information per-line (svn blame) + + + Streamingly retrieve the content of specified files or URLs with revision and author information per-line (svn blame) + + + Streamingly retrieve the content of specified files or URLs with revision and author information per-line (svn blame) + Streamingly retrieve the content of specified files or URLs with revision and author information per-line (svn blame) + + + Retrieves a list of previously merged revisions from the specified source + + + Retrieves a list of previously merged revisions from the specified source + + + Retrieves previously merged revisions from the specified source + + + Retrieves a list of previously merged revisions from the specified source + Retrieves previously merged revisions from the specified source + + + Retrieves a list of revisions of source that are available for merging + + + Retrieves a list of revisions of source that are available for merging + + + Retrieves revisions of source that are available for merging + + + Retrieves a list of revisions of source that are available for merging + Retrieves revisions of source that are available for merging + + + Gets the merges which are applied on the specified target + + + Gets the merges which are applied on the specified target (svn mergeinfo) + Gets the merges which are applied on the specified target + + + Gets a list of Uri's which might be valid merge sources + The list contains copy-from locations and previous merge locations + + + Gets a list of Uri's which might be valid merge sources (svn mergeinfo) + Gets a list of Uri's which might be valid merge sources + The list contains copy-from locations and previous merge locations + + + Gets the contents of the specified changelist below a specified directory (svn changelist) + + + Gets the contents of the specified changelist below a specified directory (svn changelist) + Gets the contents of the specified changelist below a specified directory (svn changelist) + + + Streamingly gets the contents of the specified changelist below a specified directory (svn changelist) + + + Streamingly gets the contents of the specified changelist below a specified directory (svn changelist) + Streamingly gets the contents of the specified changelist below a specified directory (svn changelist) + + + Deassociate the specified path(s) from the specified changelist (svn changelist) + + + Deassociate the specified path(s) from the specified changelist (svn changelist) + + + Deassociate the specified path(s) from the specified changelist (svn changelist) + + + Deassociate the specified path(s) from the specified changelist (svn changelist) + Deassociate the specified path(s) from the specified changelist (svn changelist) + + + Associate the specified path(s) with the specified changelist (svn changelist) + + + Associate the specified path(s) with the specified changelist (svn changelist) + + + Associate the specified path(s) with the specified changelist (svn changelist) + + + Associate the specified path(s) with the specified changelist (svn changelist) + Associate the specified path(s) with the specified changelist (svn changelist) + + + Streamingly retrieves the differences between two revisions or paths (svn diff --summarize) + Subversion limitation: Currently only works over Uri targets + + + Retrieves the differences between two revisions or paths (svn diff --summarize) + Streamingly retrieves the differences between two revisions or paths (svn diff --summarize) + Subversion limitation: Currently only works over Uri targets + + + Streamingly retrieves the differences between two revisions or paths (svn diff --summarize) + Subversion limitation: Currently only works over Uri targets + + + Streamingly retrieves the differences between two revisions or paths (svn diff --summarize) + Streamingly retrieves the differences between two revisions or paths (svn diff --summarize) + Subversion limitation: Currently only works over Uri targets + + + Retrieves the differences between two revisions or paths (svn diff) + + + Retrieves the differences between two revisions or paths (svn diff) + + + Retrieves the differences between two revisions or paths (svn diff) + + + Retrieves the differences between two revisions or paths (svn diff) + Retrieves the differences between two revisions or paths (svn diff) + + + Perform a reintegration merge of source into targetPath + + + Perform a reintegration merge of source into targetPath + Perform a reintegration merge of source into targetPath + + + Merges the changes in the specified revisions from source to targetPath (svn merge) + + + Merges the changes in the specified revisions from source to targetPath (svn merge) + + + Merges the changes in the specified revisions from source to targetPath (svn merge) + + + Merges the changes in the specified revisions from source to targetPath (svn merge) + Merges the changes in the specified revisions from source to targetPath (svn merge) + + + +Merges the changes from to into + + + Merges the differences between two sources to a working copy path (svn merge) + +Merges the changes from to into + + + Gets all revision properties on a a specific revision (svn proplist --revision) + + + Gets all revision properties on a a specific revision (svn proplist --revision) + Gets all revision properties on a a specific revision (svn proplist --revision) + + + Gets the value of a revision property on files or dirs in a specific revision (svn propget --revision) + + + Gets the value of a revision property on files or dirs in a specific revision (svn propget --revision) + + + Gets the value of a revision property on files or dirs in a specific revision (svn propget --revision) + + + Gets the value of a revision property on files or dirs in a specific revision (svn propget --revision) + Gets the value of a revision property on files or dirs in a specific revision (svn propget --revision) + + + Deletes the value of a revision property on files, dirs in a specific revision(svn propdel --revision) + + + Deletes the value of a revision property on files, dirs in a specific revision(svn propdel --revision) + Deletes the value of a revision property on files, dirs in a specific revision(svn propdel --revision) + + + Sets the value of a revision property on files, dirs in a specific revision (svn propset --revision) + + + Sets the value of a revision property on files, dirs in a specific revision (svn propset --revision) + + + Sets the value of a revision property on files, dirs in a specific revision (svn propset --revision) + + + Sets the value of a revision property on files, dirs in a specific revision (svn propset --revision) + Sets the value of a revision property on files, dirs in a specific revision (svn propset --revision) + + + Gets all properties on files or dirs (svn proplist) + + + Gets all properties on files or dirs (svn proplist) + Gets all properties on files or dirs (svn proplist) + + + Streamingly lists all properties on files or dirs (svn proplist) + + + Streamingly lists all properties on files or dirs (svn proplist) + Streamingly lists all properties on files or dirs (svn proplist) + + + Tries to get a property from the specified path (svn propget) + Eats all (non-argument) exceptions + True if the property is fetched, otherwise false + Equivalent to GetProperty with 's ThrowOnError set to false + + + Sets the specified property on the specfied path to value + Use to remove an existing property + + + Gets the specified property from the specfied path + true if property is set, otherwise false + path is not a valid workingcopy path + + + Retrieves the value of a property on files, dirs, or revisions (svn propget) + Gets the specified property from the specfied path + true if property is set, otherwise false + path is not a valid workingcopy path + + + Removes the specified property from the specfied path + + + Removes the specified property from the specfied path + + + Sets the specified property on the specfied path to value + Use to remove an existing property + + + Sets the specified property on the specfied path to value + Use to remove an existing property + + + Sets the specified property on the specfied path to value + Use to remove an existing property + + + Set the value of a property on files, dirs (svn propset) + Sets the specified property on the specfied path to value + Use to remove an existing property + + + Removes the specified property from the specfied path + + + Removes the specified property from the specfied path + + + Removes the specified property from the specfied path + + + Deletes a property from files, dirs (svn propdel) + Removes the specified property from the specfied path + + + Sets the specified property on the specfied path to value + Use to remove an existing property + + + Sets the specified property on the specfied path to value + Use to remove an existing property + + + Sets the specified property on the specfied path to value + Use to remove an existing property + + + Set the value of a property on files, dirs (svn propset) + Sets the specified property on the specfied path to value + Use to remove an existing property + + + Sets the specified property on the specfied path to value + Use to remove an existing property + + + Sets the specified property on the specfied path to value + Use to remove an existing property + + + Sets the specified property on the specfied path to value + Use to remove an existing property + + + Set the value of a property on files, dirs (svn propset) + Sets the specified property on the specfied path to value + Use to remove an existing property + + + UnlockURLs (svn unlock) + + + UnlockURLs (svn unlock) + + + UnlockURLs (svn unlock) + + + UnlockURLs (svn unlock) + UnlockURLs (svn unlock) + + + Unlock working copy paths (svn unlock) + + + Unlock working copy paths (svn unlock) + + + Unlock working copy paths (svn unlock) + + + Unlock working copy paths (svn unlock) + Unlock working copy paths (svn unlock) + + + LockURLs in the repository, so that no other user can commit changes to them (svn lock) + + + LockURLs in the repository, so that no other user can commit changes to them (svn lock) + + + LockURLs in the repository, so that no other user can commit changes to them (svn lock) + + + LockURLs in the repository, so that no other user can commit changes to them (svn lock) + LockURLs in the repository, so that no other user can commit changes to them (svn lock) + + + Lock working copy paths in the repository, so that no other user can commit changes to them (svn lock) + + + Lock working copy paths in the repository, so that no other user can commit changes to them (svn lock) + + + Lock working copy paths in the repository, so that no other user can commit changes to them (svn lock) + + + Lock working copy paths in the repository, so that no other user can commit changes to them (svn lock) + Lock working copy paths in the repository, so that no other user can commit changes to them (svn lock) + + + Move and/or rename something in repository, remembering history (svn move) + + + Move and/or rename something in repository, remembering history (svn move) + + + Move and/or rename something in repository, remembering history (svn move) + + + Move and/or rename something in repository, remembering history (svn move) + + + Move and/or rename something in repository, remembering history (svn move) + + + Move and/or rename something in repository, remembering history (svn move) + + + Move and/or rename something in repository, remembering history (svn move) + + + Move and/or rename something in repository, remembering history (svn move) + Move and/or rename something in repository, remembering history (svn move) + + + Move and/or rename something in working copy, remembering history (svn move) + + + Move and/or rename something in working copy, remembering history (svn move) + + + Move and/or rename something in working copy, remembering history (svn move) + + + Move and/or rename something in working copy, remembering history (svn move) + Move and/or rename something in working copy, remembering history (svn move) + + + Duplicate something in repository, remembering history (svn copy) + Can be called with either a list of , or . +All members must be of the same type. + + + Duplicate something in repository, remembering history (svn copy) + + + Duplicate something in repository, remembering history (svn copy) + Can be called with either a list of , or . +All members must be of the same type. + + + Duplicate something in repository, remembering history (svn copy) + + + Duplicate something in repository, remembering history (svn copy) + Can be called with either a list of , or . +All members must be of the same type. + + + Duplicate something in repository, remembering history (svn copy) + + + Duplicate something in repository, remembering history (svn copy) + Can be called with either a list of , or . +All members must be of the same type. + + + Duplicate something in repository, remembering history (svn copy) + + + Duplicate something in working copy, remembering history (svn copy) + Can be called with either a list of , or . +All members must be of the same type. + + + Duplicate something in working copy, remembering history (svn copy) + Can be called with either a list of , or . +All members must be of the same type. + + + Duplicate something in working copy, remembering history (svn copy) + Can be called with either a list of , or . +All members must be of the same type. + + + Duplicate something in working copy, remembering history (svn copy) + Duplicate something in working copy, remembering history (svn copy) + + + Recursively upgrades a working copy.(svn upgrade) + true if the operation succeeded; false if it did not + Operation failed and args.ThrowOnError = true + Parameters invalid + + + Recursively upgrades a working copy.(svn upgrade) + Recursively upgrades a working copy.(svn upgrade) + true if the operation succeeded; false if it did not + Operation failed + Parameters invalid + + + Vacuums the specified path + true if the operation succeeded; false if it did not + Operation failed and args.ThrowOnError = true + Parameters invalid + + + Vacuums the working copy (via svn cleanup) + Vacuums the specified path + Operation failed + Parameters invalid + + + Cleans up the specified path, removing all workingcopy locks left behind by crashed clients + true if the operation succeeded; false if it did not + Operation failed and args.ThrowOnError = true + Parameters invalid + + + Recursively clean up the working copy, removing locks, resuming unfinished operations, etc.(svn cleanup) + Cleans up the specified path, removing all workingcopy locks left behind by crashed clients + Operation failed + Parameters invalid + + + Remove 'conflicted' state on a working copy file or directory using the specified choice + + + Remove 'conflicted' state on a working copy file or directory using the specified choice + + + Remove 'conflicted' state on a working copy file or directory using the specified choice + Remove 'conflicted' state on a working copy file or directory using the specified choice + Calls with SvnAccept.Merged + + + Restore pristine working copy file (undo most local edits) (svn revert) + + + Restore pristine working copy file (undo most local edits) (svn revert) + + + Restore pristine working copy file (undo most local edits) (svn revert) + + + Restore pristine working copy file (undo most local edits) (svn revert) + Restore pristine working copy file (undo most local edits) (svn revert) + + + Send changes from your working copy to the repository (svn commit) + + + Send changes from your working copy to the repository (svn commit) + + + Send changes from your working copy to the repository (svn commit) + + + Send changes from your working copy to the repository (svn commit) + + + Send changes from your working copy to the repository (svn commit) + + + Send changes from your working copy to the repository (svn commit) + + + Send changes from your working copy to the repository (svn commit) + + + Send changes from your working copy to the repository (svn commit) + Send changes from your working copy to the repository (svn commit) + + + Importing as the subversion api does; without creating a working directory + + + Importing as the subversion api does; without creating a working directory + + + Importing as the subversion api does; without creating a working directory + + + Commit an unversioned file or tree into the repository (svn import) + Importing as the subversion api does; without creating a working directory + + + Performs a working copy import to the specified Uri, +by importing the root remotely, checking that out and then adding the files locally + Implemented as an Add follwed by an obstructed checkout + + + Performs a working copy import to the specified Uri, +by importing the root remotely, checking that out and then adding the files locally + Implemented as an Add follwed by an obstructed checkout + + + Performs a working copy import to the specified Uri, +by importing the root remotely, checking that out and then adding the files locally + Implemented as an Add follwed by an obstructed checkout + + + Commit an unversioned file or tree into the repository (svn import followed by svn checkout) + Performs a working copy import to the specified Uri, +by importing the root remotely, checking that out and then adding the files locally + Implemented as an Add follwed by an obstructed checkout + + + Remove files and directories from version control at the repository (svn delete|remove) + + + Remove files and directories from version control at the repository (svn delete|remove) + + + Remove files and directories from version control at the repository (svn delete|remove) + + + Remove files and directories from version control at the repository (svn delete|remove) + + + Remove files and directories from version control at the repository (svn delete|remove) + + + Remove files and directories from version control at the repository (svn delete|remove) + Remove files and directories from version control at the repository (svn delete|remove) + + + Remove files and directories from version control, scheduling (svn delete|remove) + + + Remove files and directories from version control, scheduling (svn delete|remove) + + + Remove files and directories from version control, scheduling (svn delete|remove) + + + Remove files and directories from version control, scheduling (svn delete|remove) + Remove files and directories from version control, scheduling (svn delete|remove) + + + Create a new directory under version control at the repository (svn mkdir) + + + Create a new directory under version control at the repository (svn mkdir) + + + Create a new directory under version control at the repository (svn mkdir) + + + Create a new directory under version control at the repository (svn mkdir) + + + Create a new directory under version control at the repository (svn mkdir) + Create a new directory under version control at the repository (svn mkdir) + + + Create a new directory under version control, scheduling (svn mkdir) + + + Create a new directory under version control, scheduling (svn mkdir) + + + Create a new directory under version control, scheduling (svn mkdir) + + + Create a new directory under version control, scheduling (svn mkdir) + Create a new directory under version control, scheduling (svn mkdir) + + + Gets information about the specified target + + + Gets information about the specified target + + + Gets information about the specified target + + + Streamingly retrieves information about a local or remote item (svn info) + Gets information about the specified target + + + Streamingly lists directory entries in the repository. (svn list) + + + Gets a list of directory entries in the repository. (svn list) + Streamingly lists directory entries in the repository. (svn list) + + + Streamingly lists directory entries in the repository. (svn list) + + + Streamingly lists directory entries in the repository. (svn list) + Streamingly lists directory entries in the repository. (svn list) + + + Writes the content of specified files or URLs to a stream. (svn cat) + + + Writes the content of specified files or URLs to a stream. (svn cat) + + + Writes the content of specified files or URLs to a stream. (svn cat) + + + Writes the content of specified files or URLs to a stream. (svn cat) + Writes the content of specified files or URLs to a stream. (svn cat) + + + Gets log messages of the specified target + + + Gets log messages of the specified target + + + Gets log messages of the specified target + + + Gets log messages of the specified target + + + Gets log messages of the specified target + + + Retrieve the log messages for a set of revision(s) and/or file(s). (svn log) + Gets log messages of the specified target + + + Gets log messages of the specified target path + + + Gets log messages of the specified target path + + + Gets log messages of the specified target + A pegrevision applied on the target overrides one set on the args object + + + Gets log messages of the specified target + + + Gets log messages of the specified target + + + Streamingly retrieve the log messages for a set of revision(s) and/or file(s). (svn log) + Gets log messages of the specified target + + + Gets a list of status data for the specified path + + + Recursively gets a list of 'interesting' status data for the specified path + + + Gets status data for the specified path + + + Retrieve the status of working copy files and directories (svn status) + Recursively gets 'interesting' status data for the specified path + + + Adds the specified path + true if the operation succeeded; false if it did not + Operation failed and args.ThrowOnError = true + Parameters invalid + + + Adds the specified path + Operation failed + Parameters invalid + + + Put files and directories under version control, scheduling them for addition to repository. +They will be added in next commit(svn add) + Recursively adds the specified path + Operation failed + Parameters invalid + + + Update the working copy to a different repository (svn switch --relocate) + + + Update the working copy to a different repository (svn switch --relocate) + Update the working copy to a different repository (svn switch --relocate) + + + Switches a path recursively to the specified target + Operation failed + Parameters invalid + + + Switches a path recursively to the specified target + Operation failed + Parameters invalid + + + Switches a path recursively to the specified target + Operation failed + Parameters invalid + + + Update the working copy to a different URL (svn switch) + Switches a path recursively to the specified target + Operation failed + Parameters invalid + + + Exports the specified target to the specified path + Subversion optimizes this call if you specify a workingcopy file instead of an url + + + Exports the specified target to the specified path + Subversion optimizes this call if you specify a workingcopy file instead of an url + + + Recursively exports the specified target to the specified path + Subversion optimizes this call if you specify a workingcopy file instead of an url + + + Create an unversioned copy of a tree (svn export) + Recursively exports the specified target to the specified path + Subversion optimizes this call if you specify a workingcopy file instead of an url + + + Updates the specified paths to the specified revision + Operation failed and args.ThrowOnError = true + Parameters invalid + true if the operation succeeded; false if it did not + + + Updates the specified paths to the specified revision + Operation failed and args.ThrowOnError = true + Parameters invalid + true if the operation succeeded; false if it did not + + + Recursively updates the specified paths to the latest (HEAD) revision + Operation failed + Parameters invalid + + + Recursively updates the specified paths to the latest (HEAD) revision + Operation failed + Parameters invalid + + + Recursively updates the specified path to the latest (HEAD) revision + Operation failed and args.ThrowOnError = true + Parameters invalid + + + Recursively updates the specified path + Operation failed and args.ThrowOnError = true + Parameters invalid + + + Recursively updates the specified path to the latest (HEAD) revision + Operation failed and args.ThrowOnError = true + Parameters invalid + + + Bring changes from the repository into the working copy (svn update) + Recursively updates the specified path to the latest (HEAD) revision + Operation failed + Parameters invalid + + + Performs a checkout of to to the specified param + Operation failed and args.ThrowOnError = true + Parameters invalid + true if the operation succeeded; false if it did not + + + Performs a checkout of to to the specified param + Operation failed and args.ThrowOnError = true + Parameters invalid + true if the operation succeeded; false if it did not + + + Performs a recursive checkout of to + Operation failed + Parameters invalid + + + Check out a working copy from a repository. (svn checkout) + Performs a recursive checkout of to + Operation failed + Parameters invalid + + + Raises the event. + + + Raises the event. + + + Raises the event. + + + Raises the event. + + + Raises the event. + + + Raises the event. + + + Raises the event. + + + Raises the event. + + + +Raised just before a command is executed. This allows a listener +to cleanup before a new command is started + + + + +Raised when a subversion exception occurs. +Set to true to cancel +throwing the exception + + + + +Raised on conflict. The event is first +raised on the object and +then on the + + + +Raised on progress. The event is first +raised on the object and +then on the + + + +Raised on progress. The event is first +raised on the object and +then on the + + + +Raised on notifications. The event is first +raised on the object and +then on the + + + +Raised on progress. The event is first +raised on the object and +then on the + + + +Raised to allow canceling operations. The event is first +raised on the object and +then on the + + + Gets the instance of this + + + +Gets the name of the subversion administrative directories. Most commonly ".svn" + + +An internal implementation of a setter is available on this property. Users should read +the subversion implementation of svn_wc_set_adm_dir before invoking the setter of this property +via reflection + + + + Enables the subversion localization engine. (Costs +- 400 KByte ram/language used and slows error handling within the subversion engine) + By default the subversion layer uses english messages for everything. After this method is called all messages are routed via +the managed resource handler + + + Adds the specified client name to web requests' UserAgent string + The name is filtered to be unique and conformant for the webrequest. Clients should use only alphanumerical ascii characters + + + Gets the version of the SharpSvn library + + + Gets the version number of SharpSvn's encapsulated subversion library + + + Initializes a new instance with default properties + + + Subversion client instance; main entrance to the Subversion Client api + + + + Gets the the applies to; +null if it applies to a revision property + + + While the configuration isn't used yet, allows overriding specific configuration options + + + Gets the subversion global ignore pattern as specified in the configuration + + + Gets or sets a value indicating whether the 'preserved-conflict-file-exts' should be forced to '*' + + + Gets or sets a boolean indicating whether to always use the subversion integrated diff library +instead of the user configured diff tools + The default value of this property is true; to allow parsing the output of the diff library + true if subversions internal diff must be used, otherwise false + + + This property used to get a boolean indicating whether to enable the SharpPlink handler when no +other valid handler for svn+ssh:// was registered. It is now mapped to 's disabled option + + + Gets or sets a boolean indicating whether to load the svn mimetypes file when calling Add or Import the first time + The default value of this property is true; this matches the behaviour of the svn commandline client + true if loading the mimetypes file on the initial import, otherwise false + + + Gets or sets a boolean indicating whether commits will fail if no log message is provided + The default value of this property is true + + + Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use + After this method is called all properties are either stored managed, or are no longer readable + + + Retrieve StartRevision-EndRevision as a + + + Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use + After this method is called all properties are either stored managed, or are no longer readable + + + Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use + After this method is called all properties are either stored managed, or are no longer readable + + + Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use + After this method is called all properties are either stored managed, or are no longer readable + + + Gets the nesting level of the logs via merges + + + Set to true when the following items are merged-child items of this item. + + + Serves as a hashcode for the specified type + + + Gets or sets a boolean indicating whether this file should be filtered from the patch handling + + + Path to a temporary file containing the result of the patch + + + Path to a temporary file containing the rejected hunks of the patch + + + The path to the node as stored in the patch file, normalized to Windows style + + + The path to the node as stored in the patch file, kept in Subversion canonical format + + + Gets the file contents of the current version as readable stream (Only valid in EventHandler) + Not in the EventHandler + The stream will be closed when the eventhandler returns. It is not seekabel but you can reset the stream to position 0 + + + Gets the file contents of the current version as readable stream (Only valid in EventHandler) + Not in the EventHandler + The stream will be closed when the eventhandler returns. It is not seekabel but you can reset the stream to position 0 + + + Write the file contents to the specified file/stream (Only valid in EventHandler) + Not in the EventHandler + + + Write the file contents to the specified file/stream (Only valid in EventHandler) + Not in the EventHandler + + + Write the file contents to the specified file/stream (Only valid in EventHandler) + Not in the EventHandler + + + Write the file contents to the specified file/stream (Only valid in EventHandler) + Write the file contents to the specified file/stream (Only valid in EventHandler) + Not in the EventHandler + + + Serves as a hashcode for the specified type + + + Gets the revision the change is based on + + + Serves as a hashcode for the specified type + + + Gets the raw property status of the node when available + + + Gets the raw content status of the node when available + + + Gets the tree conflict data of this node or null if this node doesn't have a tree conflict + + + The length of the file currently in the working copy, matching the name of this node. -1 if there is no such file. + + + Gets an object containing detailed workingcopy information of this node + + + Out of Date: Gets the node kind of the OutOfDate commit + + + Out of Date: Gets the author of the OutOfDate commit + + + Out of Date: Last commit date of the item + + + Out of Date: Last commit version of the item + + + Gets the out of date status of the item; if true the RemoteUpdate* properties are set + + + Gets a boolean indicating whether the node is a file external + + + Gets a boolean indicating whether the file is switched in the working copy + + + Gets the repository id as String + + + Gets the repository id as Guid + + + Gets a boolean indicating whether the file is copied in the working copy + A file or directory can be 'copied' if it's scheduled for addition-with-history +(or part of a subtree that is scheduled as such.). + + + Gets a boolean indicating whether the workingcopy is locked + + + Gets a boolean indicating whether the workingcopy is locked + + + Property status in working copy + + + The status of the text/content of the node + + + Content status in working copy + + + The node status (combination of restructuring operations, text and property status. + + + The path returned by the subversion api + + + The full path the notification is about, as translated via + See also . + + + Gets the recorded node type of this node + + + Serves as a hashcode for the specified type + + + The entry is a intra-repository file external and this is the +repository root relative path to the file specified in the +externals definition, otherwise NULL if the entry is not a file +external. + + + Gets a boolean indicating whether the node is in a copied state +(possibly because the entry is a child of a path that is +scheduled for addition or replacement when the entry itself is +normal + + + Gets the node scheduling (add, delete, replace) + + + Gets the node kind + + + Gets the repository id as String + + + Gets the repository id as Guid + + + The repository Uri including a final '/' + + + Url in repository, including final '/' if the entry specifies a directory + + + Base revision + + + The entries name + + + Serves as a hashcode for the specified type + + + Serves as a hashcode for the specified type + + + Serves as a hashcode for the specified type + + + Gets the merge source passed to the SvnClient call + + + Gets the specified SourceUri or null if the source was a local path + + + Gets the merge source passed to the SvnClient call + + + Gets the specified SourceUri or null if the source was a local path + + + Gets a list of applied merges + + + ConsiderInheritance is ignored at this time + + + ConsiderInheritance is ignored at this time + + + Initializes a new instance of the class with the values from the specified collection + + + Initializes a new instance of the class with default properties + + + Serves as a hashcode for the specified type + + + Creates a SvnRevision from {revision-1:revision} + + + Gets the nesting level of the logs via merges + + + Set to true when the following items are merged-child items of this item. + + + Gets the log origin SharpSvn used for retrieving the log + + + Serves as a hashcode for the specified type + + + MergeInfo only: Subtractive merge + + + MergeInfo only: Not inheritable + + + Gets the list of custom properties retrieved with the log + Properties must be listed in SvnLogArgs.RetrieveProperties to be available here + + + Serves as a hashcode for the specified type + + + Gets a boolean indicating whether the versioned properties of a node are modified in this revision. (Value only available for 1.7+ servers) + + + Gets a boolean indicating whether the content of a node is modified in this revision. (Value only available for 1.7+ servers) + + + Gets the node kind of the changed path (Only available when committed to a 1.6+ repository) + + + Gets the relative uri of the path inside the repository + Does not include an initial '/'. Ends with a '/' if is . + + + Gets the path inside rooted at the repository root (including initial '/') + + + Serves as a hashcode for the specified type + + + Gets the information specified in RetrieveEntries on the args object + + + Gets lock information if RetrieveLocks is set on the args object + + + When retrieving a listing using an Uri target: contains the uri from which Path is relative + The Base Uri or null when the repository root is not available + + + When retrieving a listing using an Uri target: contains the repository root + The Repository root or null when the repository root is not available + + + Gets the filename of the item + + + Gets the origin path of the item + + + Gets the path of the item + + + Serves as a hashcode for the specified type + + + Gets the author of the last revision of this file + + + Gets the time of the last change + + + Gets the last revision in which this node changed + + + Gets a boolean indicating whether this node has svn properties + + + Gets the length of the file text or 0 for directories + + + Serves as a hashcode for the specified type + + + The SHA1 checksum of the file. (Used to return a MD5 checksom in Subversion <= 1.6) + + + Gets a boolean indicating whether working copy information is available in this instance + + + Gets information about the current lock on node + + + Gets the author of the last revision in which node (or one of its descendants) changed + + + Gets the timestamp of the last revision in which node (or one of its descendants) changed + + + Gets the last revision in which node (or one of its descendants) changed + + + Gets the repository uuid or null if not available + + + Gets the uuid of the repository (if available). Otherwise Guid.Empty + + + Gets the repository root Uri; ending in a '/' + The unmanaged api does not add the '/' at the end, but this makes using hard + + + Gets the node kind of the specified node + + + Gets the queried revision + + + Gets the full Uri of the node + + + The path the notification is about, translated via + The property contains the path in normalized format; while returns the exact path from the subversion api + + + Gets the path of the file. The local path if requisting WORKING version, otherwise the name of the file +at the specified version + + + Serves as a hashcode for the specified type + + + Serves as a hashcode for the specified type + + + Gets the list of custom properties retrieved with the log + Properties must be listed in SvnLogArgs.RetrieveProperties to be available here + + + Gets the list of custom properties retrieved with the log + Properties must be listed in SvnLogArgs.RetrieveProperties to be available here + + + Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use + After this method is called all properties are either stored managed, or are no longer readable + + + Serves as a hashcode for the specified type + + + If action is svn_wc_notify_blame_revision, contains a list of revision properties for the specified revision + + + If action relates to properties, specifies the name of the property. + + + When @c action is @c svn_wc_notify_merge_begin, and both the left and right sides +of the merge are from the same URL. In all other cases, it is NULL + + + When action is svn_wc_notify_changelist_add or name. In all other +cases, it is NULL + + + Points to the lock structure received from the repository when +action is @c svn_wc_notify_locked. For other actions, it is +NULL. + + + The base revision before updating + + + When action is svn_wc_notify_update_completed, target revision +of the update, or @c SVN_INVALID_REVNUM if not available; when action is +c svn_wc_notify_blame_revision, processed revision. In all other cases, +it is @c SVN_INVALID_REVNUM. + + + Reflects the addition or removal of a lock token in the working copy. + + + The type of notification that is occurring about node properties. + + + The type of notification that is occurring about node content. + + + Points to an error describing the reason for the failure when +action is one of the following: @c svn_wc_notify_failed_lock, svn_wc_notify_failed_unlock, +svn_wc_notify_failed_external. Is @c NULL otherwise. + + + If MimeType is not null, a boolean indicating whether this mime type is interpreted as binary + + + If non-NULL, indicates the mime-type of @c path. It is always @c NULL for directories. + + + Node kind of path/url + + + Action that describes what happened to path/url + + + Gets the commandtype of the command responsible for calling the notify + + + Gets a boolean indicating whether the path is a Uri + + + The path the notification is about, translated via + The property contains the path in normalized format; while returns the exact path from the subversion api + + + Gets the (relative or absolute uri) Uri the notification is about + + + The path the notification is about + The property contains the path in normalized format; while returns the exact path from the subversion api + + + Serves as a hashcode for the specified type + + + Gets a boolean indicating whether the Comment was generated by a Generic WebDav client + + + The path the notification is about, translated via + The property contains the path in normalized format; while returns the exact path from the subversion api + + + + + + + + + + + + + + + + + + Gets the operation creating the tree conflict + + + Gets the of + + + Gets the revision of + + + Gets the relative uri of the path inside the repository + Does not include an initial '/'. Ends with a '/' if is . + + + Serves as a hashcode for the specified type + + + Serves as a hashcode for the specified type + + + error message from post-commit hook, or NULL + + + Serves as a hashcode for the specified type + + + Gets the SvnTarget as string + + + Gets the target name in normalized format + + + Gets the operational revision + + + (Optional) The node kind of + + + (Required) The repository root of + + + The target specified + + + (Required) The Uri of . Only differs from target if +specifies a + + + Generic encapsulation of a specific revision of a node in subversion + + + + Gets a boolean whether the revision specifies an explicit repository revision + Explicit: Is set, doesn't require a workingcopy and is repository wide applyable + + + Gets a boolean indicating whether the revisionnumber requires a workingcopy to make any sense + + + Serves as a hashcode for the specified type + + + Gets the instance managing authentication on behalf of this client + + + Gets the path to SharpSvn's plink. The path is encoded to be safe for subversion configuration settings + + + Initializes a default configuration. Avoids loading a configuration at a later time + + + Merges configuration from the specified path into the existing configuration + + + Loads the standard subversion configuration and ensures the subversion config dir by creating default files + + + Loads the subversion configuration from the specified path and optionally ensures the path is a subversion config dir by creating default files + + + Loads the subversion configuration from the specified path + + + Subversion Client Context wrapper; base class of objects using client context + + + + Like ForceInternal, but checks TortoiseSVN config first + + + Like ForceSharpPlink, but checks TortoiseSVN config first + + + Use SharpPlink + + + Use internal SSH client (currently based on LibSSH2) + + + Disable all SSH support. Fall back to Subversion config + + + Automatic handling: Similar to ForceInternalAfterConfig + + + Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use + After this method is called all properties are either stored managed, or are no longer readable + + + Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use + After this method is called all properties values are stored in managed code + + + Long path capable version of + + + Invoke TrySplitCommandLine with as expander + + + Gets the normalized directory name of path (Long path enabled version of , always returning full paths) + Directory information for path, or null if path denotes a root directory or is null. Returns String.Empty if path does not contain directory information. + + + Gets the filename of the specified target + + + +Converts a local relative path to a valid relative Uri + + + + Gets a file:// style uri for the specified local path + + + +Converts a string from a Uri path to a local path name; unescaping when necessary + + + + +Appends the specified path suffix to the given Uri + + + + +Checks whether the specified path is an absolute path that doesn't end in an unneeded '\' + + + + +Normalizes the Uri to a full absolute Uri + + + + +Checks whether normalization is required + + This method does not verify the casing of invariant parts + + + +Normalizes the path to a full path + + This normalizes drive letters to upper case and hostnames to lowercase to match Subversion 1.6 behavior + + + Gets a boolean indicating whether at least one of the +parent paths or the path (file/directory) itself is a working copy. + + + + Gets a boolean indicating whether the path could contain a Subversion Working Copy + Assumes path is a directory + + + Gets the pathname exactly like it is on disk + + + Gets the absolute pathname exactly like it is on disk (fixing casing). +For not existing paths, if bestEffort is TRUE, returns a path based on existing parents. Otherwise return NULL for not existing paths + + + Gets the absolute pathname exactly like it is on disk (fixing casing); returns NULL for non existing paths + + + Gets the repository Uri of a path, or null if path is not versioned + + + Generated mapping from libssh2.h + + + + Generated mapping from apr_errno.h + + + + System error EDEADLOCK + + + System error ENOSYS + + + System error ENOLCK + + + System error EDEADLK + + + System error EDOM + + + System error EMLINK + + + System error EROFS + + + System error EFBIG + + + System error ENOTTY + + + System error EISDIR + + + System error ENODEV + + + System error EFAULT + + + System error ECHILD + + + System error ENOEXEC + + + System error E2BIG + + + System error ENXIO + + + System error EIO + + + System error ESRCH + + + System error EPERM + + + The given lock was busy. + + + Two passwords do not match. + + + The APR function has not been implemented on this + + + Ininitalizer value. If no option has been found, but + + + APR is using a shared key as the key to the shared memory + + + APR is using a file name as the key to the shared memory + + + APR is using anonymous shared memory + + + APR was unable to find the socket in the poll structure + + + APR has encountered the end of the file + + + Getopt found an option that is missing an argument + + + Getopt found an option not in the option string + + + The operation was incomplete although some processing + + + The operation did not finish before the timeout + + + The child has not finished executing + + + The child has finished executing + + + The thread is not detached + + + The thread is detached + + + Program is currently executing in the parent + + + Program is currently executing in the child + + + APR_ENOTENOUGHENTROPY Not enough entropy to continue + + + The given process wasn't recognized by APR + + + APR_ESYMNOTFOUND Could not find the requested symbol + + + The given path was above the root path. + + + The given path was neither relative nor absolute. + + + The given path was relative. + + + The given path was absolute. + + + APR was unable to open the dso object. For more + + + The specified netmask is invalid + + + The specified IP address is invalid + + + There is no more shared memory available + + + General failure (specific information not available) + + + APR was not given a thread key structure + + + APR was not given a thread structure + + + APR was not given a socket + + + APR was not given a poll structure + + + APR was not given a lock structure + + + APR was not given a directory structure + + + APR was not given a time structure + + + APR was not given a process structure + + + APR was given an invalid socket + + + APR was given an invalid date + + + APR was not provided a pool with which to allocate memory + + + APR was unable to perform a stat on the file + + + APR_OS_START_SYSERR folds platform-specific system error values into + + + APR_OS_START_EAIERR folds EAI_ error codes from getaddrinfo() into + + + APR_OS_START_CANONERR is where APR versions of errno values are defined + + + APR_OS_START_USEERR is obsolete, defined for compatibility only. + + + APR_OS_START_USERERR are reserved for applications that use APR that + + + APR_UTIL_START_STATUS is where APR-Util starts defining its + + + APR_OS_START_STATUS is where the APR specific status codes start. + + + APR_UTIL_ERRSPACE_SIZE is the size of the space that is reserved for + + + APR_OS_ERRSPACE_SIZE is the maximum number of errors you can fit + + + APR_OS_START_ERROR is where the APR specific error values start. + + + Generated mapping from winerror.h + + + + +The request will be completed later by NDIS status indication. + + + + +The wireless local area network interface is power down and doesn't support the requested operation. + + + + +The wireless local area network interface is busy and can not perform the requested operation. + + + + +The wireless local area network interface is in auto configuration mode and doesn't support the requested parameter change operation. + + + + +The miniport adapter is in low power state. + + + + +The current state of the specified port on this network interface does not support the requested operation. + + + + +The specified port does not exist on this network interface. + + + + +The revision number specified in the structure is not supported. + + + + +Network interface was not found. + + + + +The offload operation on the network interface has been paused. + + + + +The specified request is not a valid operation for the target device. + + + + +The network address used in the request is invalid. + + + + +The I/O operation failed because network media is disconnected or wireless access point is out of range. + + + + +An attempt to allocate a hardware resource failed because the resource is used by another component. + + + + +An attempt was made to map a file that is alreay mapped. + + + + +An error occured while NDIS tried to map the file. + + + + +An attempt was made to map a file that can not be found. + + + + +An attempt was made to remove a token ring group address that is in use by other components. + + + + +Network interface does not support this media type. + + + + +The network interface has been removed. + + + + +Network interface does not support this OID (Object Identifier) + + + + +The length of buffer submitted for this operation is too small. + + + + +The data used for this operation is not valid. + + + + +The length of the buffer submitted for this operation is not valid. + + + + +Network interface is not ready to complete this operation. + + + + +An attempt was made to send an invalid packet on a network interface. + + + + +Netword interface does not support this request. + + + + +Network interface can not process the request because it is being reset. + + + + +Netowork interface aborted the request. + + + + +At attempt was made to remove a multicast address that was never added. + + + + +An attempt was made to add a duplicate multicast address to the list. + + + + +The multicast list on the network interface is full. + + + + +Network interface has encountered an internal unrecoverable failure. + + + + +Failed to open the network interface. + + + + +Failed to find the network interface or network interface is not ready. + + + + +An invalid characteristics table was used. + + + + +An invalid version was specified. + + + + +The binding to the network interface is being closed. + + + + +The IPsec cipher transform is not valid. + + + + +The IPsec authentication transform is not valid. + + + + +The notification function for a callout returned an error. + + + + +The maximum number of sublayers has been reached. + + + + +The parameter is incorrect. + + + + +The provider context is of the wrong type. + + + + +The enumeration template or subscription will never match any objects. + + + + +An IKE policy cannot contain an Extended Mode policy. + + + + +The Diffie-Hellman group is not compatible with the policy type. + + + + +The authentication method is not compatible with the policy type. + + + + +The raw context or the provider context is not compatible with the callout. + + + + +The raw context or the provider context is not compatible with the layer. + + + + +The action type is not compatible with the sublayer. + + + + +The action type is not compatible with the layer. + + + + +A policy cannot contain the same keying module more than once. + + + + +A filter cannot contain multiple conditions operating on a single field. + + + + +A reserved field is non-zero. + + + + +An integer value is outside the allowed range. + + + + +An FWP_VALUE or FWPM_CONDITION_VALUE is of the wrong type. + + + + +A filter condition contains a match type that is not compatible with the operands. + + + + +The filter weight is not valid. + + + + +The action type is not one of the allowed action types for a filter. + + + + +The displayData.name field cannot be null. + + + + +An array that must contain at least one element is zero length. + + + + +The time interval is not valid. + + + + +An FWP_RANGE is not valid. + + + + +A network mask is not valid. + + + + +The flags field contains an invalid value. + + + + +An enumerator is not valid. + + + + +A required pointer is null. + + + + +The call is not allowed for the current security association state. + + + + +The traffic parameters do not match those for the security association context. + + + + +A notification could not be delivered because a message queue is at its maximum capacity. + + + + +The maximum number of callouts has been reached. + + + + +The object is built in so cannot be deleted. + + + + +The call tried to associate two objects with incompatible lifetimes. + + + + +The call is allowed for kernel-mode callers only. + + + + +The operation is not supported by the specified layer. + + + + +Collection of network diagnostic events is disabled. + + + + +The call timed out while waiting to acquire the transaction lock. + + + + +The call is not allowed from within a read-only transaction. + + + + +The session has been cancelled. + + + + +The explicit transaction has been forcibly cancelled. + + + + +The call is not allowed from within an explicit transaction. + + + + +The call must be made from within an explicit transaction. + + + + +The call was made from the wrong session so cannot be completed. + + + + +The call is not allowed from within a dynamic session. + + + + +The object is referenced by other objects so cannot be deleted. + + + + +An object with that GUID or LUID already exists. + + + + +The object does not exist. + + + + +The sublayer does not exist. + + + + +The provider context does not exist. + + + + +The provider does not exist. + + + + +The layer does not exist. + + + + +The filter does not exist. + + + + +The filter condition does not exist. + + + + +The callout does not exist. + + + + +BitLocker Drive Encryption can only be used for recovery purposes in this version of Windows. + + + + +The path specified in the Boot Configuration Data (BCD) for a BitLocker Drive Encryption integrity-protected application is incorrect. Please verify and correct your BCD settings and try again. + + + + +BitLocker Drive Encryption cannot enter raw access mode for this volume. + + + + +No action was taken as BitLocker Drive Encryption is in raw access mode. + + + + +Boot debugging is enabled. Run bcdedit to turn it off. + + + + +No action was taken as a system reboot is required. + + + + +The BitLocker encryption key could not be obtained. + + + + +The access token associated with the current thread is not an impersonated token. + + + + +This operation cannot be performed while the volume is in use. + + + + +Critical BitLocker Drive Encryption system files are not available. Use Windows Startup Repair to restore files. + + + + +This Windows license does not support BitLocker Drive Encryption. To use BitLocker Drive Encryption, please upgrade your Windows license. + + + + +BitLocker Drive Encryption cannot be enabled on this computer. Contact the computer manufacturer for BIOS upgrade instructions. + + + + +The file system does not extend to the end of the volume. + + + + +The group policy setting requiring FIPS compliance prevented BitLocker from being disabled. Please contact your domain administrator for more information. + + + + +The Boot Configuration Data (BCD) settings have changed since BitLocker was enabled. + + + + +A boot application has changed since BitLocker was enabled. + + + + +The BitLocker encryption key could not be obtained from the Trusted Platform Module (TPM) and PIN. + + + + +The BitLocker encryption key could not be obtained from the Trusted Platform Module (TPM). + + + + +The Trusted Platform Module (TPM) was not able to unlock the volume because the system boot information changed. + + + + +BitLocker Drive Encryption can only be used for recovery purposes in Safe-Mode. + + + + +The Trusted Platform Module (TPM) is disabled. + + + + +The BitLocker encryption key could not be obtained from the startup key or recovery password. + + + + +The BitLocker startup key or recovery password file is corrupt or invalid. + + + + +The BitLocker startup key or recovery password could not be read from the USB device. Ensure the USB device is plugged into the computer, then turn on BitLocker and try again. If the problem persists contact the computer manufacturer for BIOS upgrade instructions. + + + + +No TPM protectors exist on the volume to perform the hardware test. + + + + +The specified key protector is not of the correct type. + + + + +The volume must be fully decrypted to complete this operation. + + + + +The group policy setting requiring FIPS compliance prevented the recovery password from being saved. Please contact your domain administrator for more information. + + + + +The group policy setting requiring FIPS compliance prevented the recovery password from being generated or used. Please contact your domain administrator for more information. + + + + +The random number generator check test failed. + + + + +The format of the recovery password file is invalid. Select another recovery password and try again. + + + + +The recovery password file on the USB device is corrupt. Try another USB device. + + + + +The specified key protector was not found on the volume. Try another key protector. + + + + +The file cannot be saved to a relative path. + + + + +An instance of this key protector already exists on the volume. + + + + +BitLocker Drive Encryption detected bootable media (CD, DVD, or USB) in the computer. Remove the media and restart the computer. + + + + +A key must be specified before encryption may begin. + + + + +The volume encryption algorithm and key cannot be set on an encrypted volume. + + + + +Group policy requires a recovery password before encryption may begin. + + + + +BitLocker requires the file system to be NTFS. Convert the volume to NTFS, then enable BitLocker. + + + + +The system partition boot sector does not perform TPM measurements. + + + + +BitLocker Drive Encryption cannot be turned off. Please turn off the auto unlock on all other volumes before turning off BitLocker on the current volume. + + + + +The volume specified is not the operating system volume. + + + + +The recovery information provided does not match required recovery information to unlock the volume. Confirm the information and try again. + + + + +The volume encryption algorithm cannot be used on this sector size. + + + + +The authorization data for the Storage Root Key (SRK) of the Trusted Platform Module (TPM) is not zero and is therefore incompatible with BitLocker. + + + + +The control block for the encrypted volume was updated by another thread. Try again. + + + + +This volume cannot be bound to a TPM. + + + + +A recovery key protector is required. + + + + +All protectors are effectively disabled (clear key exists). + + + + +The operating system volume is not protected by BitLocker Drive Encryption. + + + + +The volume is already bound to the system. + + + + +Cluster configurations are not supported. + + + + +One or more key protectors are required for this volume. + + + + +A write operation failed while converting the volume. + + + + +A read operation failed while converting the volume. + + + + +The buffer supplied to a function was insufficient to contain the returned data. + + + + +The volume specified is not a data volume. + + + + +You must take ownership of the Trusted Platform Module (TPM). + + + + +Volume is not bound to the system. + + + + +Data supplied is malformed. + + + + +This volume cannot be encrypted. + + + + +The file system is corrupt. Run CHKDSK. + + + + +The volume cannot be encrypted because the file system is not supported. + + + + +The volume cannot be encrypted because it contains system boot information. + + + + +The volume cannot be encrypted because it does not have enough free space. + + + + +The control block for the encrypted volume is not valid. + + + + +The specified GUID could not be found. + + + + +The attribute was not set. + + + + +The attribute read from Active Directory has no (zero) values. + + + + +The size of the data obtained from Active Directory was not expected. + + + + +The type of the data obtained from Active Directory was not expected. + + + + +The Active Directory Domain Services forest does not contain the required attributes and classes to host BitLocker Drive Encryption or Trusted Platform Module information. + + + + +BitLocker Drive Encryption could not perform requested action. This condition may occur when two requests are issued at the same time. + + + + +BitLocker Drive Encryption is not enabled on this volume. Turn on BitLocker. + + + + +No secure key protector has been defined. + + + + +You have an incompatible boot manager. Update the boot manager (BOOTMGR). + + + + +You have an incompatible boot sector. Update the boot manager (BOOTMGR). + + + + +If there is a bootable CD or DVD in your computer, remove it, restart the computer and turn on BitLocker again. If the problem persists contact the computer manufacturer for BIOS upgrade instructions. + + + + +The BIOS did not correctly communicate with the Master Boot Record (MBR). Contact the computer manufacturer for BIOS upgrade instructions. + + + + +The BIOS did not correctly communicate with the TPM. Contact the computer manufacturer for BIOS upgrade instructions. + + + + +The volume is not encrypted, no key is available. + + + + +This volume is locked by BitLocker Drive Encryption. Return to the control panel to unlock volume. + + + + +An error occured while attemption to compress or extract the data. + + + + +The execution of the Rules Manager failed. + + + + +The Event Log channel Microsoft-Windows-TaskScheduler must be enabled to perform this operation. + + + + +The Event Log channel Microsoft-Windows-Diagnosis-PLA/Operational must be enabled to perform this operation. + + + + +The session name provided is invalid. + + + + +When specifying the executable that you want to trace, you must specify a full path to the executable and not just a filename. + + + + +Duplicate items are not allowed. + + + + +The wait for the report generation tool to finish has timed out. + + + + +The wait for the Data Collector to start has timed out. + + + + +The wait for the Data Collector Set start notification has timed out. + + + + +Data Collector already exists. + + + + +The executable path you have specified does not exist. Verify that the specified path is correct. + + + + +The executable path you have specified is already configured for API tracing. + + + + +The executable path you have specified refers to a network share or UNC path. + + + + +A conflict was detected in the list of include/exclude APIs. Do not specify the same API in both the include list and the exclude list. + + + + +Data Collector Set is not running. + + + + +A user account is required in order to commit the current Data Collector Set properties. + + + + +The current configuration for this Data Collector Set requires that it contain exactly one Data Collector. + + + + +Property value conflict. + + + + +Property value will be ignored. + + + + +Data Collector Set already exists. + + + + +Not enough free disk space to start Data Collector Set. + + + + +Unable to start Data Collector Set because there are too many folders. + + + + +The Data Collector Set or one of its dependencies is already in use. + + + + +Data Collector Set was not found. + + + + +The BIOS does not support the physical presence interface. + + + + +The BIOS failure prevented the successful execution of the requested TPM operation (e.g. invalid TPM operation request, BIOS communication error with the TPM). + + + + +The user failed to confirm the TPM operation request. + + + + +A general error was detected when attempting to acquire the BIOS's response to a Physical Presence command. + + + + +TBS is not compatible with the version of TPM found on the system. + + + + +The physical presence interface is not supported. + + + + +A new virtual resource could not be created because there are too many open virtual resources. + + + + +A new TBS context could not be created because there are too many open contexts. + + + + +No new entries can be added to the hash table. + + + + +No resources can be unloaded. + + + + +The resource type did not match. + + + + +The requested resource is no longer available. + + + + +The TBS does not recognize the specified ordinal. + + + + +The TPM command failed. + + + + +There are too many TPM contexts in use. + + + + +The TPM does not have enough space to load the requested resource. + + + + +The specified item was not found in the list. + + + + +The specified list is empty, or the iteration has reached the end of the list. + + + + +There was not enough memory to fulfill the request + + + + +The command was canceled. + + + + +The TBS scheduler is not running. + + + + +The RPC subsystem could not be initialized. + + + + +One or more parameters is invalid + + + + +The pointer to the returned handle location was NULL or invalid + + + + +The specified virtual handle matches a virtual handle already in use. + + + + +No entry with the specified key was found. + + + + +An error occurred while communicating with the TPM + + + + +An invalid context parameter was specified. + + + + +The specified context handle is invalid. + + + + +The context could not be cleaned up. + + + + +The specified buffer was too small. + + + + +The random number generated did not pass FIPS RNG check. + + + + +The format of the owner auth data was invalid. + + + + +The specified PCR data was invalid. + + + + +The data given does not appear to be a valid key blob + + + + +One or more of the specified context parameters was not valid. + + + + +The data given does not appear to be a valid delegate blob. + + + + +The specified PCR index was invalid + + + + +The requested supplied data does not appear to be a valid migration authorization blob. + + + + +The key parameters structure was not valid + + + + +The encryption operation failed. + + + + +The key size is not valid. + + + + +The encoding in the blob was not recognized. + + + + +The message was too large for the encoding scheme. + + + + +The TPM returned an unexpected result. + + + + +An error occurred while communicating with the TBS. + + + + +The specified context handle was not valid. + + + + +The specified authorization information was invalid. + + + + +The caller does not have the appropriate rights to perform the requested +operation. + + + + +An internal error was detected. + + + + +The specified buffer was too small. + + + + +Not enough memory was available to satisfy the request. + + + + +One or more input parameters is invalid. + + + + +One or more output parameters was NULL or invalid. + + + + +The command buffer cannot contain any more data. + + + + +The command buffer does not contain enough data to satisfy the request. + + + + +The command buffer is not in the correct state. + + + + +The TBS service has been disabled. + + + + +A compatible Trusted Platform Module (TPM) Security Device cannot be found on this computer. + + + + +The input or output buffer is too large. + + + + +The command was canceled. + + + + +The physical presence interface is not supported. + + + + +The TBS service has been started but is not yet running. + + + + +A new virtual resource could not be created because there are too many open +virtual resources. + + + + +A new context could not be created because there are too many open contexts. + + + + +The TBS service is not running and could not be started. + + + + +One or more context parameters is invalid. + + + + +An error occurred while communicating with the TPM. + + + + +A specified output buffer is too small. + + + + +The specified context handle does not refer to a valid context. + + + + +A specified output pointer is bad. + + + + +One or more input parameters is bad. + + + + +An internal software error has been detected. + + + + +The TPM is defending against dictionary attacks and is in a time-out period. + + + + +The TPM is currently executing a full selftest. + + + + +SelfTestFull has not been run. + + + + +The TPM is too busy to respond to the command immediately, but the command could be resubmitted at a later time. + + + + +The command within the transport is not supported. + + + + +The command within the transport was blocked. + + + + +The TPM returned a duplicate handle and the command needs to be resubmitted. + + + + +The specified handle was not found. + + + + +The command was blocked. + + + + +There is no room in the context list for additional contexts. + + + + +Bad signature of CMK ticket. + + + + +Attempt to revoke the EK and the EK is not revocable. + + + + +Incorrect migration authority. + + + + +Migration source incorrect. + + + + +Migration destination not authenticated. + + + + +Migration authority signature validation failure. + + + + +Too many contexts held by the TPM. + + + + +The context blob is invalid. + + + + +Delegation is not correct. + + + + +The handle is incorrect. + + + + +The consistency check on w has failed. + + + + +The issuer's validity check has detected an inconsistency. + + + + +The atomic process indicated by the submitted DAA command is not the expected process. + + + + +The consistency check on DAA_tpmSpecific has failed. + + + + +The consistency check on DAA_issuerSettings has failed. + + + + +The consistency check on DAA parameter inputData1 has failed. + + + + +The consistency check on DAA parameter inputData0 has failed. + + + + +The DAA command has no resources availble to execute the command. + + + + +Attempt to context save a owner evict controlled key. + + + + +There was a command executed outside of an exclusive transport session. + + + + +Delegation table management not enabled. + + + + +Attempt to manage a family other then the delegated family. + + + + +The delegate administration is locked. + + + + +The resource pointed to by context is not loaded. + + + + +No operator AuthData value is set. + + + + +The maximum number of NV writes without an owner has been exceeded. + + + + +The gap between saved context counts is too large. + + + + +The write is not a complete write of the area. + + + + +The counter handle is incorrect. + + + + +The key is under control of the TPM Owner and can only be evicted by the TPM Owner. + + + + +The structure tag and version are invalid or inconsistent. + + + + +The NV area attributes conflict. + + + + +The NV area has already been written to. + + + + +The family count value does not match. + + + + +There is no protection on the write to the NV area. + + + + +The NV area is read only and can't be written to. + + + + +The locality is incorrect for the attempted operation. + + + + +The NV area is locked and not writtable. + + + + +NV_LoadKey blob requires both owner and blob authorization. + + + + +Wrong operation to load an NV key. + + + + +The operation requires a signed command. + + + + +The permission to manipulate the NV storage is not available. + + + + +The command is attempting to use an invalid family ID. + + + + +The TPM is attempting to execute a command only available when in FIPS mode. + + + + +When saving context identified resource type does not match actual resource. + + + + +Make identity blob not properly typed. + + + + +Attempt to reset a PCR register that requires locality and locality modifier not part of command transport. + + + + +Attempt to reset a PCR register that does not have the resettable attribute. + + + + +TPM audit construction failed and the underlying command was returning success. + + + + +TPM audit construction failed and the underlying command was returning a failure code also. + + + + +The TPM does not allow for wrapped transport sessions. + + + + +The TPM cannot perform this version of the capability. + + + + +Either the physicalPresence or physicalPresenceLock bits have the wrong value. + + + + +A mode parameter is bad, such as capArea or subCapArea for TPM_GetCapability, phsicalPresence parameter for TPM_PhysicalPresence, or migrationType for TPM_CreateMigrationBlob. + + + + +The size of the data (or blob) parameter is bad or inconsistent with the referenced key. + + + + +The signature or encryption scheme for this key is incorrect or not permitted in this situation. + + + + +The migration properties of this key are incorrect. + + + + +The key properties in TPM_KEY_PARMs are not supported by this TPM. + + + + +Signed data cannot include additional DER information. + + + + +The command was received in the wrong sequence relative to TPM_Init and a subsequent TPM_Startup. + + + + +The submitted entity type is not allowed. + + + + +The usage of a key is not allowed. + + + + +The TPM does not have an Endorsement Key (EK) installed. + + + + +An invalid handle was used. + + + + +The decryption process did not complete. + + + + +The encryption process had a problem. + + + + +An IO error occurred transmitting information to the TPM. + + + + +The tag value sent to for a command is invalid. + + + + +The authorization for the second key in a 2 key function failed authorization. + + + + +Self-test has failed and the TPM has shutdown. + + + + +The calculation is unable to proceed because the existing SHA-1 thread has already encountered an error. + + + + +There is no existing SHA-1 thread. + + + + +The paramSize argument to the command has the incorrect value . + + + + +The named PCR value does not match the current PCR value. + + + + +The TPM does not have the space to perform the operation. + + + + +A random string was too short. + + + + +The TPM has insufficient internal resources to perform the requested action. + + + + +The Trusted Platform Module (TPM) already has an owner. + + + + +An encrypted blob is invalid or was not created by this TPM. + + + + +There is no Storage Root Key (SRK) set. + + + + +No room to load key. + + + + +PCR information could not be interpreted. + + + + +Migration authorization failed. + + + + +Unacceptable encryption scheme. + + + + +The key handle points to an invalid key. + + + + +The key handle cannot be intrepreted. + + + + +The ability to install an owner is disabled. + + + + +The ordinal was unknown or inconsistent. + + + + +The operation failed. + + + + +The target command has been disabled. + + + + +Enable the Trusted Platform Module (TPM). + + + + +Activate the Trusted Platform Module (TPM). + + + + +The clear disable flag is set and all clear operations now require physical access. + + + + +An operation completed successfully but the auditing of that operation failed. + + + + +One or more parameter is bad. + + + + +The index to a PCR, DIR or other register is incorrect. + + + + +Authentication failed. + + + + +This is an error mask to convert TPM hardware errors to win errors. + + + + +The function failed because the current session is changing its type. This function cannot be called when the current session is changing its type. There are currently three types of sessions: console, disconnected and remote (RDP or ICA). + + + + +An internal error caused an operation to fail. + + + + +An array passed to the function cannot hold all of the data that the function must copy into the array. + + + + +The function failed because the specified GDI device did not have any monitors associated with it. + + + + +The function failed because an invalid pointer parameter was passed to it. A pointer parameter is invalid if it is NULL, points to an invalid address, points to a kernel mode address, or is not correctly aligned. + + + + +This function does not support GDI mirroring display devices because GDI mirroring display devices do not have any physical monitors associated with them. + + + + +The function failed because the specified GDI display device was not attached to the Windows desktop. + + + + +This function cannot find an actual GDI display device which corresponds to the specified GDI display device name. + + + + +This function can only be used if a program is running in the local console session. It cannot be used if the program is running on a remote desktop session or on a terminal server session. + + + + +SetMonitorColorTemperature()'s caller passed a color temperature to it which the current monitor did not support. This error implies that the monitor violated the MCCS 2.0 or MCCS 2.0 Revision 1 specification. + + + + +The monitor returned an invalid monitor technology type. CRT, Plasma and LCD (TFT) are examples of monitor technology types. This error implies that the monitor violated the MCCS 2.0 or MCCS 2.0 Revision 1 specification. + + + + +The Monitor Configuration API only works with monitors which support the MCCS 1.0 specification, MCCS 2.0 specification or the MCCS 2.0 Revision 1 specification. + + + + +The MCCS version in a monitor's mccs_ver capability does not match the MCCS version the monitor reports when the VCP Version (0xDF) VCP code is used. + + + + +The monitor does not comply with the MCCS specification it claims to support. + + + + +The monitor's VCP Version (0xDF) VCP code returned an invalid version value. + + + + +A continuous VCP code's current value is greater than its maximum value. This error code indicates that a monitor returned an invalid value. + + + + +The operating system asynchronously destroyed the monitor which corresponds to this handle because the operating system's state changed. This error typically occurs because the monitor PDO associated with this handle was removed, the monitor PDO associated with this handle was stopped, or a display mode change occurred. A display mode change occurs when windows sends a WM_DISPLAYCHANGE windows message to applications. + + + + +This function failed because an invalid monitor handle was passed to it. + + + + +An error occurred because the checksum field in a DDC/CI message did not match the message's computed checksum value. This error implies that the data was corrupted while it was being transmitted from a monitor to a computer. + + + + +An error occurred because the field length of a DDC/CI message contained an invalid value. + + + + +An operation failed because a DDC/CI message had an invalid value in its command field. + + + + +An internal Monitor Configuration API error occured. + + + + +The monitor returned a DDC/CI capabilities string which did not comply with the ACCESS.bus 3.0, DDC/CI 1.1, or MCCS 2 Revision 1 specification. + + + + +The function failed because a monitor returned an invalid Timing Status byte when the operating system used the DDC/CI Get Timing Report & Timing Message command to get a timing report from a monitor. + + + + +The data received from the monitor is invalid. + + + + +The monitor does not support the specified VCP code. + + + + +An error occurred while receiving data from the device on the I2C bus. + + + + +An error occurred while transmitting data to the device on the I2C bus. + + + + +No device on the I2C bus has the specified address. + + + + +The monitor connected to the specified video output does not have an I2C bus. + + + + +The IOPMVideoOutput::Configure function returns this error code if the passed in sequence number is not the expected sequence number or the passed in OMAC value is invalid. + + + + +The IOPMVideoOutput::COPPCompatibleGetInformation or IOPMVideoOutput::Configure method failed because the display driver does not support the OPM_GET_ACP_AND_CGMSA_SIGNALING and OPM_SET_ACP_AND_CGMSA_SIGNALING GUIDs. + + + + +Either the IOPMVideoOutput::COPPCompatibleGetInformation, IOPMVideoOutput::GetInformation, or IOPMVideoOutput::Configure method failed. This error is only returned if a video output has COPP semantics. IOPMVideoOutput::COPPCompatibleGetInformation returns this error code if the caller requested OPM specific information. IOPMVideoOutput::GetInformation always returns this error if a video output has COPP semantics. IOPMVideoOutput::Configure returns this error when the caller tries to use an OPM specific command. + + + + +The method failed because an unexpected error occurred inside of a display driver. + + + + +The IOPMVideoOutput::GetInformation and IOPMVideoOutput::COPPCompatibleGetInformation methods return this error if the passed in sequence number is not the expected sequence number or the passed in OMAC value is invalid. + + + + +Either the IOPMVideoOutput::COPPCompatibleGetInformation, IOPMVideoOutput::GetInformation, or IOPMVideoOutput::Configure method failed. This error is only returned if a video output has OPM semantics. IOPMVideoOutput::COPPCompatibleGetInformation always returns this error if a video output has OPM semantics. IOPMVideoOutput::GetInformation returns this error code if the caller requested COPP specific information. IOPMVideoOutput::Configure returns this error when the caller tries to use a COPP specific command. + + + + +The method failed because the session is changing its type. No IOPMVideoOutput methods can be called when a session is changing its type. There are currently three types of sessions: console, disconnected and remote (RDP or ICA). + + + + +The operating system asynchronously destroyed this OPM video output because the operating system's state changed. This error typically occurs because the monitor PDO associated with this video output was removed, the monitor PDO associated with this video output was stopped, the video output's session became a non-console session or the video output's desktop became an inactive desktop. + + + + +The IOPMVideoOutput::Configure method cannot enable HDCP because the display adapter's HDCP hardware is already being used by other physical outputs. + + + + +The IOPMVideoOutput::Configure method cannot enable the specified output protection technology because the output's screen resolution is too high. + + + + +The IOPMVideoOutput::GetInformation method cannot return the version of the SRM being used because the application never successfully passed an SRM to the video output. + + + + +The video output cannot enable the Content Generation Management System Analogue (CGMS-A) protection technology because it does not support CGMS-A. + + + + +The video output cannot enable Analogue Copy Protection (ACP) because it does not support ACP. + + + + +The video output cannot enable the High-bandwidth Digital Content Protection (HDCP) System because it does not support HDCP. + + + + +The HDCP System Renewability Message passed to this function did not comply with section 5 of the HDCP 1.1 specification. + + + + +The function failed because the display adapter's Hardware Functionality Scan failed to validate the graphics hardware. + + + + +A video output could not be created because the frame buffer is in theater mode. + + + + +A video output could not be created because the frame buffer is in spanning mode. + + + + +A certificate could not be returned because the certificate buffer passed to the function was too small. + + + + +The function failed because the caller passed in an invalid OPM user mode handle. + + + + +An internal error caused this operation to fail. + + + + +The GDI display device passed to this function does not have any active video outputs. + + + + +The specified encrypted parameters are invalid. + + + + +The driver does not support UAB. + + + + +The driver does not support COPP. + + + + +The driver does not support OPM. + + + + +An operation is being attempted that requires the display adapter to be in a quiescent state. + + + + +Starting the adapter has been deferred temporarily. + + + + +The display adapter is being polled for children too frequently at the same polling level. + + + + +The driver trying to start is not the same as the driver for the POSTed display adapter. + + + + +Starting the leadlink adapter has been deferred temporarily. + + + + +The adapter link was found to be in an inconsistent state. Not all adapters are in an expected PNP/Power state. + + + + +An attempt was made to power up a lead link display adapter when the chain links were powered down. + + + + +An attempt was made to start a lead link display adapter when the chain links were not started yet. + + + + +The chain of linked adapters is not ready to start because of an unknown failure. + + + + +Some chain adapters in a linked configuration were not enumerated yet. + + + + +Lead adapter in a linked configuration was not enumerated yet. + + + + +The display adapter is not linked to any other adapters. + + + + +Child device presence was not reliably detected. + + + + +Specified display adapter child device does not support descriptor exposure. + + + + +Specified display adapter child device already has an external device connected to it. + + + + +Client VidPN is not set on this adapter (e.g. no user mode initiated mode changes took place on this adapter yet). + + + + +Specified client type was not recognized. + + + + +Miniport requested that augmentation be cancelled for the specified source of the specified VidPN's topology. + + + + +Maximum supported number of present paths has been reached. + + + + +Specified monitor frequency range constraint is invalid. + + + + +Specified monitor capability origin is invalid. + + + + +Specified mode pruning algorithm is invalid + + + + +Specified primary surface has a different private format attribute than the current primary surface + + + + +All available importance ordinals are already used in specified topology. + + + + +Topology changes are not allowed for the specified VidPN. + + + + +Specified scanline ordering type is invalid. + + + + +Specified content transformation is not pinned on the specified VidPN present path. + + + + +No more than one unassigned mode set can exist at any given time for a given VidPN source/target. + + + + +Specified VidPN present path copy protection type is invalid. + + + + +Specified VidPN present path content type is invalid. + + + + +Specified VidPN topology recommendation reason is invalid. + + + + +Specified data set (e.g. mode set, frequency range set, descriptor set, topology, etc.) does not contain any more elements. + + + + +Specified data set (e.g. mode set, frequency range set, descriptor set, topology, etc.) is empty. + + + + +Specified mode is not in the specified mode set. + + + + +Multi-sampling is not supported on the respective VidPN present path. + + + + +Specified gamma ramp is not supported on the respective VidPN present path. + + + + +Specified gamma ramp is invalid. + + + + +Specified content geometry transformation is not supported on the respective VidPN present path. + + + + +Specified VidPN present path content geometry transformation is invalid. + + + + +Specified VidPN present path importance ordinal is invalid. + + + + +Specified VidPN is active and cannot be accessed. + + + + +Specified VidPN source is already owned by a DMM client and cannot be used until that client releases it. + + + + +Failed to acquire display mode management interface. + + + + +Specified target is not part of the specified VidPN's topology. + + + + +Specified pixel value access mode is invalid. + + + + +Specified color basis is invalid. + + + + +Specified pixel format is invalid. + + + + +Specified stride is invalid. + + + + +Specified visible region size is invalid. + + + + +Specified primary surface size is invalid. + + + + +Specified source is not part of the specified VidPN's topology. + + + + +There is no monitor connected on the specified video present target. + + + + +Specified VidPN topology is stale. Please reacquire the new topology. + + + + +VidPN manager of the display adapter in question does not have an active VidPN. + + + + +Display adapter in question does not have an associated VidPN manager. + + + + +Newly arrived monitor could not be associated with a display adapter. + + + + +Specified VidPN source cannot be used because there is no available VidPN target to connect it to. + + + + +ID of the specified video present target is already used by another target in the set. + + + + +ID of the specified video present source is already used by another source in the set. + + + + +Two or more of the specified resources are not related to each other, as defined by the interface semantics. + + + + +Specified video present target subset type is invalid. + + + + +ID of the specified monitor descriptor is already used by another descriptor in the set. + + + + +Specified descriptor is already in the specified monitor descriptor set. + + + + +Specified descriptor is not in the specified monitor descriptor set. + + + + +Specified monitor descriptor is invalid. + + + + +Specified monitor descriptor set is invalid. + + + + +Display adapter must have at least one video present target. + + + + +Display adapter must have at least one video present source. + + + + +Specified present path is not in VidPN's topology. + + + + +Number of video present targets must be greater than or equal to the number of video present sources. + + + + +System failed to determine a mode that is supported by both the display adapter and the monitor connected to it. + + + + +ID of the specified mode is already used by another mode in the set. + + + + +Miniport does not have any recommendation regarding the request to provide a functional VidPN given the current display adapter configuration. + + + + +Specified monitor source mode is invalid. + + + + +Specified monitor source mode set is invalid. + + + + +Specified mode set is stale. Please reacquire the new mode set. + + + + +Specified frequency range is already in the specified monitor frequency range set. + + + + +Specified mode set does not specify preference for one of its modes. + + + + +Specified frequency range is not in the specified monitor frequency range set. + + + + +Specified monitor frequency range is invalid. + + + + +Specified monitor frequency range set is invalid. + + + + +Miniport has no recommendation for augmentation of the specified VidPN's topology. + + + + +Specified VidPN present path is invalid. + + + + +Specified video present target is already in the video present target set. + + + + +Specified video present source is already in the video present source set. + + + + +Specified video present target set is invalid. + + + + +Specified video present source set is invalid. + + + + +Specified mode is already in the mode set. + + + + +Specified video present path is already in VidPN's topology. + + + + +Pinned mode must remain in the set on VidPN's cofunctional modality enumeration. + + + + +Specified video present target mode is invalid. + + + + +Specified video present source mode is invalid. + + + + +Specified video signal total region is invalid. + + + + +Specified video signal active region is invalid. + + + + +Specified video signal frequency is invalid. + + + + +Specified VidPN target mode set is invalid. + + + + +Specified VidPN source mode set is invalid. + + + + +No mode is pinned on the specified VidPN source/target. + + + + +Specified VidPN modality is not supported (e.g. at least two of the pinned modes are not cofunctional). + + + + +Specified video present target is invalid. + + + + +Specified video present source is invalid. + + + + +Specified VidPN handle is invalid. + + + + +Specified VidPN topology is valid but is not supported by the display adapter at this time, due to current allocation of its resources. + + + + +Specified VidPN topology is valid but is not supported by this model of the display adapter. + + + + +Specified VidPN topology is invalid. + + + + +GPU exception is detected on the given device. The device is not able to be scheduled. + + + + +The specified allocation lost its content. + + + + +The allocation being referenced doesn't belong to the current device. + + + + +An invalid allocation handle is being referenced. + + + + +An invalid allocation instance is being referenced. + + + + +The allocation being referenced has been closed permanently. + + + + +A locked allocation can't be used in the current command buffer. + + + + +The allocation can't be used from it's current segment location for the specified operation. + + + + +The request failed because a pinned allocation can't be evicted. + + + + +The current allocation can't be unswizzled by an aperture. + + + + +No more unswizzling aperture are currently available. + + + + +The allocation is invalid. + + + + +A problem couldn't be solved due to some currently existing condition. The problem should be tried again immediately. + + + + +A problem couldn't be solved due to some currently existing condition. The problem should be tried again later. + + + + +An object being referenced has reach the maximum reference count already and can't be reference further. + + + + +The allocation is currently busy. + + + + +Couldn't probe and lock the underlying memory of an allocation. + + + + +Not enough video memory available to complete the operation. + + + + +Specified buffer is not big enough to contain entire requested dataset. Partial data populated upto the size of the buffer. +Caller needs to provide buffer of size as specified in the partially populated buffer's content (interface specific). + + + + +The kernel driver detected a version mismatch between it and the user mode driver. + + + + +Not able to present with color convertion + + + + +Not able to present due to denial of desktop access + + + + +Nothing to present due to desktop occlusion + + + + +Present happened but ended up into the changed desktop mode + + + + +The driver stack doesn't match the expected driver model. + + + + +Specified display adapter and all of its state has been reset. + + + + +Specified display adapter handle is invalid. + + + + +The driver needs more DMA buffer space in order to complete the requested operation. + + + + +Exclusive mode ownership is needed to create unmanaged primary allocation. + + + + +Monitor descriptor contains an invalid detailed timing block. + + + + +There is no monitor descriptor data at the specified (offset, size) region. + + + + +Provided monitor descriptor block is either corrupted or does not contain monitor's user friendly name. + + + + +Provided monitor descriptor block is either corrupted or does not contain monitor's detailed serial number. + + + + +WMI data block registration failed for one of the MSMonitorClass WMI subclasses. + + + + +Monitor descriptor contains an invalid standard timing block. + + + + +Checksum of the obtained monitor descriptor is invalid. + + + + +Format of the obtained monitor descriptor is not supported by this release. + + + + +Monitor descriptor could not be obtained. + + + + +{DWM is not queuing presents for the specified window} +The window specified is not currently using queued presents. + + + + +{No DWM redirection surface is available} +The DWM was unable to provide a redireciton surface to complete the DirectX present. + + + + +{Some desktop composition APIs are not supported while remoting} +The operation is not supported while running in a remote session. + + + + +{Desktop composition is disabled} +The operation could not be completed because desktop composition is disabled. + + + + +{Display Driver Stopped Responding} +The %hs display driver has stopped working normally. Save your work and reboot the system to restore full display functionality. +The next time you reboot the machine a dialog will be displayed giving you a chance to report this failure to Microsoft. + + + + +No waiter is present for the filter's reply to this message. + + + + +The specifiec context is already attached to another object + + + + +The specified Transaction Context is already enlisted in a transaction + + + + +The specified volume is already mounted. + + + + +The requested device object does not exist for the given volume. + + + + +The name requested was not found in Filter Manager's name cache and could not be retrieved from the file system. + + + + +An invalid parameter was specified during context registration. + + + + +No registered context allocation definition was found for the given request. + + + + +The system could not find the instance specified. + + + + +The system could not find the volume specified. + + + + +The system could not find the filter specified. + + + + +An instance already exists with this name on the volume specified. + + + + +An instance already exists at this altitude on the volume specified. + + + + +Do not detach the filter from the volume at this time. + + + + +Do not attach the filter to the volume at this time. + + + + +The callback data queue has been disabled. + + + + +A duplicate handler definition has been provided for an operation. + + + + +Non-paged pool must be used for this type of context. + + + + +The object specified for this action is in the process of being deleted, therefore the action requested cannot be completed at this time. + + + + +The Filter Manager had an internal error from which it cannot recover, therefore the operation has been failed. This is usually the result of a filter returning an invalid value from a pre-operation callback. + + + + +The filter must cleanup any operation specific context at this time because it is being removed from the system before the operation is completed by the lower drivers. + + + + +The filter is not ready for attachment to volumes because it has not finished initializing (FltStartFiltering has not been called). + + + + +The Filter Manager was not initialized when a filter tried to register. Make sure that the Filter Manager is getting loaded as a driver. + + + + +Posting this operation to a worker thread for further processing is not safe at this time because it could lead to a system deadlock. + + + + +An invalid name request was made. The name requested cannot be retrieved at this time. + + + + +Disallow the Fast IO path for this operation. + + + + +Asynchronous requests are not valid for this operation. + + + + +A context is already defined for this object. + + + + +A handler was not defined by the filter for this operation. + + + + +The IO was completed by a filter. + + + + +COM+ partitions are currently disabled. + + + + +The specified user cannot write to the system registry + + + + +The specified SAFER level is invalid. + + + + +Access is denied because the component is private. + + + + +Alas, Event Class components cannot be aliased. + + + + +The Base Application Partition exists in all partition sets and cannot be removed. + + + + +A private component cannot be moved (or copied) to a library application or to the base partition + + + + +A component cannot be moved (or copied) to the System Application, an application proxy or a non-changeable application + + + + +A component cannot be moved (or copied) from the System Application, an application proxy or a non-changeable application + + + + +Legacy components may not exist in non-base partitions. + + + + +Applications containing one or more legacy components may not be exported to 1.0 format. + + + + +Only Application Files (*.MSI files) can be installed into partitions. + + + + +Access to the specified partition is denied. + + + + +A recycled process may not be paused. + + + + +The partition specified as default is not a member of the partition set. + + + + +The ProgID provided to the copy operation is invalid. The ProgID is in use by another registered CLSID. + + + + +Library applications may not be NT services. + + + + +A paused process may not be recycled. + + + + +The process has already been recycled. + + + + +Applications running as NT services may not be recycled. + + + + +Library applications may not be recycled. + + + + +One or more users are already assigned to a local partition set. + + + + +COM+ applications that run as NT service may not be pooled or recycled + + + + +The partition(s) specified are not valid. + + + + +The specified application is not currently running + + + + +One of the specified objects cannot be found + + + + +One of the objects being inserted or updated does not belong to a valid parent collection + + + + +Cannot create a duplicate resource of type Distributed Transaction Coordinator + + + + +The message was requeued or moved by a user not in the "QC Trusted User" role + + + + +An unauthenticated message was received by an application that accepts only authenticated messages + + + + +The message is improperly formatted or was damaged in transit + + + + +Unable to marshal an interface that does not support IPersistStream + + + + +MSMQ is required for the requested operation and is not installed + + + + +At least one interface must be marked "queued" in order to create a queued component instance with the "queue" moniker + + + + +Only COM+ Applications marked "queued" can be invoked using the "queue" moniker + + + + +The COM+ Catalog Server threw an exception during execution + + + + +The application cannot be paused or resumed + + + + +There was a type mismatch between a binary and an application + + + + +A binary of unknown or invalid type was provided + + + + +There was a type mismatch between binaries + + + + +The schema version to be migrated could not be found in the COM+ registry database + + + + +This version of the COM+ registry database cannot be migrated + + + + +The COM+ registry database is already running + + + + +The COM+ registry database detected a system error + + + + +The COM+ registry database is not open + + + + +The COM+ registry database has not been initialized + + + + +The partition name is not unique and cannot be resolved to a partition id + + + + +The application name is not unique and cannot be resolved to an application id + + + + +Applications that contain one or more imported components cannot be installed into a non-base partition + + + + +The partition cannot be exported, because one or more components in the partition have the same file name + + + + +The partition cannot be deleted because it is the default partition for one or more users + + + + +The specified partition name is invalid. Check that the name contains at least one visible character + + + + +The specified partition name is already in use on this computer + + + + +You cannot start an application that has been disabled + + + + +This function is valid for the base partition only + + + + +Library applications and application proxies are incompatible + + + + +An event class cannot also be a subscriber component + + + + +Cannot subscribe to this component (the component may have been imported) + + + + +System application is not exportable + + + + +Failed to start application because it is either a library application or an application proxy + + + + +Application Proxy is not exportable + + + + +This operation is not enabled on this platform + + + + +You must have components in an application in order to start the application + + + + +A role assigned to a component, interface, or method did not exist in the application + + + + +A CLSID with the same GUID as the new application ID is already installed on this machine + + + + +This object is not poolable + + + + +Object was not found in registry + + + + +The property value is too large + + + + +The registration file is corrupt + + + + +The component already exists + + + + +The object you are attempting to add or rename already exists + + + + +One or more property settings are either invalid or in conflict with each other + + + + +The service is not installed + + + + +A component in the same DLL is already installed + + + + +The component registrar referenced in this file is not available + + + + +This operation cannot be performed on the system application + + + + +The system was unable to register the TypeLib + + + + +The component move failed because the destination application no longer exists + + + + +The component move was disallowed, because the source or destination application is either a system application or currently locked against changes + + + + +The server catalog version is not supported + + + + +The delete function has been disabled for this object + + + + +Changes to this object and its sub-objects have been disabled + + + + +The file does not contain components or component information + + + + +The TypeLib could not be loaded + + + + +The DLL does not support the components listed in the TypeLib + + + + +GetClassObject failed in the DLL + + + + +The DLL could not be loaded + + + + +The file does not exist + + + + +Errors occurred while in the component registrar + + + + +Application install directory not found + + + + +The registered TypeLib ID is not valid + + + + +DLL could not be loaded + + + + +No server file share available + + + + +DllRegisterServer failed on component install + + + + +Interface information is either missing or changed + + + + +Application file CLSIDs or IIDs do not match corresponding DLLs + + + + +The identity or password set on the application is not valid + + + + +Unable to set required authentication level for update request + + + + +The component's progID is missing or corrupt + + + + +The component's CLSID is missing or corrupt + + + + +One or more users in the application file are not valid + + + + +One or more users are not valid + + + + +An error occurred copying the file + + + + +The role already exists + + + + +The application is already installed + + + + +The file path is invalid + + + + +Invalid version number in application file + + + + +Error occurred reading the application file + + + + +Error occurred writing to the application file + + + + +The object is already registered + + + + +The object was not found in the catalog + + + + +One or more of the object's properties are missing or invalid + + + + +Errors occurred accessing one or more objects - the ErrorInfo collection may have more detail + + + + +The new cache item exceeds the maximum per-item size defined for the cache. + + + + +The requested cache item is too old and was deleted from the cache. + + + + +The requested item could not be found in the cache. + + + + +No PIN was presented to the smart card. + + + + +The action was cancelled by the user. + + + + +The end of the smart card file has been reached. + + + + +The card cannot be accessed because the maximum number of PIN entry attempts has been reached. + + + + +The card cannot be accessed because the wrong PIN was presented. + + + + +Access was denied because of a security violation. + + + + +The smart card has been removed, so that further communication is not possible. + + + + +The smart card has been reset, so any shared state information is invalid. + + + + +Power has been removed from the smart card, so that further communication is not possible. + + + + +The smart card is not responding to a reset. + + + + +The reader cannot communicate with the smart card, due to ATR configuration conflicts. + + + + +The Smart card resource manager is too busy to complete this operation. + + + + +The requested key container does not exist on the smart card. + + + + +A communications error with the smart card has been detected. Retry the operation. + + + + +Cannot find a smart card reader. + + + + +The requested certificate could not be obtained. + + + + +The requested certificate does not exist. + + + + +An unrecognized error code was returned from a layered component. + + + + +The supplied PIN is incorrect. + + + + +There was an error trying to set the smart card file object pointer. + + + + +The smartcard does not have enough memory to store the information. + + + + +Access is denied to this file. + + + + +The supplied path does not represent a smart card file. + + + + +The supplied path does not represent a smart card directory. + + + + +The identified file does not exist in the smart card. + + + + +The identified directory does not exist in the smart card. + + + + +This smart card does not support the requested feature. + + + + +The requested order of object creation is not supported. + + + + +No Primary Provider can be found for the smart card. + + + + +An unexpected card error has occurred. + + + + +The Smart card resource manager has shut down. + + + + +The Smart card resource manager is not running. + + + + +The smart card does not meet minimal requirements for support. + + + + +The reader driver did not produce a unique reader name. + + + + +The reader driver does not meet minimal requirements for support. + + + + +The PCI Receive buffer was too small. + + + + +The operation has been aborted to allow the server application to exit. + + + + +The specified reader is not currently available for use. + + + + +An attempt was made to end a non-existent transaction. + + + + +An ATR obtained from the registry is not a valid ATR string. + + + + +An internal error has been detected, but the source is unknown. + + + + +An internal communications error has been detected. + + + + +The action was cancelled by the system, presumably to log off or shut down. + + + + +One or more of the supplied parameters values could not be properly interpreted. + + + + +The reader or smart card is not ready to accept commands. + + + + +The requested protocols are incompatible with the protocol currently in use with the smart card. + + + + +The system could not dispose of the media in the requested manner. + + + + +The specified smart card name is not recognized. + + + + +The operation requires a Smart Card, but no Smart Card is currently in the device. + + + + +The smart card cannot be accessed because of other connections outstanding. + + + + +The user-specified timeout value has expired. + + + + +The specified reader name is not recognized. + + + + +The data buffer to receive returned data is too small for the returned data. + + + + +An internal consistency timer has expired. + + + + +Not enough memory available to complete this command. + + + + +Registry startup information is missing or invalid. + + + + +One or more of the supplied parameters could not be properly interpreted. + + + + +The supplied handle was invalid. + + + + +The action was cancelled by an SCardCancel request. + + + + +An internal consistency check failed. + + + + +No installed components were detected. + + + + +An unrecoverable stack overflow was encountered. + + + + +A problem was encountered while attempting to delete the driver from the store. + + + + +The hash for the file is not present in the specified catalog file. The file is likely corrupt or the victim of tampering. + + + + +The specified INF is the wrong type for this operation. + + + + +The installation of this driver is forbidden by system policy. Contact your system administrator. + + + + +The installation of this device is forbidden by system policy. Contact your system administrator. + + + + +A problem was encountered while attempting to add the driver to the store. + + + + +One of the installers for this device cannot perform the installation at this time. + + + + +The file may only be validated by a catalog signed via Authenticode(tm). + + + + +The software was tested for compliance with Windows Logo requirements on a different version of Windows, and may not be compatible with this version. + + + + +The publisher of an Authenticode(tm) signed catalog was not established as trusted. + + + + +The publisher of an Authenticode(tm) signed catalog has not yet been established as trusted. + + + + +The INF was signed with an Authenticode(tm) catalog from a trusted publisher. + + + + +Authenticode(tm) signature verification is not supported for the specified INF. + + + + +A file could not be verified because it does not have an associated catalog signed via Authenticode(tm). + + + + +The requested device install operation is obsolete. + + + + +One or more devices are presently installed using the specified INF. + + + + +The specified file is not an installed OEM INF. + + + + +The requested operation is not supported for a remote machine. + + + + +A problem was encountered when accessing the Plug and Play registry database. + + + + +An unknown exception was encountered. + + + + +The Security Configuration Editor (SCE) APIs have been disabled on this Embedded product. + + + + +An INF was copied into the Windows INF directory in an improper manner. + + + + +The operation involving unsigned file copying was rolled back, so that a system restore point could be set. + + + + +Operation not allowed in WOW64. + + + + +Driver is not intended for this platform. + + + + +Cannot copy to specified target. + + + + +The device could not be dynamically removed. + + + + +The device cannot be disabled. + + + + +An invalid attempt was made to use a device installation file queue for verification of digital signatures relative to other platforms. + + + + +The third-party INF does not contain digital signature information. + + + + +The driver selected for this device does not support Windows. + + + + +The driver selected for this device does not support Windows Vista. + + + + +One of the filter drivers installed for this device is invalid. + + + + +The class installer has denied the request to install or upgrade this device. + + + + +A logical configuration specified in this INF is invalid. + + + + +There is no icon that represents this device or device type. + + + + +There are no compatible drivers for this device. + + + + +The device's co-installer is invalid. + + + + +The device's co-installer has additional work to perform after installation is complete. + + + + +The requested device interface is not present in the system. + + + + +The property page provider registry entry is invalid. + + + + +The Plug and Play service is not available on the remote machine. + + + + +The machine selected for remote communication is not available at this time. + + + + +A general remote communication error occurred. + + + + +The specified machine name does not conform to UNC naming conventions. + + + + +The reference string supplied for this interface device is invalid. + + + + +This interface class does not exist in the system. + + + + +An interface installation section in this INF is invalid. + + + + +The operation cannot be performed because the device interface has been removed from the system. + + + + +The operation cannot be performed because the device interface is currently active. + + + + +There is presently no default device interface designated for this interface class. + + + + +The installation failed because a function driver was not specified for this device instance. + + + + +There is no class driver list for the device information element. + + + + +A service installation section in this INF is invalid. + + + + +The operation cannot be performed because the file queue is locked. + + + + +No class installer parameters have been set for the device information set or element. + + + + +The specified path does not contain any applicable device INFs. + + + + +The operation cannot be performed because the device information element is locked. + + + + +The operation cannot be performed because the device information set is locked. + + + + +There is no device information element currently selected for this device information set. + + + + +The specified hardware profile does not exist. + + + + +The operation does not require any files to be copied. + + + + +The class installer has indicated that the default action should be performed for this installation request. + + + + +The class installer registry entry is invalid. + + + + +The icon representing this install class cannot be loaded. + + + + +The device instance does not exist in the hardware tree. + + + + +The INF from which a driver list is to be built does not exist. + + + + +The device property code is invalid. + + + + +The operation cannot be performed on a device information element that has not been registered. + + + + +The device instance cannot be created because it already exists. + + + + +The install class is not present or is invalid. + + + + +The device instance name is invalid. + + + + +The requested device registry key does not exist. + + + + +There is no driver selected for the device information set or element. + + + + +An existing device was found that is a duplicate of the device being manually installed. + + + + +The INF or the device information set or element does not match the specified install class. + + + + +The INF or the device information set or element does not have an associated install class. + + + + +The files affected by the installation of this file queue have not been backed up for uninstall. + + + + +The required line was not found in the INF. + + + + +The required section was not found in the INF. + + + + +The style of the INF is different than what was requested. + + + + +The syntax of the INF is invalid. + + + + +An INF section was encountered whose name exceeds the maximum section name length. + + + + +A section name marker in the INF is not complete, or does not exist on a line by itself. + + + + +A non-empty line was encountered in the INF before the start of a section. + + + + +The certificate has an invalid name. The name is not included in the permitted list or is explicitly excluded. + + + + +The certificate has invalid policy. + + + + +A certification chain processed correctly, but one of the CA certificates is not trusted by the policy provider. + + + + +The certificate was explicitly marked as untrusted by the user. + + + + +The certificate is not valid for the requested usage. + + + + +The certificate's CN name does not match the passed value. + + + + +The revocation process could not continue - the certificate(s) could not be checked. + + + + +The certification path terminates with the test root which is not trusted with the current policy settings. + + + + +A certificate was explicitly revoked by its issuer. + + + + +Generic trust failure. + + + + +A certificate chain could not be built to a trusted root authority. + + + + +A certificate chain processed, but terminated in a root certificate which is not trusted by the trust provider. + + + + +A certificate is missing or has an empty value for an important field, such as a subject or issuer name. + + + + +A parent of a given certificate in fact did not issue that child certificate. + + + + +A certificate being used for a purpose other than the ones specified by its CA. + + + + +A certificate contains an unknown extension that is marked 'critical'. + + + + +A path length constraint in the certification chain has been violated. + + + + +A certificate that can only be used as an end-entity is being used as a CA or visa versa. + + + + +The validity periods of the certification chain do not nest correctly. + + + + +A required certificate is not within its validity period when verifying against the current system clock or the timestamp in the signed file. + + + + +No signature was present in the subject. + + + + +This object does not read and write self-sizing data. + + + + +The size of the indefinite-sized data could not be determined. + + + + +The size of the data could not be determined. + + + + +Unspecified cryptographic failure. + + + + +Reading / writing Extensions where Attributes are appropriate, and visa versa. + + + + +Error due to problem in ASN.1 decoding process. + + + + +Error due to problem in ASN.1 encoding process. + + + + +The subject is not trusted for the specified action. + + + + +The form specified for the subject is not one supported or known by the specified trust provider. + + + + +The trust verification action specified is not supported by the specified trust provider. + + + + +Unknown trust provider. + + + + +The requested credential requires confirmation. + + + + +Some kind of structural error. + + + + +A check failed in a partially constant table. + + + + +The structure of the DSIG table is incorrect. + + + + +There is a bad version number in the file. + + + + +A call to a CryptoAPI function failed. + + + + +Failed on a file operation (open, map, read, write). + + + + +The file is not an OpenType file. + + + + +The file did not pass the hints check. + + + + +The signature does not have the correct attributes for the policy. + + + + +The file checksum is incorrect. + + + + +A table checksum is incorrect. + + + + +File is too small to contain the last table. + + + + +Too many pad bytes between tables or pad bytes are not 0. + + + + +Two or more tables overlap. + + + + +First table does not appear after header information. + + + + +A table does not start on a long word boundary. + + + + +Duplicate table tags or tags out of alphabetical order. + + + + +The offset table has incorrect values. + + + + +The magic number in the head table is incorrect. + + + + +Could not find the head table in the file. + + + + +Could not retrieve an object from the file. + + + + +Tried to reference a part of the file outside the proper range. + + + + +The certificate does not meet or contain the Authenticode(tm) financial extensions. + + + + +A certificate's basic constraint extension has not been observed. + + + + +The digital signature of the object did not verify. + + + + +The timestamp signature and/or certificate could not be verified or is malformed. + + + + +The signature of the certificate cannot be verified. + + + + +One of the counter signatures was invalid. + + + + +The certificate for the signer of the message is invalid or not found. + + + + +A system-level error occurred while verifying trust. + + + + +Signing certificate cannot include SMIME extension. + + + + +There is a key archival hash mismatch between the request and the response. + + + + +An unexpected key archival hash attribute was found in the response. + + + + +The key archival hash attribute was not found in the response. + + + + +You cannot add the root CA certificate into your local store. + + + + +The key is not exportable. + + + + +The certificate template requires too many RA signatures. Only one RA signature is allowed. + + + + +The certificate template renewal period is longer than the certificate validity period. The template should be reconfigured or the CA certificate renewed. + + + + +One or more certificate templates to be enabled on this certification authority could not be found. + + + + +The EMail name is unavailable and cannot be added to the Subject or Subject Alternate name. + + + + +The public key does not meet the minimum size required by the specified certificate template. + + + + +The request includes a private key for archival by the server, but key archival is not enabled for the specified certificate template. + + + + +The DNS name is unavailable and cannot be added to the Subject Alternate name. + + + + +The Active Directory GUID is unavailable and cannot be added to the Subject Alternate name. + + + + +The UPN is unavailable and cannot be added to the Subject Alternate name. + + + + +The request is missing one or more required signature issuance policies. + + + + +One or more signatures did not include the required application or issuance policies. The request is missing one or more required valid signatures. + + + + +The request is missing one or more required signatures. + + + + +The request is missing required signature policy information. + + + + +The template is missing a required signature policy attribute. + + + + +The request template version is newer than the supported template version. + + + + +The request was made on behalf of a subject other than the caller. The certificate template must be configured to require at least one signature to authorize the request. + + + + +The request is missing a required SMIME capabilities extension. + + + + +The request is missing a required private key for archival by the server. + + + + +The request is missing a required Subject Alternate name extension. + + + + +The request contains conflicting template information. + + + + +The request contains no certificate template information. + + + + +The requested certificate template is not supported by this CA. + + + + +The contacted domain controller cannot support signed LDAP traffic. Update the domain controller or configure Certificate Services to use SSL for Active Directory access. + + + + +The permissions on the certificate template do not allow the current user to enroll for this type of certificate. + + + + +The permissions on this certification authority do not allow the current user to enroll for certificates. + + + + +A memory reference caused a data alignment fault. + + + + +An attempt was made to open a Certification Authority database session, but there are already too many active sessions. The server may need to be configured to allow additional sessions. + + + + +The request contains an invalid renewal certificate attribute. + + + + +At least one security principal must have the permission to manage this CA. + + + + +The request is incorrectly formatted. The encrypted private key must be in an unauthenticated attribute in an outermost signature. + + + + +Cannot archive private key. The certification authority could not verify one or more key recovery certificates. + + + + +Cannot archive private key. The certification authority is not configured for key archival. + + + + +The operation is denied. It can only be performed by a certificate manager that is allowed to manage certificates for the current requester. + + + + +The operation is denied. The user has multiple roles assigned and the certification authority is configured to enforce role separation. + + + + +The certificate contains an encoded length that is potentially incompatible with older enrollment software. + + + + +Certificate service has been suspended for a database restore operation. + + + + +The certification authority's certificate contains invalid data. + + + + +The requested property value is empty. + + + + +The request's current status does not allow this operation. + + + + +The request does not exist. + + + + +The request subject name is invalid or too long. + + + + +ASN1 end of data expected + + + + +ASN1 skipped unknown extension(s). + + + + +ASN1 not yet implemented. + + + + +ASN1 bad PDU type. + + + + +ASN1 bad unicode (UTF8). + + + + +ASN1 bad encoding rule. + + + + +ASN1 bad choice value. + + + + +ASN1 bad tag value met. + + + + +ASN1 bad real value. + + + + +ASN1 bad arguments to function call. + + + + +ASN1 function not supported for this PDU. + + + + +ASN1 buffer overflow. + + + + +ASN1 out of memory. + + + + +ASN1 constraint violated. + + + + +ASN1 value too large. + + + + +ASN1 corrupted data. + + + + +ASN1 unexpected end of data. + + + + +ASN1 internal encode or decode error. + + + + +ASN1 Certificate encode/decode error code base. +The ASN1 error values are offset by CRYPT_E_ASN1_ERROR. + + + + +OSS ASN.1 Error: Trace file error. + + + + +OSS ASN.1 Error: System resource error. + + + + +OSS ASN.1 Error: Program link error. + + + + +OSS ASN.1 Error: Program link error. + + + + +OSS ASN.1 Error: Program link error. + + + + +OSS ASN.1 Error: Program link error. + + + + +OSS ASN.1 Error: Program link error. + + + + +OSS ASN.1 Error: Program link error. + + + + +OSS ASN.1 Error: Program link error. + + + + +OSS ASN.1 Error: Program link error. + + + + +OSS ASN.1 Error: Program link error. + + + + +OSS ASN.1 Error: Program link error. + + + + +OSS ASN.1 Error: Program link error. + + + + +OSS ASN.1 Error: Program link error. + + + + +OSS ASN.1 Error: Program link error. + + + + +OSS ASN.1 Error: Program link error. + + + + +OSS ASN.1 Error: Invalid data. + + + + +OSS ASN.1 Error: Invalid data. + + + + +OSS ASN.1 Error: Trace file error. + + + + +OSS ASN.1 Error: Trace file error. + + + + +OSS ASN.1 Error: Program link error. + + + + +OSS ASN.1 Error: Function not implemented. + + + + +OSS ASN.1 Error: Trace file error. + + + + +OSS ASN.1 Error: Encode/Decode function not implemented. + + + + +OSS ASN.1 Error: Invalid data. + + + + +OSS ASN.1 Error: Invalid data. + + + + +OSS ASN.1 Error: Invalid data. + + + + +OSS ASN.1 Error: Multi-threading conflict. + + + + +OSS ASN.1 Error: Internal Error. + + + + +OSS ASN.1 Error: Invalid data. + + + + +OSS ASN.1 Error: Invalid data. + + + + +OSS ASN.1 Error: Invalid data. + + + + +OSS ASN.1 Error: Access violation. + + + + +OSS ASN.1 Error: Unsupported BER indefinite-length encoding. + + + + +OSS ASN.1 Error: Invalid data. + + + + +OSS ASN.1 Error: Invalid data. + + + + +OSS ASN.1 Error: Internal Error. + + + + +OSS ASN.1 Error: Encode/Decode Error. + + + + +OSS ASN.1 Error: Out of memory. + + + + +OSS ASN.1 Error: Encode/Decode version mismatch. + + + + +OSS ASN.1 Error: Invalid argument. + + + + +OSS ASN.1 Error: Invalid data. + + + + +OSS ASN.1 Error: Output buffer is too small, the decoded data has been truncated. + + + + +OSS ASN.1 Error: Unknown ASN.1 data type. + + + + +OSS ASN.1 Error: Signed integer is encoded as a unsigned integer. + + + + +OSS ASN.1 Error: Output Buffer is too small. + + + + +OSS Certificate encode/decode error code base +See asn1code.h for a definition of the OSS runtime errors. The OSS +error values are offset by CRYPT_E_OSS_ERROR. + + + + +The public key's algorithm parameters are missing. + + + + +None of the signers of the cryptographic message or certificate trust list is trusted. + + + + +The subject was not found in a Certificate Trust List (CTL). + + + + +Since the server was offline, the called function was unable to complete the usage check. + + + + +The called function was unable to do a usage check on the subject. + + + + +No DLL or exported function was found to verify subject usage. + + + + +The cryptographic operation failed due to a local security option setting. + + + + +The Put operation cannot continue. The file needs to be resized. However, there is already a signature present. A complete signing operation must be done. + + + + +The dwValueType for the CERT_NAME_VALUE is not one of the character strings. Most likely it is either a CERT_RDN_ENCODED_BLOB or CERT_TDN_OCTED_STRING. + + + + +The string contains an invalid X500 name attribute key, oid, value or delimiter. + + + + +The string contains a character not in the 7 bit ASCII character set. + + + + +The string contains a non-printable character. + + + + +The string contains a non-numeric character. + + + + +The certificate is not in the revocation server's database. + + + + +The revocation function was unable to check revocation because the revocation server was offline. + + + + +The revocation function was unable to check revocation for the certificate. + + + + +No Dll or exported function was found to verify revocation. + + + + +The certificate is revoked. + + + + +Final closure is pending until additional frees or closes. + + + + +The signed cryptographic message does not have a signer for the specified signer index. + + + + +Not a cryptographic message or the cryptographic message is not formatted correctly. + + + + +Cannot find the certificate and private key to use for decryption. + + + + +Cannot find the certificate and private key for decryption. + + + + +The certificate does not have a property that references a private key. + + + + +Cannot find the requested object. + + + + +The previous certificate or CRL context was deleted. + + + + +The specified certificate is self signed. + + + + +No provider was specified for the store or object. + + + + +The object or property already exists. + + + + +Cannot find object or property. + + + + +An error occurred while reading or writing to a file. + + + + +An error occurred during encode or decode operation. + + + + +The length specified for the output data was insufficient. + + + + +The protected data needs to be re-protected. + + + + +The streamed cryptographic message requires more data to complete the decode operation. + + + + +The streamed cryptographic message is not ready to return data. + + + + +The cryptographic message does not contain all of the requested attributes. + + + + +Cannot find the original signer. + + + + +Invalid issuer and/or serial number. + + + + +Invalid control type. + + + + +The enveloped-data message does not contain the specified recipient. + + + + +The content of the cryptographic message has not been decrypted yet. + + + + +The content of the cryptographic message has already been decrypted. + + + + +The index value is not valid. + + + + +The hash value is not correct. + + + + +The cryptographic message does not contain an expected authenticated attribute. + + + + +Unexpected cryptographic message encoding. + + + + +Invalid cryptographic message type. + + + + +The object identifier is poorly formatted. + + + + +Unknown cryptographic algorithm. + + + + +An error occurred while performing an operation on a cryptographic message. + + + + +The recipient rejected the renegotiation request. + + + + +Client policy does not allow credential delegation to target server with NLTM only authentication. + + + + +Client policy does not allow credential delegation to target server. + + + + +One or more of the parameters passed to the function was invalid. + + + + +A signature operation must be performed before the user can authenticate. + + + + +The domain controller certificate used for smartcard logon has been revoked. Please contact your system administrator with the contents of your system event log. + + + + +The domain controller certificate used for smartcard logon has expired. Please contact your system administrator with the contents of your system event log. + + + + +An untrusted certificate authority was detected while processing the domain controller certificate used for authentication. There is additional information in the system event log. Please contact your system administrator. + + + + +The revocation status of the domain controller certificate used for smartcard authentication could not be determined. There is additional information in the system event log. Please contact your system administrator. + + + + +An attempt was made by this server to make a Kerberos constrained delegation request for a target outside of the server's realm. This is not supported, and indicates a misconfiguration on this server's allowed to delegate to list. Please contact your administrator. + + + + +The Kerberos subsystem encountered an error. A service for user protocol request was made against a domain controller which does not support service for user. + + + + +The smartcard certificate used for authentication has expired. Please contact your system administrator. + + + + +The smartcard certificate used for authentication was not trusted. Please contact your system administrator. + + + + +The revocation status of the smartcard certificate used for +authentication could not be determined. Please contact your system administrator. + + + + +An untrusted certificate authority was detected While processing the smartcard certificate used for authentication. Please contact your system administrator. + + + + +The smartcard certificate used for authentication has been revoked. Please contact your system administrator. There may be additional information in the event log. + + + + +The system detected a possible attempt to compromise security. Please ensure that you can contact the server that authenticated you. + + + + +The certificate is not valid for the requested usage. + + + + + SEC_E_NO_KERB_KEY + + + + +The received certificate was mapped to multiple accounts. + + + + +Client's supplied SSPI channel bindings were incorrect. + + + + +The requested operation cannot be completed. The computer must be trusted for delegation and the current user account must be configured to allow delegation. + + + + +An unsupported preauthentication mechanism was presented to the kerberos package. + + + + +The encryption type requested is not supported by the KDC. + + + + +The KDC was unable to generate a referral for the service requested. + + + + +An invalid request was sent to the KDC. + + + + +A system shutdown is in progress. + + + + +Smartcard logon is required and was not used. + + + + +The client certificate does not contain a valid UPN, or does not match the client name +in the logon request. Please contact your administrator. + + + + +Expected to find PA data for a hint of what etype to use, but it was not found. + + + + +The KDC reply contained more than one principal name. + + + + +The other end of the security negotiation is requires strong crypto but it is not supported on the local machine. + + + + +The local machine must be a Kerberos KDC (domain controller) and it is not. + + + + +The number of maximum ticket referrals has been exceeded. + + + + +The crypto system or checksum function is invalid because a required function is unavailable. + + + + +The supplied credential handle does not match the credential associated with the security context. + + + + +Unable to accomplish the requested task because the local machine does not have any IP addresses. + + + + +The client is trying to negotiate a context and the server requires user-to-user but didn't send a TGT reply. + + + + +A security context was deleted before the context was completed. This is considered a logon failure. + + + + +The security context could not be established due to a failure in the requested quality of service (e.g. mutual authentication or delegation). + + + + +The client and server cannot communicate, because they do not possess a common algorithm. + + + + +The specified data could not be decrypted. + + + + +The specified data could not be encrypted. + + + + +The received certificate has expired. + + + + +An unknown error occurred while processing the certificate. + + + + +The message received was unexpected or badly formatted. + + + + +The certificate chain was issued by an authority that is not trusted. + + + + +The clocks on the client and server machines are skewed. + + + + +There is no LSA mode context associated with this context. + + + + +The target principal name is incorrect. + + + + +The context data must be renegotiated with the peer. + + + + +The credentials supplied were not complete, and could not be verified. Additional information can be returned from the context. + + + + +The buffers supplied to a function was too small. + + + + +The credentials supplied were not complete, and could not be verified. The context could not be initialized. + + + + +The supplied message is incomplete. The signature was not verified. + + + + +The context has expired and can no longer be used. + + + + +The context has expired and can no longer be used. + + + + +The requested security package does not exist + + + + +The logon was completed, but no network authority was available. The logon was made using locally known information + + + + +The function completed successfully, but both CompleteToken and this function must be called to complete the context + + + + +The function completed successfully, but CompleteToken must be called + + + + +The function completed successfully, but must be called again to complete the context + + + + +No authority could be contacted for authentication. + + + + +The message supplied for verification is out of sequence + + + + +The message or signature supplied for verification has been altered + + + + +No credentials are available in the security package + + + + +The credentials supplied to the package were not recognized + + + + +The logon attempt failed + + + + +The security context does not allow impersonation of the client + + + + +The per-message Quality of Protection is not supported by the security package + + + + +The security package is not able to marshall the logon buffer, so the logon attempt has failed + + + + +The token supplied to the function is invalid + + + + +The security package failed to initialize, and cannot be installed + + + + +The caller is not the owner of the desired credentials + + + + +The requested security package does not exist + + + + +The Local Security Authority cannot be contacted + + + + +The specified target is unknown or unreachable + + + + +The function requested is not supported + + + + +The handle specified is invalid + + + + +Not enough memory is available to complete this request + + + + +The cryptographic provider does not support HMAC. + + + + +This operation requires input from the user. + + + + +An internal consistency check failed. + + + + +The specified data could not be decrypted. + + + + +The supplied buffers overlap incorrectly. + + + + +No more data is available. + + + + +The requested operation is not supported. + + + + +The buffer supplied to a function was too small. + + + + +The parameter is incorrect. + + + + +The supplied handle is invalid. + + + + +The key parameters could not be set because the CSP uses fixed parameters. + + + + +The profile for the user is a temporary profile. + + + + +The security token does not have storage space available for an additional container. + + + + +Provider could not perform the action since the context was acquired as silent. + + + + +A base error occurred. + + + + +An internal error occurred. + + + + +The Keyset parameter is invalid. + + + + +Provider DLL could not be found. + + + + +Provider DLL failed to initialize correctly. + + + + +The digital signature file is corrupt. + + + + +Provider type does not match registered value. + + + + +Keyset as registered is invalid. + + + + +The keyset is not defined. + + + + +Provider type as registered is invalid. + + + + +Provider type not defined. + + + + +Keyset does not exist + + + + +Provider's public key is invalid. + + + + +Invalid provider type specified. + + + + +Invalid provider specified. + + + + +Data already encrypted. + + + + +Object was not found. + + + + +Access denied. + + + + +Object already exists. + + + + +Insufficient memory available for the operation. + + + + +Key does not exist. + + + + +Hash not valid for use in specified state. + + + + +Key not valid for use in specified state. + + + + +Invalid type specified. + + + + +Invalid flags specified. + + + + +Invalid algorithm specified. + + + + +Bad Version of provider. + + + + +Invalid Signature. + + + + +Bad Data. + + + + +Bad Length. + + + + +Bad Key. + + + + +Bad Hash. + + + + +Bad UID. + + + + +Business rule scripts are disabled for the calling application. + + + + +The SID filtering operation removed all SIDs. + + + + +The specified event is currently not being audited. + + + + +An internal error occurred. + + + + +Call Cancellation is disabled + + + + +The COM IAccessControl object is not initialized + + + + +Unable to decode the ACL in the stream provided by the user + + + + +Unable to open the access token of the server process + + + + +The version of ACL format in the stream is not supported by this implementation of IAccessControl + + + + +Not all the DENY_ACCESS ACEs are arranged in front of the GRANT_ACCESS ACEs in the stream. + + + + +The number of ACEs in an ACL exceeds the system limit. + + + + +Unable to close a serialization handle or a file handle. + + + + +Unable to create file + + + + +Unable to generate a uuid. + + + + +Path too long + + + + +Unable to obtain the Windows directory + + + + +Unable to set or reset a serialization handle + + + + +The system function, LookupAccountName, failed + + + + +Unable to find a trustee name that corresponds to a security identifier provided by the user + + + + +The system function, LookupAccountSID, failed + + + + +Unable to find a security identifier that corresponds to a trustee string provided by the user + + + + +Unable to convert a wide character trustee string to a multibyte trustee string + + + + +One of the security identifiers provided by the user was invalid + + + + +One of the trustee strings provided by the user did not conform to the <Domain>\<Name> syntax and it was not the "*" string + + + + +Either NetAccessDel or NetAccessAdd returned an error code. + + + + +The system function, AccessCheck, returned false + + + + +Unable to set a discretionary ACL into a security descriptor + + + + +Unable to obtain the client's security blanket + + + + +The client who called IAccessControl::IsAccessPermitted was not the trustee provided to the method + + + + +Unable to obtain user info from an access token + + + + +Unable to open the access token of the current thread + + + + +Unable to obtain server's security context + + + + +Unable to impersonate DCOM client + + + + +Principal name is not a valid MSSTD name. + + + + +Full subject issuer chain SSL principal name expected from the server. + + + + +There are no synchronize objects to wait on. + + + + +This operation returned because the timeout period expired. + + + + +No context is associated with this call. This happens for some custom marshalled calls and on the client side of the call. + + + + +The marshaled interface data packet (OBJREF) has an invalid or unknown format. + + + + +Remote calls are not allowed for this process. + + + + +Access is denied. + + + + +No security packages are installed on this machine or the user is not logged on or there are no compatible security packages between the client and server. + + + + +Security must be initialized before any interfaces are marshalled or unmarshalled. It cannot be changed once initialized. + + + + +Impersonate on unsecure calls is not supported. + + + + +Call context cannot be accessed after call completed. + + + + +OLE is waiting before retrying a request. + + + + +OLE has sent a request and is waiting for a reply. + + + + +The requested object does not exist. + + + + +The requested object or interface does not exist. + + + + +OLE received a packet with an invalid extension. + + + + +OLE received a packet with an invalid header. + + + + +The version of OLE on the client and server machines does not match. + + + + +CoInitialize has not been called on the current thread. + + + + +The application called an interface that was marshalled for a different thread. + + + + +An outgoing call cannot be made since the application is dispatching an input-synchronous call. + + + + +A call control interfaces was called with invalid data. + + + + +The message filter rejected the call. + + + + +The message filter indicated that the application is busy. + + + + +The object invoked chose not to process the call now. Try again later. + + + + +The object invoked has disconnected from its clients. + + + + +The method called does not exist on the server. + + + + +Cannot change thread mode after it is set. + + + + +The server threw an exception. + + + + +RPC could not call the server or could not return the results of calling the server. + + + + +The requested interface is not registered on the server object. + + + + +Attempted to make calls on more than one thread in single threaded mode. + + + + +Could not allocate some required resource (memory, events, ...) + + + + +System call failed. + + + + +The callee (server [not server application]) is not available and disappeared; all connections are invalid. The call did not execute. + + + + +There is no second outgoing call on same channel in DDE conversation. + + + + +A particular parameter is invalid and cannot be (un)marshalled. + + + + +Received data is invalid; could be server or client data. + + + + +The server (callee) cannot unmarshall the parameter data - low memory, etc. + + + + +The server (callee) cannot marshall the return data - low memory, etc. + + + + +The client (caller) cannot unmarshall the return data - low memory, etc. + + + + +The client (caller) cannot marshall the parameter data - low memory, etc. + + + + +The call was not transmitted properly; the message queue was full and was not emptied after yielding. + + + + +The data packet with the marshalled parameter data is incorrect. + + + + +The caller (client) disappeared while the callee (server) was processing a call. + + + + +The callee (server [not server application]) is not available and disappeared; all connections are invalid. The call may have executed. + + + + +The connection terminated or is in a bogus state and cannot be used any more. Other connections are still valid. + + + + +It is illegal to call out while inside message filter. + + + + +The caller is dispatching an asynchronous call and cannot make an outgoing call on behalf of this call. + + + + +The caller is dispatching an intertask SendMessage call and cannot call out via PostMessage. + + + + +Call was canceled by the message filter. + + + + +Call was rejected by callee. + + + + +Copy Protection Error - The drive's region setting may be permanent or the number of user resets has been exhausted. + + + + +Copy Protection Error - The current DVD's region does not correspond to the region setting of the drive. + + + + +Copy Protection Error - The read failed because the sector is encrypted. + + + + +Copy Protection Error - DVD session key not established. + + + + +Copy Protection Error - The given sector does not have a valid CSS key. + + + + +Copy Protection Error - DVD CSS Authentication failed. + + + + +Generic Copy Protection Error. + + + + +Consolidation of the storage file is inappropriate. (commit succeeded). + + + + +Consolidation of the storage file failed. (commit succeeded). + + + + +Multiple opens prevent consolidated. (commit succeeded). + + + + +The notified event sink will not influence the storage operation. + + + + +The storage operation should retry immediately. + + + + +The storage operation should block until more data is available. + + + + +The underlying file was converted to compound file format. + + + + +The file download has been terminated. + + + + +The file download was aborted abnormally. The file is incomplete. + + + + +The compound file was not created with the STGM_SIMPLE flag + + + + +The compound file is too large for the current implementation + + + + +OLE32.DLL has been loaded at the wrong address. + + + + +The docfile has been corrupted. + + + + +Illegal operation called on object with extant marshallings. + + + + +Illegal operation called on non-file based storage. + + + + +Share.exe or equivalent is required for operation. + + + + +The compound file %1 was produced with a newer version of storage. + + + + +The compound file %1 was produced with an incompatible version of storage. + + + + +Can't save. + + + + +Attempted to use an object that has ceased to exist. + + + + +The storage has been changed since the last commit. + + + + +Attempted to use an object that is busy. + + + + +Invalid flag error. + + + + +That function is not implemented. + + + + +An unexpected error occurred. + + + + +The name %1 is not valid. + + + + +The file %1 is not a valid compound file. + + + + +An API call exited abnormally. + + + + +Illegal write of non-simple property to simple property set. + + + + +There is insufficient disk space to complete operation. + + + + +Invalid parameter error. + + + + +%1 already exists. + + + + +A lock violation has occurred. + + + + +A share violation has occurred. + + + + +A disk error occurred during a read operation. + + + + +A disk error occurred during a write operation. + + + + +An error occurred during a seek operation. + + + + +Disk is write-protected. + + + + +There are no more entries to return. + + + + +Invalid pointer error. + + + + +There is insufficient memory available to complete operation. + + + + +Attempted an operation on an invalid object. + + + + +Access Denied. + + + + +There are insufficient resources to open another file. + + + + +The path %1 could not be found. + + + + +%1 could not be found. + + + + +Unable to perform requested operation. + + + + +Circular dependency between types/modules. + + + + +Inconsistent property functions. + + + + +Error loading type library/DLL. + + + + +Error creating unique tmp file. + + + + +I/O Error. + + + + +Invalid number of arguments. + + + + +Type mismatch. + + + + +Incorrect inheritance depth in standard OLE hmember. + + + + +Duplicate ID in inheritance hierarchy. + + + + +Size may not exceed 64K. + + + + +Wrong module kind for the operation. + + + + +Function not defined in specified DLL. + + + + +Unknown LCID. + + + + +Name already exists in the library. + + + + +Ambiguous name. + + + + +Element not found. + + + + +Type mismatch. + + + + +Invalid forward reference, or reference to uncompiled type. + + + + +Qualified name disallowed. + + + + +Bound to unknown type. + + + + +Library not registered. + + + + +Error accessing the OLE registry. + + + + +Old format or invalid type library. + + + + +Old format or invalid type library. + + + + +Field name not defined in the record. + + + + +Buffer too small. + + + + +Buffer too small + + + + +Division by zero. + + + + +Does not support a collection. + + + + +Invalid callee. + + + + +Parameter not optional. + + + + +Invalid number of parameters. + + + + +Memory is locked. + + + + +Unknown language. + + + + +Invalid index. + + + + +Out of present range. + + + + +Exception occurred. + + + + +Bad variable type. + + + + +No named arguments. + + + + +Unknown name. + + + + +Type mismatch. + + + + +Parameter not found. + + + + +Member not found. + + + + +Unknown interface. + + + + +The class is not configured to support Elevated activation. + + + + +The activation requires that the RunAs value for the application is Activate As Activator. + + + + +The activation requires a display name to be present under the CLSID key. + + + + +The specified machine name was not found in the cache. + + + + +Not all the requested interfaces were available + + + + +The requested allocation size was too large + + + + +An allocation chain contained an invalid link pointer + + + + +An invalid root block pointer was specified + + + + +Object server is stopping when OLE service contacts it + + + + +Moniker path could not be normalized + + + + +OLE service could not communicate with the object server + + + + +Server execution failed + + + + +Bad path to object + + + + +RPC communication failed with OLE service + + + + +OLE service could not bind object + + + + +Attempt to create a class object failed + + + + +The task settings do not allow the task to start on demand. + + + + +The task has properties that are not compatible with previous versions of Windows. + + + + +The task is disabled. + + + + +The Task Scheduler service has asked the task to run. + + + + +The Task Scheduler service attempted to run the task, but the task did not run due to one of the constraints in the task definition. + + + + +The Task Scheduler service is too busy to handle your request. Please try again later. + + + + +The Task Scheduler service is not available. + + + + +The task image is corrupt or has been tampered with. + + + + +The task will not run because the user is not logged on. + + + + +An instance of this task is already running. + + + + +The task cannot be started after the trigger's end boundary. + + + + +The task XML contains too many nodes of the same type. + + + + +The task is registered, but may fail to start. Batch logon privilege needs to be enabled for the task principal. + + + + +The task is registered, but not all specified triggers will start the task. + + + + +The task XML is malformed. + + + + +The task XML is missing a required element or attribute. + + + + +The task XML contains a value which is incorrectly formatted or out of range. + + + + +The task XML contains an element or attribute from an unexpected namespace. + + + + +The task XML contains an unexpected node. + + + + +The Task Scheduler Service is not running. + + + + +The task has been configured with an unsupported combination of account settings and run time options. + + + + +The task object version is either unsupported or invalid. + + + + +Task Scheduler security services are available only on Windows NT. + + + + +Corruption was detected in the Task Scheduler security database; the database has been reset. + + + + +Unable to establish existence of the account specified. + + + + +No account information could be found in the Task Scheduler security database for the task indicated. + + + + +The object is either an invalid task object or is not a task object. + + + + +The task object could not be opened. + + + + +The Task Scheduler Service is not installed on this computer. + + + + +There is no running instance of the task. + + + + +One or more of the properties that are needed to run this task have not been set. + + + + +Trigger not found. + + + + +Event triggers don't have set run times. + + + + +Either the task has no triggers or the existing triggers are disabled or not set. + + + + +The last run of the task was terminated by the user. + + + + +One or more of the properties that are needed to run this task on a schedule have not been set. + + + + +There are no more runs scheduled for this task. + + + + +The task has not yet run. + + + + +The task will not run at the scheduled times because it has been disabled. + + + + +The task is currently running. + + + + +The task is ready to run at its next scheduled time. + + + + +Moniker is already registered in running object table + + + + +Common prefix is both monikers + + + + +Common prefix is input moniker + + + + +Common prefix is this moniker + + + + +Moniker reduced to itself + + + + +Unable to convert OLESTREAM to IStorage + + + + +Message is too long; some of it had to be truncated before displaying + + + + +Invalid window handle passed + + + + +Verb number is valid but verb cannot be done now + + + + +Invalid verb for OLE object + + + + +Some cache(s) not updated + + + + +Same cache + + + + +FORMATETC not supported + + + + +View is already frozen + + + + +Data has same FORMATETC + + + + +Use the default cursor + + + + +Drag-drop operation canceled + + + + +Successful drop took place + + + + +Macintosh clipboard format + + + + +Success, but static + + + + +Use the registry database to provide the requested information + + + + +The component made a call to EnterTransactionScope, but did not make a corresponding call to ExitTransactionScope before returning. + + + + +The component attempted to make a cross-context call between invocations of EnterTransactionScopeand ExitTransactionScope. This is not allowed. Cross-context calls cannot be made while inside of a transaction scope. + + + + +The TxIsolation Level property for the COM+ component being created is stronger than the TxIsolationLevel for the "root" component for the transaction. The creation failed. + + + + +The COM+ component requires synchronization, and it is not configured for it. + + + + +The COM+ component you created must use object construction to work correctly. + + + + +The COM+ component you created must use object pooling to work. + + + + +An attempt to use a database generated a database specific error. + + + + +An attempt to write a cookie failed. + + + + +IIS intrinsics not available. Start your work with IIS. + + + + +The components threading model has changed after install into a COM+ Application. Please re-install component. + + + + +The requested operation requires that the current context have a Transaction, and it does not + + + + +The requested operation requires that JIT be in the current context and it is not + + + + +COM+ Activation failed because an initialization function failed. Check the event log for more information. + + + + +COM+ activation failed because the activation could not be completed in the specified amount of time. + + + + +COM+ Activation failed due to a catalog or configuration error. + + + + +COM+ Activation failed. Check the event log for more information + + + + +An unexpected error occurred during COM+ Activation. + + + + +COM+ was unable to talk to the Microsoft Distributed Transaction Coordinator + + + + +The specified role was not configured for the application + + + + +You made a method call on a COM+ component that has a transaction that has already committed or aborted. + + + + +The component is configured to use synchronization and a thread has timed out waiting to enter the context. + + + + +The component is configured to use synchronization and this method call would cause a deadlock to occur. + + + + +There is no MTS object context + + + + +You made a method call on a COM+ component that has a transaction that has already aborted or in the process of aborting. + + + + +The root transaction wanted to commit, but transaction aborted + + + + +The resource manager has requested to be the coordinator (last resource manager) for the transaction. + + + + +The local transaction has not aborted. + + + + +The resource manager has performed a single-phase commit of the transaction. + + + + +An abort operation was already in progress. + + + + +The transaction was successfully aborted. However, the abort was non-retaining. + + + + +The sink is for the moment and wishes the transaction to proceed, but if other changes are made following this return by other event sinks then this sink wants another chance to look + + + + +The sink is content and wishes the transaction to proceed. Changes were made to one or more resources during this call. + + + + +No changes were made during this call, but the sink wants another chance to look if any other sinks make further changes. + + + + +The transaction was successfully aborted. However, this is a coordinated transaction, and some number of enlisted resources were aborted outright because they could not support abort-retaining semantics + + + + +The method call succeeded because the transaction was read-only. + + + + + XACT_S_DEFECT + + + + +An asynchronous operation was specified. The operation has begun, but its outcome is not known yet. + + + + + XACT_E_REPLAYREQUEST + + + + + XACT_E_INVALIDLSN + + + + + XACT_E_TRANSACTIONCLOSED + + + + + XACT_E_RECOVERYINPROGRESS + + + + + XACT_E_CLERKEXISTS + + + + + XACT_E_CLERKNOTFOUND + + + + +The local transaction has aborted. + + + + +MSDTC was unable to load the dtc proxy dll. + + + + +MSDTC was unable to read its configuration information. + + + + +The transaction manager has disabled its support for XA transactions. + + + + +The partner transaction manager has disabled its support for remote/network transactions. + + + + +The transaction manager has disabled its support for remote/network transactions. + + + + +The Transaction Manager has disabled its support for TIP. + + + + +The Transaction Manager on the destination machine is not available. + + + + +This transaction manager could not propagate a transaction from another TIP transaction manager. + + + + +This transaction manager encountered a protocol error with another TIP transaction manager. + + + + +This transaction manager failed to establish a connection with another TIP transaction manager. + + + + +Resource manager reenlistment to determine transaction status timed out. + + + + +A request to establish a connection with the transaction manager was denied. + + + + +A connection with the transaction manager was lost. + + + + +The Transaction Manager is not available. + + + + +The Transaction Manager returned a log full error. + + + + +The transaction has already been aborted. + + + + +The requested operation is already in progress for the transaction. + + + + +A time-out was specified, but time-outs are not supported. + + + + +The transaction status is in doubt. A communication failure occurred, or a transaction manager or resource manager has failed + + + + +The transaction cookie is invalid. + + + + +An import object for the transaction could not be found. + + + + +An enlistment in a transaction already exists. + + + + +The indicated unit of work does not match the unit of work expected by the resource manager. + + + + +This method was called in the wrong state + + + + +The resource manager id is not associated with this transaction or the transaction manager. + + + + +An invalid combination of flags was specified + + + + +The transaction has already been implicitly or explicitly committed or aborted + + + + +The transaction failed to commit due to the failure of optimistic concurrency control in at least one of the resource managers. + + + + +There is no resource presently associated with this enlistment + + + + +The requested semantics of retention of isolation across retaining commit and abort boundaries cannot be supported by this transaction implementation, or isoFlags was not equal to zero. + + + + +Unable to enlist in the transaction. + + + + +The transaction manager doesn't support an asynchronous operation for this method. + + + + +The requested isolation level is not valid or supported. + + + + +Some of the states of the resource may have been committed while others may have been aborted, likely because of heuristic decisions. + + + + +Some of the states of the resource were committed while others were aborted, likely because of heuristic decisions. + + + + +Instead of aborting, the resource heuristically committed. + + + + +Instead of committing, the resource heuristically aborted. + + + + +Cannot call commit on this transaction object because the calling application did not initiate the transaction. + + + + +The transaction failed to commit for an unknown reason. The transaction was aborted. + + + + +A retaining commit or abort is not supported + + + + +Another single phase resource manager has already been enlisted in this transaction. + + + + +The owner of the PerUser subscription is not logged on to the system specified + + + + +The event class for this subscription is in an invalid partition + + + + +Cannot modify or delete an object that was added using the COM+ Admin SDK + + + + +Cannot modify or delete an object that was not added using the COM+ Admin SDK + + + + +COM+ is required for this operation, but is not installed + + + + +Not all the objects requested could be removed + + + + +A subscription cannot be stored unless its event class already exists + + + + +An interface has too many methods to fire events from + + + + +A user-supplied component or subscriber raised an exception + + + + +The owner SID on a per-user subscription doesn't exist + + + + +An unexpected internal error was detected + + + + +An unexpected exception was raised + + + + +An invalid field name was used in a query string + + + + +A syntax error occurred trying to evaluate a query string + + + + +An event was delivered but there were no subscribers + + + + +An event was unable to invoke any of the subscribers + + + + +An event was able to invoke some but not all of the subscribers + + + + +Object has been released + + + + +Application was launched but it didn't register a class factory + + + + +Object is not connected to server + + + + +Object is already registered + + + + +Object is not registered + + + + +Wrong OS or OS version for application + + + + +Error in the DLL + + + + +DLL for class not found + + + + +Some error in application program + + + + +Application cannot be run more than once + + + + +Application not found + + + + +Invalid interface string + + + + +Invalid class string + + + + +Class of object cannot be determined + + + + +CoInitialize has already been called. + + + + +CoInitialize has not been called. + + + + +Moniker could not be enumerated + + + + +No common prefix + + + + +Moniker does not refer to storage + + + + +Moniker class has no inverse + + + + +User input required for operation to succeed + + + + +Moniker cannot open file + + + + +Moniker is not bound + + + + +Moniker is not bindable + + + + +Intermediate operation failed + + + + +Bad extension for file + + + + +No object for moniker + + + + +Invalid syntax + + + + +Operation unavailable + + + + +Moniker needs to be generic + + + + +Operation exceeded deadline + + + + +Moniker needs to be connected manually + + + + +CloseClipboard Failed + + + + +Data on clipboard is invalid + + + + +SetClipboard Failed + + + + +EmptyClipboard Failed + + + + +OpenClipboard Failed + + + + +There was an error in a Windows GDI call while converting the DIB to a bitmap. + + + + +Contents of IStorage is missing one of the standard streams + + + + +Contents of the IStorage not in correct format + + + + +There was an error in a Windows GDI call while converting the bitmap to a DIB + + + + +Contents of the OLESTREAM not in correct format + + + + +OLESTREAM Put method failed + + + + +OLESTREAM Get method failed + + + + +Space for tools is not available + + + + +Undo is not available + + + + +Invalid verb for OLE object + + + + +No verbs for OLE object + + + + +Cache not updated + + + + +An error occurred in the software installation data in the Active Directory. + + + + +The schema for the software installation data in the Active Directory does not match the required schema. + + + + +The size of this object exceeds the maximum size set by the Administrator. + + + + +A network error interrupted the operation. + + + + +The path to the software installation data in the Active Directory is not correct. + + + + +The software installation data object in the Active Directory already exists. + + + + +There is no software installation data object in the Active Directory. + + + + +There is no software installation data in the Active Directory. + + + + +The software installation data in the Active Directory is corrupt. + + + + +The CLSID was not found in the software installation data in the Active Directory. + + + + +Deleting this will break the referential integrity of the software installation data in the Active Directory. + + + + +No package in the software installation data in the Active Directory meets this criteria. + + + + +Description not found + + + + +CATID does not exist + + + + +Threading model entry is not valid + + + + +Interface not registered + + + + +Class not registered + + + + +Invalid value for registry + + + + +Could not find the key in the registry + + + + +Could not write key to registry + + + + +Could not read key from registry + + + + +Error drawing view + + + + +Class is not licensed for use + + + + +ClassFactory cannot supply requested class + + + + +Class does not support aggregation (or class object is remote) + + + + +Invalid window handle + + + + +This window has already been registered as a drop target + + + + +Trying to revoke a drop target that has not been registered + + + + +Object doesn't support IViewObject interface + + + + +tdSize parameter of the DVTARGETDEVICE structure is invalid + + + + +Invalid aspect(s) + + + + +Invalid clipboard format + + + + +Invalid tymed + + + + +Invalid lindex + + + + +Invalid STATDATA structure + + + + +Invalid STDGMEDIUM structure + + + + +Invalid DVTARGETDEVICE structure + + + + +Invalid FORMATETC structure + + + + +Not able to perform the operation because object is not given storage yet + + + + +Not able to convert object + + + + +Object is not in any of the inplace active states + + + + +Invalid window handle + + + + +compobj.dll is too old for the ole2.dll initialized + + + + +Invalid rectangle + + + + +User canceled out of save dialog + + + + +Object is static; operation not allowed + + + + +Not able to bind to the source + + + + +Not able to get the moniker of the object + + + + +Linked object's source class has changed + + + + +Uninitialized object + + + + +There is no cache to operate on + + + + +Need to run the object to perform this operation + + + + +There is no connection for this connection ID + + + + +This implementation doesn't take advises + + + + +Can't enumerate any more, because the associated data is missing + + + + +Invalid advise flags + + + + +Invalid OLEVERB structure + + + + +The server principal name (SPN) obtained during security negotiation is malformed. + + + + +The provided side-by-side configuration is invalid + + + + +The provided thread pool configuration is invalid + + + + +The provided tracker configuration is invalid + + + + +Unable to complete the call since there is no COM+ security context inside IObjectControl.Activate. + + + + +The server started, but did not finish initializing in a timely fashion. + + + + +The thread-pool rejected the submitted asynchronous work. + + + + +The common language runtime is not available + + + + +The component or application containing the component has been disabled. + + + + +Activations on the server are not paused. + + + + +Activations on the server are paused. + + + + +The specified activation could not occur in the client context as specified. + + + + +A Microsoft Software Installer error was encountered. + + + + +A dll must be loaded. + + + + +The operation attempted is not supported. + + + + +The registration information for this interface is inconsistent or incomplete. + + + + +The registration information for this server is inconsistent or incomplete. + + + + +The server did not respond after being launched. + + + + +This computer was unable to communicate with the computer providing the server. + + + + +The service providing this server could not be started. + + + + +The client is not allowed to launch this server. + + + + +The server process could not be started because the configured identity is incorrect. Check the username and password. + + + + +The server process could not be started as the configured identity. The pathname may be incorrect or unavailable. + + + + +The server process could not be started. The pathname may be incorrect. + + + + +A RunAs specification must be <domain name>\<user name> or simply <user name> + + + + +Use of Ole1 services requiring DDE windows is disabled + + + + +The class is configured to run as a security id different from the caller + + + + +A Remote activation was necessary but the server name provided was invalid + + + + +A Remote activation was necessary but was not allowed + + + + +There was an attempt to call CoInitialize a second time while single threaded + + + + +Failure attempting to launch OLE service + + + + +Unable to map view of file for OLE service + + + + +The OLE service file mapping already exists + + + + +The OLE service mutex already exists + + + + +The user supplied memory allocator is unacceptable + + + + +Could not allocate thread local storage channel control + + + + +Cannot set thread local storage channel control + + + + +Unable to initialize RPC services + + + + +Unable to initialize class cache + + + + +Get memory allocator failure + + + + +Get shared memory allocator failure + + + + +Thread local storage failure + + + + +The data necessary to complete this operation is not yet available. + + + + +General access denied error + + + + +Unspecified error + + + + +Operation aborted + + + + +Invalid handle + + + + +Invalid pointer + + + + +No such interface supported + + + + +One or more arguments are invalid + + + + +Ran out of memory + + + + +Not implemented + + + + +Catastrophic failure + + + + +The requested system device cannot be found. + + + + +The requested system device cannot be identified due to multiple indistinguishable devices potentially matching the identification criteria. + + + + +The caller of SetMonitorColorTemperature specified a color temperature that the current monitor did not support. This error implies that the monitor violated the MCCS 2.0 or MCCS 2.0 Revision 1 specification. + + + + +The monitor returned an invalid monitor technology type. CRT, Plasma and LCD (TFT) are examples of monitor technology types. This error implies that the monitor violated the MCCS 2.0 or MCCS 2.0 Revision 1 specification. + + + + +An internal Monitor Configuration API error occurred. + + + + +The Monitor Configuration API only works with monitors that support the MCCS 1.0 specification, MCCS 2.0 specification or the MCCS 2.0 Revision 1 specification. + + + + +The MCCS version in a monitor's mccs_ver capability does not match the MCCS version the monitor reports when the VCP Version (0xDF) VCP code is used. + + + + +The monitor does not comply with the MCCS specification it claims to support. + + + + +The monitor's VCP Version (0xDF) VCP code returned an invalid version value. + + + + +The monitor returned a DDC/CI capabilities string that did not comply with the ACCESS.bus 3.0, DDC/CI 1.1 or MCCS 2 Revision 1 specification. + + + + +Locale installation failed. + + + + +UI language installation failed. + + + + +User stopped resource enumeration. + + + + +The resource loader cache doesn't have loaded MUI entry. + + + + +The RC Manifest has invalid ultimatefallback name. + + + + +The RC Manifest has invalid culture name. + + + + +The RC Manifest is corrupted with garbage data or unsupported version or missing required item. + + + + +The resource loader failed to load MUI file because the file fail to pass validation. + + + + +The resource loader failed to find MUI file. + + + + +No active channel is found for the query. + + + + +The credential used by this subscription can't be found in credential store. + + + + +The credential store that is used to save credentials is full. + + + + +When forwarding events from local machine to itself, the query of the subscription can't contain target log of the subscription. + + + + +The log of the subscription is in disabled state, and can not be used to forward events to. The log must first be enabled before the subscription can be activated. + + + + +The subscription fails to activate. + + + + +Attempted to create a numeric type that is outside of its valid range. + + + + +The publisher has been disabled and its resource is not avaiable. This +usually occurs when the publisher is in the process of being uninstalled +or upgraded. + + + + +The channel at index %1!d! of the query can't be opened. + + + + +The resource is too new to be compatible. + + + + +The resource is too old to be compatible. + + + + +The locale specific resource for the desired message is not present. + + + + +The event definition could not be found for event id (%1). + + + + +The maximum number of replacements has been reached. + + + + +The description string for parameter reference (%1) could not be found. + + + + +The substitution string for insert index (%1) could not be found. + + + + +The message id for the desired message could not be found. + + + + +the message resource is present but the message is not found in the string/message table + + + + +The xpath expression exceeded supported complexity. Please symplify it or split it into two or more simple expressions. + + + + +The channel fails to activate. + + + + +Publisher property %1!s! contains invalid value. The value has invalid type, is outside of valid range, can't be updated or is not supported by this type of publisher. + + + + +Channel property %1!s! contains invalid value. The value has invalid type, is outside of valid range, can't be updated or is not supported by this type of channel. + + + + +The requested operation cannot be performed over an enabled direct channel. The channel must first be disabled before performing the requested operation. + + + + +The token encountered was unexpected. + + + + +This operator is unsupported by this implementation of the filter. + + + + +A syntax error occurred at position %1!d! + + + + +This data type is currently unsupported. + + + + +A step operation must involve either a node test or, in the case of a predicate, an algebraic expression against which to test each node in the node set identified by the preceeding node set can be evaluated. + + + + +Left hand side arguments to binary operators must be either attributes, nodes or variables and right hand side arguments must be constants. + + + + +Can't perform a step operation from a term that does not represent an element set. + + + + +An expression can only be followed by a change of scope operation if it itself evaluates to a node set and is not already part of some other change of scope operation. + + + + +Registered MSXML doesn't support validation. + + + + +Query result is currently at an invalid position. + + + + +The query result is stale / invalid. This may be due to the log being cleared or rolling over after the query result was created. Users should handle this code by releasing the query result object and reissuing the query. + + + + +Configuration error. + + + + +The caller is trying to subscribe to a direct channel which is not allowed. The events for a direct channel go directly to a logfile and cannot be subscribed to. + + + + +The specified xml text was not well-formed. See Extended Error for more details. + + + + +The specified channel could not be found. Check channel configuration. + + + + +The event data raised by the publisher is not compatible with the event template definition in the publisher's manifest + + + + +The specified publisher name is invalid. + + + + +The template for an event definition cannot be found in the resource (error = %1). + + + + +The publisher metadata cannot be found in the resource. + + + + +The specified query is invalid. + + + + +The specified channel path is invalid. + + + + +A component is missing file verification information in its manifest. + + + + +A generic command executable returned a result that indicates failure. + + + + +The SMI primitive installer failed during setup or servicing. + + + + +One or more required members of the transaction are not present. + + + + +The setting is not registered. + + + + +The size of the manifest exceeds the maximum allowed. + + + + +The file is not a part of the assembly. + + + + +The assembly is not a deployment. + + + + +The component identities are different. + + + + +The identities of the manifests are identical but their contents are different. + + + + +The character encoding in the XML declaration did not match the encoding used in the document. + + + + +An advanced installer failed during setup or servicing. + + + + +The component store has been corrupted. + + + + +The component must be locked before making the request. + + + + +A substitution string had no mapping. + + + + +The public key token does not correspond to the public key specified. + + + + +A string containing localized substitutable content was malformed. Either a dollar sign ($) was follwed by something other than a left parenthesis or another dollar sign or an substitution's right parenthesis was not found. + + + + +The identity string is malformed. This may be due to a trailing comma, more than two unnamed attributes, missing attribute name or missing attribute value. + + + + +An identity contains two definitions for the same attribute. + + + + +The name of an attribute in an identity is not within the legal range. + + + + +The value of an attribute in an identity is not within the legal range. + + + + +The activation context of system default assembly could not be generated. + + + + +A kernel mode component is releasing a reference on an activation context. + + + + +A component used by the isolation facility has requested to terminate the process. + + + + +The activation context being deactivated has already been deactivated. + + + + +The activation context being deactivated is not active for the current thread of execution. + + + + +The activation context being deactivated is not the most recently activated one. + + + + +The application isolation metadata for this process or thread has become corrupt. + + + + +The activation context activation stack for the running thread of execution is corrupt. + + + + +The referenced assembly could not be found. + + + + +The supplied assembly identity has one or more attribute names that contain characters not permitted in XML names. + + + + +The supplied assembly identity is missing one or more attributes which must be present in this context. + + + + +Assembly Protection Error : The catalog for an assembly is missing. + + + + +An HRESULT could not be translated to a corresponding Win32 error code. + + + + +Assembly Protection Error : The catalog for an assembly is not valid, or does not match the assembly's manifest. + + + + +Assembly Protection Error : The public key for an assembly was too short to be allowed. + + + + +Assembly Protection Error : Unable to recover the specified assembly. + + + + +Manifest Parse Error : Missing equals sign between attribute and attribute value. + + + + +Manifest Parse Error : Invalid version number. + + + + +Manifest Parse Error : The standalone attribute cannot be used in external entities. + + + + +Manifest Parse Error : The standalone attribute must have the value 'yes' or 'no'. + + + + +Manifest Parse Error : The name 'xml' is reserved and must be lower case. + + + + +Manifest Parse Error : Switch from current encoding to specified encoding not supported. + + + + +Manifest Parse Error : System does not support the specified encoding. + + + + +Manifest Parse Error : The namespace prefix is not allowed to start with the reserved string "xml". + + + + +Manifest Parse Error : A CDATA section was not closed. + + + + +Manifest Parse Error : A declaration was not closed. + + + + +Manifest Parse Error : A comment was not closed. + + + + +Manifest Parse Error : A string literal was not closed. + + + + +Manifest Parse Error : End element was missing the character '>'. + + + + +Manifest Parse Error : Element was not closed. + + + + +Manifest Parse Error : Parameter entities cannot be used inside markup declarations in an internal subset. + + + + +Manifest Parse Error : Unexpected end of file. + + + + +Manifest Parse Error : XML document must have a top level element. + + + + +Manifest Parse Error : Invalid xml declaration. + + + + +Manifest Parse Error : Invalid at the top level of the document. + + + + +Manifest Parse Error : Only one top level element is allowed in an XML document. + + + + +Manifest Parse Error : Duplicate attribute. + + + + +Manifest Parse Error : The following tags were not closed: %1. + + + + +Manifest Parse Error : End tag was not expected at this location. + + + + +Manifest Parse Error : Expecting whitespace or '?'. + + + + +Manifest Parse Error : Invalid unicode character value for this platform. + + + + +Manifest Parse Error : Invalid character for hexidecimal digit. + + + + +Manifest Parse Error : Invalid character for decimal digit. + + + + +Manifest Parse Error : Multiple colons are not allowed in a name. + + + + +Manifest Parse Error : A single or double closing quote character (\' or \") is missing. + + + + +Manifest Parse Error : Missing parenthesis. + + + + +Manifest Parse Error : End of file reached in invalid state for current encoding. + + + + +Manifest Parse Error : Whitespace is not allowed at this location. + + + + +Manifest Parse Error : Internal error. + + + + +Manifest Parse Error : Unbalanced parentheses. + + + + +Manifest Parse Error : A semi colon character was expected. + + + + +Manifest Parse Error : The character '>' was expected. + + + + +Manifest Parse Error : Required white space was missing. + + + + +Manifest Parse Error : An Invalid character was found in text content. + + + + +Manifest Parse Error : Invalid syntax for an xml declaration. + + + + +Manifest Parse Error : A string literal contained an invalid character. + + + + +Manifest Parse Error : A name contained an invalid character. + + + + +Manifest Parse Error : A name was started with an invalid character. + + + + +Manifest Parse Error : Incorrect syntax was used in a comment. + + + + +Manifest Parse Error : A string literal was expected, but no opening quote character was found. + + + + +The policy manifest contains one or more syntax errors. + + + + +A component's file does not match the verification information present in the component manifest. + + + + +Two or more components referenced directly or indirectly by the application manifest are different versions of the same component which is not permitted. + + + + +Two or more components referenced directly or indirectly by the application manifest have the same COM ProgIDs. + + + + +Two or more components referenced directly or indirectly by the application manifest have the same COM type library TLBIDs. + + + + +Two or more components referenced directly or indirectly by the application manifest have proxies for the same COM interface IIDs. + + + + +Two or more components referenced directly or indirectly by the application manifest have the same COM server CLSIDs. + + + + +Two or more components referenced directly or indirectly by the application manifest have window classes with the same name. + + + + +Two or more components referenced directly or indirectly by the application manifest have files by the same name. + + + + +The private manifest probed has crossed reparse-point-associated path + + + + +The manifest has a default namespace specified on the assembly element but its value is not "urn:schemas-microsoft-com:asm.v1". + + + + +The manifest is missing the required default namespace specification on the assembly element. + + + + +The manifest contains an attribute for the assembly identity which is not valid. + + + + +The manifest for an assembly used by the application has a reference to a dependent assembly which is not installed + + + + +The application manifest contains a reference to a dependent assembly which is not installed + + + + +The manifest contains a reference to an invalid URI. + + + + +The encoding requested is not recognized. + + + + +The encoding group identifier specified is not recognized. + + + + +An attempt to set the process default activation context failed because the process default activation context was already set. + + + + +Lack of system resources has required isolated activation to be disabled for the current thread of execution. + + + + +The type requested activation context section does not match the query API used. + + + + +A component version required by the application conflicts with another component version already active. + + + + +The requested lookup key was not found in any active activation context. + + + + +The application attempted to activate a disabled activation context. + + + + +The manifest file contains one or more syntax errors. + + + + +The manifest file does not begin with the required tag and format information. + + + + +The referenced assembly is not installed on your system. + + + + +The application binding data format is invalid. + + + + +The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log for more detail. + + + + +The requested section was not present in the activation context. + + + + +IPsec dropped a clear text packet. + + + + +IPsec integrity check failed. + + + + +IPsec header and/or trailer in the packet is invalid. + + + + +Packet sequence number replay check failed. + + + + +Packet was received on an IPsec SA that doesn't match the packet characteristics. + + + + +Packet was received on an IPsec SA whose lifetime has expired. + + + + +The SPI in the packet does not match a valid IPsec SA. + + + + + ERROR_IPSEC_IKE_NEG_STATUS_END + + + + +Too many dynamically added IKEEXT filters were detected. + + + + +Quick mode SA was expired by IPsec driver. + + + + +Parameters of the main mode are invalid for this quick mode. + + + + +Error processing NatOA payload. + + + + +Could not verify binding between CGA address and certificate. + + + + +IKE service is shutting down. + + + + +Sent DOS cookie notify to intiator. + + + + +Received invalid authentication offers. + + + + +Received unexpected message ID. + + + + +Certificate doesn't chain to a trusted root in IPsec policy. + + + + +Main mode SA assumed to be invalid because peer stopped responding. + + + + +Main mode SA lifetime expired or peer sent a main mode delete. + + + + +Reached maximum quick mode limit for the main mode. New main mode will be started. + + + + +IKE received a policy that disables negotiation. + + + + +Max number of established MM SAs to peer exceeded. + + + + +Key length in certificate is too small for configured security requirements. + + + + +The lifetime value received in the Responder Lifetime Notify is below the Windows 2000 configured minimum value. Please fix the policy on the peer machine. + + + + +Temporary state created to perform reinit. This is not a real failure. + + + + +Deleted via RPC call + + + + +Load failed + + + + +Invalid certificate signature + + + + +Invalid authentication algorithm + + + + +Invalid encryption algorithm + + + + +Invalid hash size + + + + +Invalid hash algorithm + + + + +Hash verification failed + + + + +Unsupported ID + + + + +Policy match error + + + + +Error decrypting payload + + + + +Error encrypting payload + + + + +Invalid Diffie-Hellman group + + + + +Diffie-Hellman failure + + + + +Invalid situation + + + + +Invalid DOI + + + + +Invalid policy + + + + +Failed to add Security Association to IPSec Driver. The most common cause for this is if the IKE negotiation took too long to complete. If the problem persists, reduce the load on the faulting machine. + + + + +Memory allocation failed. + + + + +Given filter is invalid + + + + +Failed to obtain new SPI for the inbound SA from Ipsec driver. The most common cause for this is that the driver does not have the correct filter. Check your policy to verify the filters. + + + + +Failed to determine SSPI principal name for ISAKMP/ERROR_IPSEC_IKE service (QueryCredentialsAttributes). + + + + +Failed to obtain Kerberos server credentials for ISAKMP/ERROR_IPSEC_IKE service. Kerberos authentication will not function. The most likely reason for this is lack of domain membership. This is normal if your computer is a member of a workgroup. + + + + +Failed to query Kerberos package to obtain max token size. + + + + +Failed to obtain security function table dispatch address from SSPI. + + + + +Failed to load SECURITY.DLL. + + + + +Failed to enabled TCB privilege. + + + + +There is no available Main Mode IKE policy. + + + + +New policy invalidated SAs formed with old policy + + + + +Certification Revocation check of peer's certificate failed + + + + +Peer failed to send valid machine certificate + + + + +Invalid cookie received. + + + + +Soft SA torn down + + + + +Soft SA loaded + + + + +Invalid payload received + + + + +Error processing VendorId payload + + + + +Error processing Delete Payload + + + + +Error processing Notify payload + + + + +Error processing Nonce payload + + + + +Error processing Signature payload + + + + +Error processing Hash payload + + + + +Error processing Certificate Request payload + + + + +Error processing Cert payload + + + + +Error processing ID payload + + + + +Error processing KE payload + + + + +Error processing Transform payload + + + + +Error processing Proposal payload + + + + +Error processing SA payload + + + + +Error processing error payload + + + + +Peer's certificate did not have a public key + + + + +Failed to authenticate using kerberos + + + + +Failed to verify signature + + + + +No policy configured + + + + +Invalid header + + + + +Failure in Diffie-Helman computation + + + + +IKE negotiation failed because the machine certificate used does not have a private key. IPsec certificates require a private key. Contact your Network Security administrator about replacing with a certificate that has a private key. + + + + +Invalid certificate type + + + + +Invalid certificate key usage + + + + +Certificate Revocation Check failed + + + + +Unknown error occurred + + + + +Negotiation took too long + + + + +Negotiation took too long + + + + +No response from peer + + + + +Negotiation request sat in Queue too long + + + + +Negotiation request sat in Queue too long + + + + +Negotiation request sat in Queue too long + + + + +Negotiation request sat in Queue too long + + + + +IKE SA deleted before establishment completed + + + + +IKE SA deleted by peer before establishment completed + + + + +IKE failed to find valid machine certificate. Contact your Network Security Administrator about installing a valid certificate in the appropriate Certificate Store. + + + + +Negotiation timed out + + + + +General processing error + + + + +IKE Negotiation in progress + + + + +IKE security attributes are unacceptable + + + + +IKE authentication credentials are unacceptable + + + + + ERROR_IPSEC_IKE_NEG_STATUS_BEGIN + + + + +The Quick Mode policy was successfully added, but some of the requested offers are not supported. + + + + +The Main Mode policy was successfully added, but some of the requested offers are not supported. + + + + +The Quick Mode policy is pending deletion. + + + + +The Main Mode authentication bundle is pending deletion. + + + + +The Main Mode policy is pending deletion. + + + + +The tunnel filter is pending deletion. + + + + +The transport filter is pending deletion. + + + + +The Main Mode filter is pending deletion. + + + + +The specified tunnel mode filter was not found. + + + + +The specified tunnel mode filter exists. + + + + +The specified default quick mode policy was not found. + + + + +The specified default main mode authentication list was not found. + + + + +The specified default main mode policy was not found. + + + + +The specified main mode authentication list is being used. + + + + +The specified main mode authentication list was not found. + + + + +The specified main mode authentication list exists. + + + + +The specified transport mode filter does not exist. + + + + +The specified transport mode filter already exists. + + + + +The specified main mode filter was not found. + + + + +The specified main mode filter already exists. + + + + +The specified main mode policy is being used. + + + + +The specified main mode policy was not found + + + + +The specified main mode policy already exists. + + + + +The specified quick mode policy is being used. + + + + +The specified quick mode policy was not found. + + + + +The specified quick mode policy already exists. + + + + +A reserved policy element was found in the QOS provider-specific buffer. + + + + +An invalid shaping rate object was found in the QOS provider-specific buffer. + + + + +An invalid shape discard mode object was found in the QOS provider specific buffer. + + + + +An invalid FILTERSPEC was found in the QOS provider-specific buffer. + + + + +An invalid or inconsistent flowspec was found in the QOS provider specific buffer. + + + + +An invalid QOS flow descriptor was found in the flow descriptor list. + + + + +An invalid policy object was found in the QOS provider-specific buffer. + + + + +An unrecognized object was found in the QOS provider-specific buffer. + + + + +An incorrect number of flow descriptors was specified in the QOS structure. + + + + +An object with an invalid ObjectLength field was specified in the QOS provider-specific buffer. + + + + +An incorrect number of QOS FILTERSPECs were specified in the FLOWDESCRIPTOR. + + + + +An invalid QOS filter type was used. + + + + +An invalid QOS filter style was used. + + + + +Invalid QOS provider-specific buffer. + + + + +An invalid or inconsistent flowspec was found in the QOS structure. + + + + +An invalid or unrecognized service type was found in the flowspec. + + + + +General QOS error. + + + + +Problem with some part of the flowspec. + + + + +Problem with some part of the filterspec or providerspecific buffer in general. + + + + +Unknown or conflicting style. + + + + +Rejected for administrative reasons - bad credentials. + + + + +Error due to lack of resources. + + + + +Reserve has been confirmed. + + + + +There are no receivers. + + + + +There are no senders. + + + + +At least one path has arrived. + + + + +At least one reserve has arrived. + + + + +The requested name is valid, but no data of the requested type was found. + + + + +A non-recoverable error occurred during a database lookup. + + + + +This is usually a temporary error during hostname resolution and means that the local server did not receive a response from an authoritative server. + + + + +No such host is known. + + + + +A database query failed because it was actively refused. + + + + +A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled. + + + + +No more results can be returned by WSALookupServiceNext. + + + + +The specified class was not found. + + + + +No such service is known. The service cannot be found in the specified name space. + + + + +A system call that should never fail has failed. + + + + +The requested service provider could not be loaded or initialized. + + + + +The requested service provider is invalid. + + + + +The procedure call table is invalid. + + + + +A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled. + + + + +No more results can be returned by WSALookupServiceNext. + + + + +Returned by WSARecv or WSARecvFrom to indicate the remote party has initiated a graceful shutdown sequence. + + + + +Either the application has not called WSAStartup, or WSAStartup failed. + + + + +The Windows Sockets version requested is not supported. + + + + +WSAStartup cannot function at this time because the underlying system it uses to provide network services is currently unavailable. + + + + +Item is not available locally. + + + + +File handle reference is no longer available. + + + + +Ran out of disk quota. + + + + +Ran out of quota. + + + + +A Windows Sockets implementation may have a limit on the number of applications that may use it simultaneously. + + + + +Cannot remove a directory that is not empty. + + + + +A socket operation was attempted to an unreachable host. + + + + +A socket operation failed because the destination host was down. + + + + +Name component or name was too long. + + + + +Cannot translate name. + + + + +No connection could be made because the target machine actively refused it. + + + + +A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. + + + + +Too many references to some kernel object. + + + + +A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call. + + + + +A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied. + + + + +A connect request was made on an already connected socket. + + + + +An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full. + + + + +An existing connection was forcibly closed by the remote host. + + + + +An established connection was aborted by the software in your host machine. + + + + +The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress. + + + + +A socket operation was attempted to an unreachable network. + + + + +A socket operation encountered a dead network. + + + + +The requested address is not valid in its context. + + + + +Only one usage of each socket address (protocol/network address/port) is normally permitted. + + + + +An address incompatible with the requested protocol was used. + + + + +The protocol family has not been configured into the system or no implementation for it exists. + + + + +The attempted operation is not supported for the type of object referenced. + + + + +The support for the specified socket type does not exist in this address family. + + + + +The requested protocol has not been configured into the system, or no implementation for it exists. + + + + +An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call. + + + + +A protocol was specified in the socket function call that does not support the semantics of the socket type requested. + + + + +A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself. + + + + +A required address was omitted from an operation on a socket. + + + + +An operation was attempted on something that is not a socket. + + + + +An operation was attempted on a non-blocking socket that already had an operation in progress. + + + + +A blocking operation is currently executing. + + + + +A non-blocking socket operation could not be completed immediately. + + + + +Too many open sockets. + + + + +An invalid argument was supplied. + + + + +The system detected an invalid pointer address in attempting to use a pointer argument in a call. + + + + +An attempt was made to access a socket in a way forbidden by its access permissions. + + + + +The file handle supplied is not valid. + + + + +A blocking operation was interrupted by a call to WSACancelBlockingCall. + + + + +The application directory partition operation failed. The domain controller holding the domain naming master role is down or unable to service the request or is not running Windows Server 2003. + + + + +The directory partition is not available at this time. Please wait a few minutes and try again. + + + + +This DNS server is already enlisted in the specified directory partition. + + + + +This DNS server is not enlisted in the specified directory partition. + + + + +The specified directory partition already exists. + + + + +The specified directory partition does not exist. + + + + +No DNS servers configured for local system. + + + + +TCP/IP network protocol not installed. + + + + +Secure update call needs to continue update request. + + + + +Added local WINS server. + + + + +DNS zone transfer failed. + + + + +DNS AXFR (zone transfer) complete. + + + + +An alias loop has been detected with either CNAME or DNAME records. + + + + +A DNAME record already exists for given name. + + + + +Node is a DNAME DNS record. + + + + +DNS server not creating or reading the boot file for the directory service integrated DNS zone. + + + + +DNS zone already exists in the directory service. + + + + +The directory service is unavailable. + + + + +DNS domain was undeleted. + + + + +Could not create pointer (PTR) record. + + + + +DNS name does not exist. + + + + +Could not create DNS cache data. + + + + +Secondary DNS zone data error. + + + + +DNS record already exists. + + + + +Record only at DNS zone root. + + + + +A CNAME record already exists for given name. + + + + +Node is a CNAME DNS record. + + + + +CNAME loop detected. + + + + +Name not in DNS zone. + + + + +DNS record timed out. + + + + +Unknown DNS record type. + + + + +Node creation failure in DNS. + + + + +DNS record format error. + + + + +DNS record does not exist. + + + + +Failure while reading datafile for DNS zone. + + + + +Failed to write datafile for DNS zone. + + + + +Failed to open datafile for DNS zone. + + + + +Invalid datafile name for DNS zone. + + + + +Primary DNS zone requires datafile. + + + + +The operation cannot be performed because this zone is shutdown. + + + + +This zone must be configured with one or more master DNS server IP addresses. + + + + +A conditional forwarding zone already exists for that name. + + + + +Invalid delete of start of authority (SOA) + + + + +NBTSTAT initialization call failed. + + + + +Need WINS servers. + + + + +WINS initialization failed. + + + + +Need secondary IP address. + + + + +DNS zone not secondary. + + + + +Secondary DNS zone requires master IP address. + + + + +Invalid DNS zone type. + + + + +DNS automatic zone already exists. + + + + +DNS zone already exists. + + + + +DNS zone creation failed. + + + + +DNS zone is locked. + + + + +DNS zone has no Name Server (NS) record. + + + + +DNS zone has no start of authority (SOA) record. + + + + +Invalid DNS zone configuration. + + + + +Invalid operation for DNS zone. + + + + +DNS zone information not available. + + + + +DNS zone does not exist. + + + + +No data is allowed to exist underneath a DNAME record. + + + + +The operation requested is not permitted on against a DNS server running on a read-only DC. + + + + +This operation is not allowed while the DNS server is loading zones in the background. Please try again later. + + + + +The specified value is too large for this parameter. + + + + +The specified value is too small for this parameter. + + + + +The DNS server found root hints but they were not consistent across all adapters. + + + + +The DNS server could not find a set of root hints. + + + + +The record could not be created because this part of the DNS namespace has been delegated to another server. + + + + +The operation requested is not permitted on a DNS root server. + + + + +DNS name is entirely numeric. + + + + +DNS name contains an invalid character. + + + + +DNS name is a single-part name. + + + + +DNS name is dotted (multi-label). + + + + +DNS name is a fully-qualified DNS name. + + + + +DNS name does not comply with RFC specifications. + + + + +Record for given name and type is not unique. + + + + +Try DNS operation again later. + + + + +Invalid property. + + + + +Invalid IP address. + + + + +Invalid DNS type. + + + + +Unsecured DNS packet. + + + + +DNS error, check rcode. + + + + +No DNS packet. + + + + +Bad DNS packet. + + + + +No records found for given DNS query. + + + + +DNS signature validity expired. + + + + +DNS bad key. + + + + +DNS signature failed to verify. + + + + +DNS name in update or prereq is not in zone. + + + + +DNS server not authoritative for zone. + + + + +DNS RR set that ought to exist, does not exist. + + + + +DNS RR set that ought not exist, does exist. + + + + +DNS name that ought not exist, does exist. + + + + +DNS operation refused. + + + + +DNS request not supported by name server. + + + + +DNS name does not exist. + + + + +DNS server failure. + + + + +DNS server unable to interpret format. + + + + +The address books are nested too deeply. Failed to build the hierarchy table. + + + + +The search flags for the attribute are invalid. The tuple index bit is valid only on attributes of Unicode strings. + + + + +The search flags for the attribute are invalid. The subtree index bit is valid only on single valued attributes. + + + + +A required audit event could not be generated for the operation. + + + + +The requested search operation is not supported for ASQ searches. + + + + +The NTDS Settings object for the domain controller does not exist. + + + + +The server object for the domain controller does not exist. + + + + +Could not find a writable domain controller in the domain. + + + + +The local account store does not contain secret material for the specified account. + + + + +The site settings object for the specified site does not exist. + + + + +At this time, it cannot be determined if the branch replication policy is available on the hub domain controller. Please retry at a later time to account for replication latencies. + + + + +The scheduled replication did not take place because the system was too busy to execute the request within the schedule window. The replication queue is overloaded. Consider reducing the number of partners or decreasing the scheduled replication frequency. + + + + +The LDAP servers network send queue has filled up because the client is not processing the results of it's requests fast enough. No more requests will be processed until the client catches up. If the client does not catch up then it will be disconnected. + + + + +The requested operation is not allowed on an object under the system container. + + + + +The directory service cannot replicate with this server because the time since the last replication with this server has exceeded the tombstone lifetime. + + + + +The directory service detected a child partition below the requested partition name. The partition hierarchy must be created in a top down method. + + + + +The Directory Service cannot perform the requested operation because a domain rename operation is in progress. + + + + +The target container for a redirection of a well known object container cannot already be a special container. + + + + +The FSMO role ownership could not be verified because its directory partition has not replicated successfully with atleast one replication partner. + + + + +Cross-domain move of non-empty query based application groups is not allowed. + + + + +Cross-domain move of non-empty basic application groups is not allowed. + + + + +The group cannot be converted due to attribute restrictions on the requested group type. + + + + +Insufficient attributes were given to create an object. This object may not exist because it may have been deleted and already garbage collected. + + + + +The requested object has a non-unique identifier and cannot be retrieved. + + + + +Writeable NCs prevent this DC from demoting. + + + + +The DS cannot derive a service principal name (SPN) with which to mutually authenticate the target server because the server's domain has been deleted from the forest. + + + + +A cross reference is in use locally with the same name. + + + + +The remote create cross reference operation failed on the Domain Naming Master FSMO. The operation's error is in the extended data. + + + + +The Directory Service cannot process the script because it is invalid. + + + + +The directory service failed to authorize the request. + + + + +Schema deletion failed: attribute is used in rDNAttID. + + + + +Schema update failed: Duplicate msDS-INtId. Retry the operation. + + + + +Schema update failed: No values for msDS-IntId are available. + + + + +Operation not allowed on a disabled cross ref. + + + + +The directory service binding must be renegotiated due to a change in the server +extensions information. + + + + +The directory service cannot perform the requested operation because the servers +involved are of different replication epochs (which is usually related to a +domain rename that is in progress). + + + + +The Directory Service cannot process the script because of an error. + + + + +The Directory Service cannot parse the script because of a syntax error. + + + + +The Directory Service failed to enter single user mode. + + + + +The DS cannot derive a service principal name (SPN) with which to mutually authenticate the target server because the corresponding server object in the local DS database has no serverReference attribute. + + + + +The Global catalog server is not in the closest site. + + + + +The thread limit for this request was exceeded. + + + + +The directory cannot validate the proposed naming context (or partition) name because it does not hold a replica nor can it contact a replica of the naming context above the proposed naming context. Please ensure that the parent naming context is properly registered in DNS, and at least one replica of this naming context is reachable by the Domain Naming master. + + + + +Could not access a partition of the directory service located on a remote server. Make sure at least one server is running for the partition in question. + + + + +The requested action is not supported on standard server. + + + + +Unable to resolve completely, a referral to another forest is generated. + + + + +This object is not allowed to change its grandparent container. Moves are not forbidden on this object, but are restricted to sibling containers. + + + + +A system flag has been set on the object and does not allow the object to be moved or renamed. + + + + +Move operations on objects in the schema naming context are not allowed. + + + + +Rename or move operations on naming context heads or read-only objects are not allowed. + + + + +An account group cannot have a universal group as a member. + + + + +Schema update failed: There are no link identifiers available. + + + + +Schema update failed: The link identifier is reserved. + + + + +Unable to find a valid security descriptor reference domain for this partition. + + + + +Unable to continue operation because multiple conflicting controls were used. + + + + +The database is out of version store. + + + + +The machine account was created pre-NT4. The account needs to be recreated. + + + + +The requested name already exists as a unique identifier. + + + + +The sort order requested is not supported. + + + + +The forest functional level cannot be raised to the requested value since one or more domains are still in mixed domain mode. All domains in the forest must be in native mode, for you to raise the forest functional level. + + + + +The functional level of the domain (or forest) cannot be raised to the requested value, because there exist one or more domain controllers in the domain (or forest) that are at a lower incompatible functional level. + + + + +The version of the operating system installed on this server is incompatible with the functional level of the domain or forest. + + + + +The version of the operating system installed on this server no longer supports the current domain functional level. You must raise the domain functional level before this server can become a domain controller in this domain. + + + + +The version of the operating system installed on this server no longer supports the current forest functional level. You must raise the forest functional level before this server can become a domain controller in this forest. + + + + +The version of the operating system installed is incompatible with the current domain functional level. You must upgrade to a new version of the operating system before this server can become a domain controller in this domain. + + + + +The version of the operating system installed is incompatible with the current forest functional level. You must upgrade to a new version of the operating system before this server can become a domain controller in this forest. + + + + +Security Accounts Manager initialization failed because of the following error: %1. +Error Status: 0x%2. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further. + + + + +Directory Services could not start because of the following error: %1. +Error Status: 0x%2. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further. + + + + +Critical Directory Service System objects cannot be deleted during tree delete operations. The tree delete may have been partially performed. + + + + +For security reasons, the source DC must be NT4SP4 or greater. + + + + +For security reasons, the operation must be run on the destination DC. + + + + +Your computer could not be joined to the domain. You have exceeded the maximum number of computer accounts you are allowed to create in this domain. Contact your system administrator to have this limit reset or increased. + + + + +The unicodePwd attribute value must be enclosed in double quotes. + + + + +A Filter was passed that uses constructed attributes. + + + + +A Service Principal Name (SPN) could not be constructed because the provided hostname is not in the necessary format. + + + + +Security principal objects can only be created inside domain naming contexts. + + + + +The operation requires that source domain auditing be enabled. + + + + +The checkpoint with the PDC could not be taken because there too many modifications being processed currently. + + + + +The attribute is not allowed to be replicated to the GC because of security reasons. + + + + +Foreign security principals cannot be members of universal groups. + + + + +A local group can only be a member of other local groups in the same domain. + + + + +The requested operation can be performed only on a global catalog server. + + + + +The requested domain could not be deleted because there exist domain controllers that still host this domain. + + + + +The replication update could not be applied because either the source or the destination has not yet received information regarding a recent cross-domain move operation. + + + + +The replication operation could not be completed due to a previous schema incompatibility. + + + + +The replication operation could not be completed due to a schema incompatibility. + + + + +Schema information could not be included in the replication request. + + + + +Security Accounts Manager initialization failed because of the following error: %1. +Error Status: 0x%2. Click OK to shut down the system and reboot into Safe Mode. Check the event log for detailed information. + + + + +The source and destination object must be of the same type. + + + + +The source object's SID already exists in destination forest. + + + + +The source object must be a group or user. + + + + +The operation couldn't locate a DC for the source domain. + + + + +The operation requires that destination domain auditing be enabled. + + + + +The destination domain must be in the forest. + + + + +The source domain may not be in the same forest as destination. + + + + +The connection between client and server requires packet privacy or better. + + + + +Directory Services could not start. + + + + +Directory Service cannot start. + + + + +Security Account Manager needs to get the boot key from floppy disk. + + + + +Security Account Manager needs to get the boot password. + + + + +The syntax of the linked attribute being added is incorrect. Forward links can only have syntax 2.5.5.1, 2.5.5.7, and 2.5.5.14, and backlinks can only have syntax 2.5.5.1 + + + + +The object requested was not found, but an object with that key was found. + + + + +The Security Descriptor attribute could not be read. + + + + +While processing a change to the DNS Host Name for an object, the Service Principal Name values could not be kept in sync. + + + + +The DSA operation is unable to proceed because of a DNS lookup failure. + + + + +Only DSAs configured to be Global Catalog servers should be allowed to hold the Domain Naming Master FSMO role. (Applies only to Windows 2000 servers) + + + + +The schema cache load failed to convert the string default SD on a class-schema object. + + + + +A group with primary members cannot change to a security-disabled group. + + + + +A local group cannot have another cross domain local group as a member. + + + + +A global group cannot have a cross-domain member. + + + + +A universal group cannot have a local group as a member. + + + + +A global group cannot have a universal group as a member. + + + + +A global group cannot have a local group as a member. + + + + +You cannot nest local groups in a mixed domain if the group is security-enabled. + + + + +You cannot nest global groups in a mixed domain if the group is security-enabled. + + + + +The specified group type is invalid. + + + + +The replica/child install failed to read the objectVersion attribute in the SCHEMA section of the file schema.ini in the system32 directory. + + + + +The replica/child install failed to get the objectVersion attribute on the schema container on the source DC. Either the attribute is missing on the schema container or the credentials supplied do not have permission to read it. + + + + +An object of this class cannot be created under the schema container. You can only create attribute-schema and class-schema objects under the schema container. + + + + +Schema update is not allowed on this DC because the DC is not the schema FSMO Role Owner. + + + + +Adding a new mandatory attribute to an existing class, deleting a mandatory attribute from an existing class, or adding an optional attribute to the special class Top that is not a backlink attribute (directly or through inheritance, for example, by adding or deleting an auxiliary class) is not allowed. + + + + +An attempt is made to modify the base schema. + + + + +Cannot change the primary group ID of a domain controller account. + + + + +Only an administrator can modify the membership list of an administrative group. + + + + +Security Accounts Manager initialization failed because of the following error: %1. +Error Status: 0x%2. Click OK to shut down the system and reboot into Directory Services Restore Mode. Check the event log for detailed information. + + + + +The directory service failed to identify the list of objects to delete while attempting a tree deletion. + + + + +The directory service failed to lock a tree in preparation for a tree deletion because the tree was in use. + + + + +Tree deletions starting at an object which has an NC head as a descendant are not allowed. + + + + +The search flags for the attribute are invalid. The ANR bit is valid only on attributes of Unicode or Teletex strings. + + + + +Cross-domain move of non-empty resource groups is not allowed. + + + + +Cross-domain move of non-empty account groups is not allowed. + + + + +The operation cannot be performed because the server does not have an infrastructure container in the domain of interest. + + + + +Destination domain must be in native mode. + + + + +The directory cannot validate the proposed naming context name because it does not hold a replica of the naming context above the proposed naming context. Please ensure that the domain naming master role is held by a server that is configured as a global catalog server, and that the server is up to date with its replication partners. (Applies only to Windows 2000 Domain Naming masters) + + + + +A naming context head must be the immediate child of another naming context head, not of an interior node. + + + + +Can't move objects with memberships across domain boundaries as once moved, this would violate the membership conditions of the account group. Remove the object from any account group memberships and retry. + + + + +This object may not be moved across domain boundaries either because cross-domain moves for this class are disallowed, or the object has some special characteristics, e.g.: trust account or restricted RID, which prevent its move. + + + + +A cross-domain move operation failed such that two versions of the moved object exist - one each in the source and destination domains. The destination object needs to be removed to restore the system to a consistent state. + + + + +Another operation which requires exclusive access to the PDC FSMO is already in progress. + + + + +Object being moved across-domains is already known to be deleted by the destination server. The source server does not have the latest version of the source object. + + + + +Source and destination of a cross-domain move do not agree on the identity of the source object. Either source or destination does not have the latest version of the source object. + + + + +Destination of a cross-domain move is not authoritative for the destination naming context. + + + + +Source and destination for a cross-domain move are not in agreement on the naming contexts in the forest. Either source or destination does not have the latest version of the Partitions container. + + + + +Source and destination for the cross-domain move operation are identical. Caller should use local move operation instead of cross-domain move operation. + + + + +Source and destination of a cross-domain move do not agree on the object's current name. Either source or destination does not have the latest version of the object. + + + + +Source and destination of a cross-domain move do not agree on the object's epoch number. Either source or destination does not have the latest version of the object. + + + + +The schema update operation tried to add a backward link attribute that has no corresponding forward link. + + + + +The search failed to retrieve attributes from the database. + + + + +The requested search operation is only supported for base searches. + + + + +The LDAP display name of the class or attribute contains non-ASCII characters. + + + + +The requested operation requires a directory service, and none was available. + + + + +The replication request has been posted; waiting for reply. + + + + +The OM-Object-Class specified is incorrect for an attribute with the specified syntax. + + + + +Modification of a constructed attribute is not allowed. + + + + +Name translation: Unable to perform purely syntactical mapping at the client without going out to the wire. + + + + +Name translation: Unable to resolve completely, only the domain was found. + + + + +Name translation: Input name found, but not the associated output format. + + + + +Name translation: Input name mapped to more than one output name. + + + + +Name translation: Could not find the name or insufficient right to see name. + + + + +Name translation: Generic processing error. + + + + +Schema update failed: An attribute with the same link identifier already exists. + + + + +The version of the directory service schema of the source forest is not compatible with the version of directory service on this computer. + + + + +The server specified for this replication operation was contacted, but that server was unable to contact an additional server needed to complete the operation. + + + + +The replication synchronization attempt failed because a master replica attempted to sync from a partial replica. + + + + +Synchronization attempt failed because the destination DC is currently waiting to synchronize new partial attributes from source. This condition is normal if a recent schema change modified the partial attribute set. The destination partial attribute set is not a subset of source partial attribute set. + + + + +The replication operation was terminated because the system is shutting down. + + + + +The replication synchronization attempt was abandoned because of a lack of updates. + + + + +The replication operation was preempted. + + + + +The replication operation failed because a required parent object is missing. + + + + +The replication source has been reinstalled. + + + + +The replication operation failed due to a collision of object names. + + + + +The destination server is currently rejecting replication requests. + + + + +The source server is currently rejecting replication requests. + + + + +The replication remote procedure call was cancelled. + + + + +The requested operation is not supported by this version of the directory service. + + + + +Replication access was denied. + + + + +The naming context is in the process of being removed or is not replicated from the specified server. + + + + +The replication operation encountered a database error. + + + + +The naming context cannot be removed because it is replicated to another server. + + + + +The replication reference information for the target server does not exist. + + + + +The replication reference information for the target server already exists. + + + + +The replication operation encountered an error with the mail system. + + + + +The replication operation failed to allocate memory. + + + + +The replication operation encountered an object with an invalid instance type. + + + + +The server specified for this replication operation could not be contacted. + + + + +The replication operation encountered a database inconsistency. + + + + +The replication system encountered an internal error. + + + + +The distinguished name specified for this replication operation already exists. + + + + +The naming context specified for this replication operation is invalid. + + + + +The distinguished name specified for this replication operation is invalid. + + + + +The directory service is too busy to complete the replication operation at this time. + + + + +An invalid parameter was specified for this replication operation. + + + + +The replication operation failed. + + + + +The directory service was unable to transfer ownership of one or more floating single-master operation roles to other servers. + + + + +The directory service is missing mandatory configuration information, and is unable to determine the ownership of floating single-master operation roles. + + + + +This directory server is shutting down, and cannot take ownership of new floating single-master operation roles. + + + + +A root object requires a class of 'top'. + + + + +The directory service encountered an unknown failure. + + + + +The directory service encountered an internal failure. + + + + +The allocation of the hierarchy table failed. + + + + +The attempt to count the address book indices failed. + + + + +The directory configuration parameter is missing from the registry. + + + + +The attempt to build the hierarchy table failed. + + + + +The hierarchy file is invalid. + + + + +The operation cannot replace the hidden record. + + + + +The modification was not permitted for security reasons. + + + + +The child object could not be retrieved. + + + + +The naming context could not be found in the cache. + + + + +The naming context could not be found. + + + + +The DSA object could not be found. + + + + +The replication operation failed because of a schema mismatch between the servers involved. + + + + +The global catalog verification failed. The global catalog is not available or does not support the operation. Some part of the directory is currently not available. + + + + +Failed to obtain the required syntax for the attribute schema. + + + + +Schema allocation failed. Please check if the machine is running low on memory. + + + + +The schema is not loaded. + + + + +A security checking error has occurred. + + + + +The specified naming context is missing a cross reference. + + + + +An expected attribute is missing. + + + + +The attribute GOVERNSID is missing. + + + + +A database error has occurred. + + + + +An internal error has occurred. + + + + +The instance type attribute could not be retrieved. + + + + +No superior reference has been configured for the directory service. The directory service is therefore unable to issue referrals to objects outside this forest. + + + + +The distinguished name attribute could not be read. + + + + +The class could not be removed from the cache. + + + + +The attribute could not be removed from the cache. + + + + +The class could not be cached. + + + + +The attribute could not be cached. + + + + +The attribute schema has bad syntax. + + + + +Cannot read the governs class identifier for the schema record. + + + + +The requested delete operation could not be performed. + + + + +The tree deletion is not finished. The request must be made again to continue deleting the tree. + + + + +Schema update failed in recalculating validation cache. + + + + +Schema deletion failed: class is used as poss superior. + + + + +Schema deletion failed: class is used as sub class. + + + + +Schema deletion failed: class is used as auxiliary class. + + + + +Schema update failed: Rdn-Att-Id has wrong syntax. + + + + +Schema update failed: class in subclassof list does not exist or does not satisfy hierarchy rules. + + + + +Schema update failed: class in poss-superiors does not exist. + + + + +Schema update failed: class in aux-class list does not exist or is not an auxiliary class. + + + + +Schema update failed: attribute in must-contain does not exist. + + + + +Schema update failed: attribute in may-contain does not exist. + + + + +Schema deletion failed: attribute is used in may-contain. + + + + +Schema deletion failed: attribute is used in must-contain. + + + + +Schema update failed: syntax mismatch. + + + + +Schema update failed: range-lower less than range upper. + + + + +Schema update failed: duplicate LDAP display name. + + + + +Schema update failed: duplicate schema-id GUID. + + + + +Schema update failed: duplicate MAPI identifier. + + + + +Schema update failed: duplicate OID. + + + + +Schema update failed: duplicate RDN. + + + + +Notification filter is too complex. + + + + +Subtree notifications are only supported on NC heads. + + + + +It is not permitted to delete a master cross reference. + + + + +A cross reference already exists. + + + + +The name reference is invalid. + + + + +The specified class is not a subclass. + + + + +The specified class is not defined. + + + + +Only the replicator can perform this function. + + + + +The attribute cannot be modified because it is owned by the system. + + + + +Modification of a DN across a naming context is not permitted. + + + + +The requested FSMO operation failed. The current FSMO holder could not be contacted. + + + + +The role owner attribute could not be read. + + + + +The directory service request is invalid. + + + + +The operation could not be performed because the directory service is shutting down. + + + + +The cross reference for the specified naming context could not be found. + + + + +The operation cannot be performed on a back link. + + + + +A local object with this GUID (dead or alive) already exists. + + + + +The schema object could not be found. + + + + +The class of the object must be structural; you cannot instantiate an abstract class. + + + + +It is not permitted to add an attribute which is owned by the system. + + + + +The object must be a naming context. + + + + +The parent of a new subref must exist. + + + + +Failed to create name for deleted object. + + + + +The security descriptor is invalid. + + + + +The security descriptor is too short. + + + + +The name does not identify an object; the name identifies a phantom. + + + + +The directory service cannot get the attribute type for a name. + + + + +The directory service encountered an error parsing a name. + + + + +The name value is too long. + + + + +The name is too long. + + + + +The name has too many parts. + + + + +Access to the attribute is not permitted because the attribute is owned by the Security Accounts Manager (SAM). + + + + +The object cannot be added because the parent is not on the list of possible superiors. + + + + +Insufficient access rights to perform the operation. + + + + +The object must be of class DSA. + + + + +The operation can only be performed on an internal master DSA object. + + + + +A directory service error has occurred. + + + + +The DSA object cannot be deleted. + + + + +The operation cannot continue because the object is in the process of being removed. + + + + +The operation is out of scope. + + + + +The alias cannot be dereferenced. + + + + +It is not permitted for an alias to refer to another alias. + + + + +The object name has bad syntax. + + + + +The aliased object is missing. + + + + +Directory object not found. + + + + +The operation cannot be performed because child objects exist. This operation can only be performed on a leaf object. + + + + +The object and parent must be of the same type, either both masters or both replicas. + + + + +Having a parent that is an alias is not permitted. Aliases are leaf objects. + + + + +The operation could not be performed because the object's parent is either uninstantiated or deleted. + + + + +Chained evaluation is not permitted. + + + + +Chaining is not permitted. + + + + +The specified root object cannot be a subref. + + + + +The attribute value cannot be removed because it is not present on the object. + + + + +The attribute cannot be removed because it is not present on the object. + + + + +The specified value already exists. + + + + +A value for the attribute was not in the acceptable range of values. + + + + +Multiple values were specified for an attribute that can have only one value. + + + + +The specified attribute is not present, or has no values. + + + + +The specified attribute is already present on the object. + + + + +An attempt was made to modify an object to include an attribute that is not legal for its class. + + + + +A required attribute is missing. + + + + +The object class attribute must be specified. + + + + +The operation must be performed at a master DSA. + + + + +The specified instance type is not valid. + + + + +The specified object is too large. + + + + +Illegal modify operation. Some aspect of the modification is not permitted. + + + + +The attribute specified in the operation is not present on the object. + + + + +The user buffer is too small. + + + + +None of the requested attributes were found on the objects. + + + + +An attempt was made to add an object using an RDN that is not the RDN defined in the schema. + + + + +An attempt was made to add an object of a class that does not have an RDN defined in the schema. + + + + +An attempt was made to add an object to the directory with a name that is already in use. + + + + +The maximum size of an object has been exceeded. + + + + +A reference to an attribute that is not defined in the schema occurred. + + + + +The add replica operation cannot be performed. The naming context must be writeable in order to create the replica. + + + + +The root object must be the head of a naming context. The root object cannot have an instantiated parent. + + + + +The search results exceed the offset range specified. + + + + +The search requires a SORT control. + + + + +The preset referral limit was exceeded. + + + + +A referral loop was detected by the client. + + + + +The specified control is not supported by the server. + + + + +No results were returned. + + + + +The specified method is not supported. + + + + +One or more parameters are illegal. + + + + +The search filter cannot be recognized. + + + + +A decoding error has occurred. + + + + +An encoding error has occurred. + + + + +A local error has occurred. + + + + +The server is not operational. + + + + +The operation affects multiple DSAs + + + + +The result set is too large. + + + + +There is a naming violation. + + + + +A loop has been detected. + + + + +The server is unwilling to process the request. + + + + +There is an alias dereferencing problem. + + + + +The object is a leaf object. + + + + +An invalid dn syntax has been specified. + + + + +There is an alias problem. + + + + +There is no such object on the server. + + + + +A constraint violation occurred. + + + + +Inappropriate matching. + + + + +This request requires a secure connection. + + + + +The server does not support the requested critical extension. + + + + +A referral was returned from the server. + + + + +The authentication mechanism is unknown. + + + + +Inappropriate authentication. + + + + +A more secure authentication method is required for this server. + + + + +The requested authentication method is not supported by the server. + + + + +The compare response was true. + + + + +The compare response was false. + + + + +The administrative limit for this request was exceeded. + + + + +The size limit for this request was exceeded. + + + + +The time limit for this request was exceeded. + + + + +A protocol error occurred. + + + + +An operations error occurred. + + + + +A domain controller promotion is not currently active + + + + +A domain controller promotion is currently active. + + + + +The requested policy information is only in the directory service. + + + + +The policy object does not exist. + + + + +The policy object is shared and can only be modified at the root. + + + + +Unable to contact the global catalog server. + + + + +The requested cross-domain move operation could not be performed. + + + + +The directory service detected an attempt to modify the object class of an object. + + + + +The directory service cannot perform the requested operation on the RDN attribute of an object. + + + + +The directory service can perform the requested operation only on a leaf object. + + + + +The requested operation did not satisfy one or more constraints associated with the class of the object. + + + + +The directory service was unable to initialize the subsystem that allocates relative identifiers. + + + + +The requested operation could not be performed because the directory service is not the master for that type of operation. + + + + +The directory service has exhausted the pool of relative identifiers. + + + + +The directory service was unable to allocate a relative identifier. + + + + +The directory service is unavailable. + + + + +The directory service is busy. + + + + +The specified directory service attribute or value already exists. + + + + +The attribute type specified to the directory service is not defined. + + + + +The attribute syntax specified to the directory service is invalid. + + + + +The specified directory service attribute or value does not exist. + + + + +The directory service evaluated group memberships locally. + + + + +An error occurred while installing the directory service. For more information, see the event log. + + + + +The file replication service detected an invalid parameter. + + + + +The file replication service cannot stop replicating the system volume because of an internal error. +The event log may have more information. + + + + +The file replication service cannot process the request. The system volume is busy with a previous request. + + + + +The file replication service cannot populate the system volume because of an internal timeout. +The event log may have more information. + + + + +The file replication service cannot populate the system volume because of an internal error. +The event log may have more information. + + + + +The file replication service on the domain controller cannot communicate with the file replication service on this computer. +The event log may have more information. + + + + +The file replication service cannot communicate with the file replication service on the domain controller. +The event log may have more information. + + + + +The file replication service cannot satisfy the request because authenticated RPC is not available on the domain controller. +The event log may have more information. + + + + +The file replication service cannot satisfy the request because the user has insufficient privileges on the domain controller. +The event log may have more information. + + + + +The file replication service cannot satisfy the request because authenticated RPC is not available. +The event log may have more information. + + + + +The file replication service cannot satisfy the request because the user has insufficient privileges. +The event log may have more information. + + + + +The file replication service cannot be contacted. +The event log may have more information. + + + + +The file replication service terminated the request. +The event log may have more information. + + + + +The file replication service API terminated the request. +The event log may have more information. + + + + +The file replication service cannot be stopped. + + + + +The file replication service cannot be started. + + + + +The file replication service API was called incorrectly. + + + + +The target session is incompatible with the current session. + + + + +The Terminal Server security layer detected an error in the protocol stream and has disconnected the client. + + + + +The Client Drive Mapping Service Has Disconnected on Terminal Connection. + + + + +The Client Drive Mapping Service Has Connected on Terminal Connection. + + + + +The RDP protocol component %2 detected an error in the protocol stream and has disconnected the client. + + + + +Unable to log you on because of an account restriction. + + + + +The user %s\\%s is already logged on to the console of this computer. You do not have permission to log in at this time. To resolve this issue, contact %s\\%s and have them log off. + + + + +The user %s\\%s is currently logged on to this computer. Only the current user or an administrator can log on to this computer. + + + + +You do not have the proper encryption level to access this Session. + + + + +Remote logins are currently disabled. + + + + +Activation has already been reset the maximum number of times for this installation. Your activation timer will not be cleared. + + + + +The remote control of the console was terminated because the display mode was changed. Changing the display mode in a remote control session is not supported. + + + + +Remote control could not be terminated because the specified session is not currently being remotely controlled. + + + + +The system license has expired. Your logon request is denied. + + + + +The client you are using is not licensed to use this system. Your logon request is denied. + + + + +The number of connections to this computer is limited and all connections are in use right now. +Try connecting later or contact your system administrator. + + + + +Your request to connect to this Terminal Server has been rejected. Your Terminal Server client license number has not been entered for this copy of the Terminal Server client. +Please contact your system administrator. + + + + +Your request to connect to this Terminal Server has been rejected. Your Terminal Server client license number is currently being used by another user. +Please call your system administrator to obtain a unique license number. + + + + +The requested session is not configured to allow remote control. + + + + +The requested session cannot be controlled remotely. +This may be because the session is disconnected or does not currently have a user logged on. + + + + +The specified terminal connection driver is invalid. + + + + +The requested session access is denied. + + + + +The request to control another session remotely was denied. + + + + +Reconnecting a disconnected session to the console is not supported. + + + + +Disconnecting the console session is not supported. + + + + +The client failed to respond to the server connect message. + + + + +The requested operation can be performed only on the system console. +This is most often the result of a driver or system DLL requiring direct console access. + + + + +Your interactive logon privilege has been disabled. +Please contact your administrator. + + + + +The application attempted to enable DOS graphics mode. +DOS graphics mode is not supported. + + + + +An attempt has been made to connect to a session whose video mode is not supported by the current client. + + + + +The requested operation cannot be completed because the terminal connection is currently busy processing a connect, disconnect, reset, or delete operation. + + + + +The specified session name is already in use. + + + + +The specified session cannot be found. + + + + +Transport driver error + + + + +Voice detected at remote site on callback. + + + + +Busy signal detected at remote site on callback. + + + + +Dial tone not detected within the required time. Verify that the phone cable is properly attached and functional. + + + + +Carrier detect has failed or carrier has been dropped due to disconnect. + + + + +The modem did not respond to the command sent to it. Verify that the modem is properly cabled and powered on. + + + + +The modem did not accept the command sent to it. Verify that the configured modem name matches the attached modem. + + + + +The modem name was not found in MODEM.INF. + + + + +The MODEM.INF file was not found. + + + + +There are no free output buffers available. + + + + +A close operation is pending on the session. + + + + +A service with the same name already exists on the system. + + + + +A registry key for event logging could not be created for this session. + + + + +The specified terminal connection driver was not found in the system path. + + + + +The specified protocol driver was not found in the system path. + + + + +The specified protocol driver is invalid. + + + + +The specified session name is invalid. + + + + +This operation cannot be performed in a transaction. + + + + +The link tracking operation could not be completed because a transaction is active. + + + + +The operation could not be completed because the volume is dirty. Please run chkdsk and try again. + + + + +The compression operation could not be completed because a transaction is active on the file. + + + + +The operation could not be completed due to bad clusters on disk. + + + + +The transactional resource manager had too many tranactions outstanding that could not be aborted. The transactional resource manger has been shut down. + + + + +The transactional resource manager cannot currently accept transacted work due to a transient condition such as low resources. + + + + +I/O was attempted on a section object that has been floated as a result of a transaction ending. There is no valid data. + + + + +The call to create a TransactionManager object failed because the Tm Identity stored in the logfile does not match the Tm Identity that was passed in as an argument. + + + + +The sparse operation could not be completed because a transaction is active on the file. + + + + +Windows has discovered corruption in a file, and that file has since been repaired. Data loss may have occurred. + + + + +The savepoint operation failed because files are open on the transaction. This is not permitted. + + + + +The target volume is not a snapshot volume. This operation is only valid on a volume mounted as a snapshot. + + + + +Transactions cannot be frozen because a freeze is already in progress. + + + + +The request to thaw frozen transactions was ignored because transactions had not previously been frozen. + + + + +This file is open for modification in an unresolved transaction and may be opened for execute only by a transacted reader. + + + + +Promotion was required in order to allow the resource manager to enlist, but the transaction was set to disallow it. + + + + +A transaction scope could not be entered because the scope handler has not been initialized. + + + + +Transaction metadata is already present on this file and cannot be superseded. + + + + +Memory mapping (creating a mapped section) a remote file under a transaction is not supported. + + + + +An attempt to create space in the transactional resource manager's log failed. The failure status has been recorded in the event log. + + + + +This object is not allowed to be opened in a transaction. + + + + +The encryption operation could not be completed because a transaction is active. + + + + +The transactional metadata attribute on the file or directory is corrupt and unreadable. + + + + +A rollback could not be scheduled because a previously scheduled rollback has already executed or been queued for execution. + + + + +The operation could not be completed because the transaction manager does not have a log. + + + + +The operation would leave a transactional resource manager in an inconsistent state and is therefore not allowed. + + + + +The $Txf directory must be empty for this operation to succeed. + + + + +The operation would involve a single file with two transactional resource managers and is therefore not allowed. + + + + +The operation cannot be performed because another transaction is depending on the fact that this property will not change. + + + + +The file cannot be opened transactionally, because its identity depends on the outcome of an unresolved transaction. + + + + +The transactional resource manager has already been started. + + + + +The transactional resource manager is already consistent. Recovery is not needed. + + + + +The request was rejected because the enlistment in question is not a superior enlistment. + + + + +The transaction outcome is unavailable because the resource manager responsible for it has disconnected. + + + + +The file can't be recovered because there is a handle still open on it. + + + + +The log data is corrupt. + + + + +There is no transaction metadata on the file. + + + + +The handle has been invalidated by a transaction. The most likely cause is the presence of memory mapping on a file or an open handle when the transaction ended or rolled back to savepoint. + + + + +The remote server sent mismatching version number or Fid for a file opened with transactions. + + + + +It is not possible to create any more miniversions for this stream. + + + + +It is not possible to open a miniversion with modify access. + + + + +A miniversion may only be opened in the context of the transaction that created it. + + + + +The specified file miniversion was found but has been invalidated. Most likely cause is a transaction savepoint rollback. + + + + +The specified file miniversion was not found for this transacted file open. + + + + +The object (file, stream, link) corresponding to the handle has been deleted by a Transaction Savepoint Rollback. + + + + +The requested log size is invalid. + + + + +The remote server or share does not support transacted file operations. + + + + +The specified directory does not contain a resource manager. + + + + +The metadata of the RM has been corrupted. The RM will not function. + + + + +Transaction support within the specified file system resource manager is not started or was shutdown due to an error. + + + + +The function attempted to use a name that is reserved for use by another transaction. + + + + +The kernel transaction manager had to abort or forget the transaction because it blocked forward progress. + + + + +Implicit transaction are not supported. + + + + +The specified operation could not be performed, because the record that would be logged was too long. This can occur because of two conditions: either there are too many Enlistments on this Transaction, or the combined RecoveryInformation being logged on behalf of those Enlistments is too long. + + + + +The specified operation could not be performed on this Superior enlistment, because the enlistment was not created with the corresponding completion response in the NotificationMask. + + + + +Because the associated transaction manager or resource manager has been closed, the handle is no longer valid. + + + + +The call to create a superior Enlistment on this Transaction object could not be completed, because the Transaction object specified for the enlistment is a subordinate branch of the Transaction. Only the root of the Transactoin can be enlisted on as a superior. + + + + +The specified TransactionManager was unable to create the objects contained in its logfile in the Ob namespace. Therefore, the TransactionManager was unable to recover. + + + + +The specified ResourceManager was unable to create an enlistment, because its associated TransactionManager is not online. + + + + +The specified TransactionManager object could not be opened, because it was not found. + + + + +The specified Enlistment object could not be opened, because it was not found. + + + + +The specified ResourceManager object could not be opened, because it was not found. + + + + +The specified Transaction object could not be opened, because it was not found. + + + + +The current transaction context associated with the thread is not a valid handle to a transaction object. + + + + +The buffer passed in to PushTransaction or PullTransaction is not in a valid format. + + + + +The requested propagation protocol was not registered as a CRM. + + + + +The attempt to propagate the Transaction failed. + + + + +The RM tried to register a protocol that already exists. + + + + +The Transaction object already has a superior enlistment, and the caller attempted an operation that would have created a new superior. Only a single superior enlistment is allow. + + + + +The resource manager has attempted to prepare a transaction that it has not successfully joined. + + + + +The specified ResourceManager made no changes or updates to the resource under this transaction. + + + + +The Transaction Manager was unable to be successfully initialized. Transacted operations are not supported. + + + + +It is too late to perform the requested operation, since the Transaction has already been committed. + + + + +It is too late to perform the requested operation, since the Transaction has already been aborted. + + + + +The caller has called a response API, but the response is not expected because the TM did not issue the corresponding request to the caller. + + + + +The requested operation is not valid on the Transaction object in its current state. + + + + +The requested operation was made in the context of a transaction that is no longer active. + + + + +The transaction handle associated with this operation is not valid. + + + + +The log is pinned due to reservation consuming most of the log space. Free some reserved records to make space available. + + + + +Records were appended to the log or reservation changes were made, but the log could not be flushed. + + + + +Security on the log and its containers is inconsistent. + + + + +Log metadata flush failed. + + + + +Log space cannot be reclaimed because the log is pinned. + + + + +Log service is not in the correct state to perform a requested action. + + + + +Log service enountered an invalid container state when attempting a requested action. + + + + +Log service enountered an error when attempting open a log container. + + + + +Log service enountered an error when attempting to write to a log container. + + + + +Log service enountered an error when attempting to read from a log container. + + + + +A request has already been made to handle the log full condition. + + + + +A log client has not been registered on the stream. + + + + +A log client has already registered on the stream. + + + + +The log must have at least two containers before it can be read from or written to. + + + + +The operation requires a non-ephemeral log, but the log is ephemeral. + + + + +Log archival is in progress. + + + + +The operation requires an archive context. + + + + +The operation failed because the log is a dedicated log. + + + + +Log is multiplexed, no direct writes to the physical log is allowed. + + + + +The log could not be set to the requested size. + + + + +Log space is exhausted. + + + + +An new or existing archive tail or base of the active log is invalid. + + + + +Reserved log space or the adjustment of the log space is invalid. + + + + +Number of reserved log records or the adjustment of the number of reserved log records is invalid. + + + + +Log record is not a record in the log file. + + + + +Log space cannot be reclaimed because the log is pinned by the archive tail. + + + + +A policy on the log in question prevented the operation from completing. + + + + +The installed set of policies on the log is invalid. + + + + +Log policy in question was not installed at the time of the request. + + + + +Log policy could not be installed because a policy of the same type is already present. + + + + +Log service has attempted to read or write backward past the start of the log. + + + + +Log service has reached the maximum allowable containers allocated to a log file. + + + + +Log service cannot delete log file or file system container. + + + + +Log service encountered an attempt to erroneous allocate or dispose reservation space. + + + + +Log service encountered a metadata file with inconsistent data. + + + + +Log service encountered a metadata file that could not be created by the log file system. + + + + +Log service encountered a corrupted metadata file. + + + + +Log service encountered a log stream with no restart area. + + + + +Log service encountered an attempt to read the log with an invalid read mode. + + + + +Log service encountered an invalid log block. + + + + +Log service encountered an invalid log block version. + + + + +Log service encountered an invalid log restart area. + + + + +Log service encountered an attempt read from a marshalling area with an invalid read context. + + + + +Log service user marshalling buffers are exhausted. + + + + +Log service encountered an attempt access data outside the active log range. + + + + +Log service encountered a partial or incomplete log block. + + + + +Log service encountered a remapped log sector. + + + + +Log service encountered a log sector with invalid block parity. + + + + +Log service encountered an invalid log sector. + + + + +The Task Scheduler service must be configured to run in the System account to function properly. Individual tasks may be configured to run in other accounts. + + + + +The list of servers for this workgroup is not currently available + + + + +The SMB client requested a CSE FSCTL on a non-CSE file. + + + + +A new encrypted file is being created and a $EFS needs to be provided. + + + + +File is encrypted and should be opened in Client Side Encryption mode. + + + + +Client Side Encryption is not supported by the remote server even though it claims to support it. + + + + +The remote server sent an invalid response for a file being opened with Client Side Encryption. + + + + +A newer system is required to decrypt this encrypted file. + + + + +This machine is disabled for file encryption. + + + + +The disk partition does not support file encryption. + + + + +The encryption algorithm used on the source file needs a bigger key buffer than the one on the destination file. + + + + +Recovery policy configured for this system contains invalid recovery certificate. + + + + +The server is not trusted for remote encryption operation. + + + + +The directory has been disabled for encryption. + + + + +The specified file is read only. + + + + +The specified file is not in the defined EFS export format. + + + + +The specified file is not encrypted. + + + + +There are no EFS keys defined for the user. + + + + +The file was encrypted with a different encryption driver than is currently loaded. + + + + +The required encryption driver is not loaded for this system. + + + + +There is no valid encryption recovery policy configured for this system. + + + + +The specified file is encrypted and the user does not have the ability to decrypt it. + + + + +The specified file could not be decrypted. + + + + +The specified file could not be encrypted. + + + + +The resources must be online on the same node for this operation + + + + +The Failover Clustering feature is not installed on this node. + + + + +The RHS process failed to initialize. + + + + +The call into the resource DLL raised an unhandled exception. + + + + +The dependencies for this resource are nested too deeply. + + + + +Quorum resource cannot reside in the Available Storage group. + + + + +The cluster network is not valid for an IPv6 Tunnel resource. Check the configuration of the IP Address resource on which the IPv6 Tunnel resource depends. + + + + +The cluster network is not valid for an IPv6 Address resource, or it does not match the configured address. + + + + +A quorum of cluster nodes was not present to form a cluster. + + + + +One or more property values for this resource are in conflict with one or more property values associated with its dependent resource(s). + + + + +An error occurred while deserializing a stream of cluster data. + + + + +An error occurred while writing to a stream of data. The required number of bytes could not be written. + + + + +An error occurred while reading from a stream of data. An unexpected number of bytes was returned. + + + + +An internal cluster error occurred. Data was not properly initialized. + + + + +An internal cluster error occurred. There was an attempt to commit a cluster database transaction while no transaction was in progress. + + + + +An internal cluster error occurred. A cluster database transaction was attempted while a transaction was already in progress. + + + + +An input string of characters is not in a valid format for the data it represents. + + + + +An input string of characters is not properly terminated. + + + + +An invalid cluster registry operation was attempted. + + + + +A network error occurred while sending data to another node in the cluster. The number of bytes transmitted was less than required. + + + + +A parameter value is out of acceptable range. + + + + +An internal cluster error occurred. A call to an invalid function was attempted. + + + + +The address is not valid for an IPv6 Address resource. A global IPv6 address is required, and it must match a cluster network. Compatibility addresses are not permitted. + + + + +The call to the cluster resource DLL timed out. + + + + +The resource type cannot accept the request since is too busy performing another operation. + + + + +The group is unable to accept the request since it is moving to another node. + + + + +The cluster node has been poisoned. + + + + +No network adapters are available. + + + + +The name of the corresponding computer account doesn't match the Network Name for this resource. + + + + +One or more nodes in the cluster are running a version of Windows that does not support this operation. + + + + +The drive letter assigned to a system disk on one node conflicted with the drive letter assigned to a disk on another node. + + + + +The cluster configuration action could not be rolled back. + + + + +The cluster configuration action has already been committed. + + + + +A cluster cannot be created with the specified cluster name because that cluster name is already in use. Specify a different name for the cluster. + + + + +This computer cannot be made a member of a cluster because it does not have the correct version of Windows installed. + + + + +This computer cannot be made a member of a cluster. + + + + +Two or more parameter values specified for a resource's properties are in conflict. + + + + +The cluster node was evicted from the cluster successfully, but the node was not cleaned up. To determine what cleanup steps failed and how to recover, see the Failover Clustering application event log using Event Viewer. + + + + +The actual data type of the property did not match the expected data type of the property. + + + + +A matching cluster network for the specified IP address could not be found. + + + + +The join operation failed because the cluster instance ID of the joining node does not match the cluster instance ID of the sponsor node. + + + + +The membership engine requested shutdown of the cluster service on this node. + + + + +The quorum resource does not contain the quorum log. + + + + +An operation was attempted that is incompatible with the current membership state of the node. + + + + +An attempt to modify a resource property failed because it conflicts with another existing property. + + + + +A DFS root already exists in this cluster node. + + + + +The backed up cluster database is possibly corrupt. + + + + +The quorum disk could not be located by the cluster service. + + + + +A non locker code got a request to reserve the lock for making global updates. + + + + +The resource monitor will not allow the fail operation to be performed while the resource is in its current state. This may happen if the resource is in a pending state. + + + + +The join operation failed because the cluster database sequence number has changed or is incompatible with the locker node. This may happen during a join operation if the cluster database was changing during the join. + + + + +You cannot bring the group online because the owner of the group is not in the preferred list for the group. To change the owner node for the group, move the group. + + + + +No authentication package could be registered with the RPC server. + + + + +The specified resource name is not supported by this resource DLL. This may be due to a bad (or changed) name supplied to the resource DLL. + + + + +The specified node does not support a resource of this type. This may be due to version inconsistencies or due to the absence of the resource DLL on this node. + + + + +The specified resource type was not found. + + + + +The system configuration changed during the cluster join or form operation. The join or form operation was aborted. + + + + +This resource cannot be created because the cluster has reached the limit on the number of resources it can monitor. + + + + +The cluster join operation failed due to incompatible software versions between the joining node and its sponsor. + + + + +The cluster join operation was aborted. + + + + +The cluster node is shutting down. + + + + +The cluster node is not ready to perform the requested operation. + + + + +The cluster resource cannot be brought online. The owner node cannot run this resource. + + + + +The cluster node is paused. + + + + +The cluster quorum resource is not allowed to have any dependencies. + + + + +This operation cannot be performed on the cluster resource as it the quorum resource. You may not bring the quorum resource offline or modify its possible owners list. + + + + +One or more cluster resources depend on the network to provide service to clients. The client access capability cannot be removed from the network. + + + + +The cluster network is the only one configured for internal cluster communication between two or more active cluster nodes. The internal communication capability cannot be removed from the network. + + + + +The cluster node is already a member of the cluster. + + + + +The cluster network is already offline. + + + + +The cluster network is already online. + + + + +The cluster node is already down. + + + + +The cluster node is already up. + + + + +The cluster network is not configured for internal cluster communication. + + + + +No cluster security context is available. + + + + +The cluster node is not paused. + + + + +The cluster IP address is already in use. + + + + +The cluster node is up. + + + + +The cluster network is not valid. + + + + +A cluster join operation is not in progress. + + + + +The cluster node is not a member of the cluster. + + + + +The cluster node is not reachable. + + + + +The cluster node is down. + + + + +The cluster network provider is not valid. + + + + +The cluster request is not valid for this object. + + + + +The cluster network interface was not found. + + + + +The cluster network interface already exists. + + + + +The cluster network was not found. + + + + +The cluster network already exists. + + + + +The cluster local node information was not found. + + + + +The cluster node was not found. + + + + +A node is in the process of joining the cluster. + + + + +The cluster node already exists. + + + + +The cluster node is not valid. + + + + +A cluster resource failed. + + + + +All cluster nodes must be running to perform this operation. + + + + +A cluster node is not available for this operation. + + + + +A cluster network is not available for this operation. + + + + +The cluster node failed to take control of the quorum resource because the resource is owned by another active node. + + + + +The minimum required disk space needed for logging is not available. + + + + +No checkpoint record was found in the cluster log. + + + + +The cluster log exceeds its maximum size. + + + + +The record could not be written to the cluster log since it exceeds the maximum size. + + + + +The cluster log is corrupt. + + + + +The quorum log could not be created or mounted successfully. + + + + +The quorum resource failed to come online. + + + + +The cluster resource could not be deleted since it is a core resource. + + + + +The cluster could not make the specified resource a quorum resource because it does not belong to a shared storage class. + + + + +The properties were stored but not all changes will take effect until the next time the resource is brought online. + + + + +The group or resource is not in the correct state to perform the requested operation. + + + + +The cluster software is shutting down. + + + + +The cluster could not make the specified resource a quorum resource because it is not capable of being a quorum resource. + + + + +The cluster resource could not be deleted or brought offline because it is the quorum resource. + + + + +The operation could not be completed because the cluster resource is online. + + + + +The cluster resource could not be brought online by the resource monitor. + + + + +The cluster resource could not be created in the specified resource monitor. + + + + +The operation failed because either the specified cluster node is not the owner of the group, or the node +is not a possible owner of the group. + + + + +The operation failed because either the specified cluster node is not the owner of the resource, or the node +is not a possible owner of the resource. + + + + +The operation could not be completed because the cluster group is not online. + + + + +The cluster group could not be found. + + + + +The cluster group is not available for any new requests. + + + + +The object is already in the list. + + + + +The object already exists. + + + + +A cluster node cannot be evicted from the cluster unless the node is down or it is the last node. + + + + +The cluster is being shut down. + + + + +The cluster resource could not be found. + + + + +The cluster resource is not available. + + + + +A cluster node is not available for this operation. + + + + +The cluster resource is not online. + + + + +The cluster resource cannot be made dependent on the specified resource because it is already dependent. + + + + +The cluster resource dependency cannot be found. + + + + +The operation cannot be completed because other resources are dependent on this resource. + + + + +Single Instance Storage is not available on this volume. + + + + +There is a mismatch between the tag specified in the request and the tag present in the reparse point. + + + + +The tag present in the reparse point buffer is invalid. + + + + +The data present in the reparse point buffer is invalid. + + + + +The reparse point attribute cannot be set because it conflicts with an existing attribute. + + + + +The file or directory is not a reparse point. + + + + +The remote storage service encountered a media error. + + + + +The remote storage service is not operational at this time. + + + + +This file is currently not available for use on this computer. + + + + +Cannot use the ieport because it is not empty. + + + + +A cleaner cartridge is present in the tape library. + + + + +This offline media cannot be mounted on this system since no enabled drives are present which can be used. + + + + +The media type cannot be removed from this library since at least one drive in the library reports it can support this media type. + + + + +The volume contains system or paging files. + + + + +The message provided exceeds the maximum size allowed for this parameter. + + + + +The last remaining item in this group or resource cannot be deleted. + + + + +Unexpected on-medium identifier. + + + + +The cleaner cartridge has performed the maximum number of drive cleanings. + + + + +A cleaner slot is not reserved. + + + + +A cleaner slot is already reserved. + + + + +Unable to eject the medium because it is in a drive. + + + + +Unable to open or close the inject/eject port. + + + + +Cannot use the transport because it is already in use. + + + + +Unable to retrieve status about the transport. + + + + +Unable to retrieve the slot status. + + + + +Unable to retrieve the drive status. + + + + +Unable to load the medium into the drive. + + + + +The transport cannot access the medium. + + + + +Library is full. No slot is available for use. + + + + +The drive identifier does not represent a valid drive. + + + + +The operator or administrator has refused the request. + + + + +The device is not ready for use. + + + + +The media is not mounted or ready for use. + + + + +The operation identifier is not valid. + + + + +The resource required for this operation does not exist. + + + + +The medium is not compatible with the device or media pool. + + + + +The database is full. + + + + +Unable to read from or write to the database. + + + + +The object identifier does not represent a valid object. + + + + +The drive cannot be cleaned or does not support cleaning. + + + + +The media identifier does not represent a valid cleaner. + + + + +A resource required for this operation is disabled. + + + + +No media is currently available in this media pool or library. + + + + +The library, drive, or media pool must be empty to perform this operation. + + + + +The library, drive, or media pool is empty. + + + + +The operation cannot be performed on an offline library. + + + + +The medium currently exists in an offline library and must be online to perform this operation. + + + + +The drive and medium are not compatible or exist in different libraries. + + + + +The media pool identifier does not represent a valid media pool. + + + + +The library identifier does not represent a valid library. + + + + +The media identifier does not represent a valid medium. + + + + +The WMI data item or data block could not be changed. + + + + +The WMI data item or data block is read only. + + + + +The WMI data block or event notification has already been disabled. + + + + +The WMI registration information is not valid. + + + + +The WMI MOF information is not valid. + + + + +The WMI data provider failed to carry out the request. + + + + +The WMI data service is not available. + + + + +The WMI data block is no longer available. + + + + +The WMI data block or event notification has already been enabled. + + + + +The WMI data provider references an instance set that has not been registered. + + + + +The WMI data provider could not be located. + + + + +The WMI request could not be completed and should be retried. + + + + +The data item ID passed was not recognized as valid by a WMI data provider. + + + + +The instance name passed was not recognized as valid by a WMI data provider. + + + + +The GUID passed was not recognized as valid by a WMI data provider. + + + + +The DHCP client has obtained an IP address that is already in use on the network. The local interface will be disabled until the DHCP client can obtain a new address. + + + + +Replication with a nonconfigured partner is not allowed. + + + + +The name does not exist in the WINS database. + + + + +The backup failed. Check the directory to which you are backing the database. + + + + +The backup failed. Was a full backup done before? + + + + +The importation from the file failed. + + + + +The local WINS cannot be deleted. + + + + +WINS encountered an error while processing the command. + + + + +Reissue the given operation as a cached IO operation + + + + +The requested print job has failed to print. A print system update requires the job to be resubmitted. + + + + +The specified printer driver was not found on the system and needs to be downloaded. + + + + +The requested operation failed. A system reboot has been initiated to roll back changes made. + + + + +The requested operation failed. A system reboot is required to roll back changes made. + + + + +Unable to find a core driver package that is required by the printer driver package. + + + + +The specified printer driver package is currently in use. + + + + +The printer driver is known to harm the system. + + + + +The printer driver is known to be unreliable. + + + + +No printers were found. + + + + +The requested operation is successful. Changes will not be effective until the service is restarted. + + + + +The requested operation is successful. Changes will not be effective until the system is rebooted. + + + + +The requested operation is not allowed when there are jobs queued to the printer. + + + + +The specified print monitor is currently in use. + + + + +The specified print monitor does not have the required functions. + + + + +The specified print monitor has already been installed. + + + + +The specified print processor has already been installed. + + + + +An AddJob call was not issued. + + + + +A StartDocPrinter call was not issued. + + + + +The spool file was not found. + + + + +The specified printer driver is currently in use. + + + + +The specified print monitor is unknown. + + + + +The device is in use by an active process and cannot be disconnected. + + + + +Active connections still exist. + + + + +This network connection has files open or requests pending. + + + + +This network connection does not exist. + + + + +The specified username is invalid. + + + + +The network connection was made successfully using default credentials. + + + + +The network connection was made successfully, but the user had to be prompted for a password other than the one originally specified. + + + + +The specified profile is intended for a device of a different type than the specified device. + + + + +The specified named color index is not present in the profile. + + + + +The specified transform does not match the bitmap's color space. + + + + +The specified color transform is invalid. + + + + +There was an error while deleting the color transform. + + + + +Image Color Management is not enabled. + + + + +The specified color space is invalid. + + + + +The specified color profile was not found. + + + + +The specified color profile is not associated with the specified device. + + + + +The specified tag is already present. + + + + +A required tag is not present. + + + + +The specified tag was not found. + + + + +The specified color profile is invalid. + + + + +The specified color management module is invalid. + + + + +The requested clipping operation is not supported. + + + + +The requested transformation operation is not supported. + + + + +The requested metafile operation is not supported. + + + + +The window style or class attribute is invalid for this operation. + + + + +The specified driver is invalid. + + + + +The pixel format is invalid. + + + + +Logon Failure: Authentication failed because NTLM authentication has been disabled. + + + + +Remote connections to the Print Spooler are blocked by a policy set on your machine. + + + + +Logon Failure: The machine you are logging onto is protected by an authentication firewall. The specified account is not allowed to authenticate to the machine. + + + + +The current user's delegated trust deletion quota has been exceeded. + + + + +The total delegated trust creation quota has been exceeded. + + + + +The current user's delegated trust creation quota has been exceeded. + + + + +The context has expired and can no longer be used. + + + + +The printer driver is not compatible with a policy enabled on your computer that blocks NT 4.0 drivers. + + + + +The group element could not be removed. + + + + +The group element could not be added. + + + + +The specified profile element could not be removed. + + + + +The specified profile element could not be added. + + + + +The specified profile entry could not be added. + + + + +Interface could not be exported to the specified entry. + + + + +Not all object UUIDs could be exported to the specified entry. + + + + +The entry is not of the expected type. + + + + +The name of the file cannot be resolved by the system. + + + + +The file cannot be accessed by the system. + + + + +No site name is available for this machine. + + + + +No more data is available from the RPC pipe. + + + + +The RPC call completed before all pipes were processed. + + + + +The RPC pipe object has already been closed. + + + + +Invalid asynchronous RPC call handle for this operation. + + + + +Invalid asynchronous remote procedure call handle. + + + + +Some data remains to be sent in the request buffer. + + + + +The object resolver set specified was not found. + + + + +The object specified was not found. + + + + +The object exporter specified was not found. + + + + +The referenced account is currently locked out and may not be logged on to. + + + + +Could not find the domain controller for this domain. + + + + +The user's password must be changed before logging on the first time. + + + + +The state of the printer is invalid. + + + + +The specified printer has been deleted. + + + + +The specified printer handle is already being waited on + + + + +The specified form size is invalid. + + + + +The specified form name is invalid. + + + + +The specified time is invalid. + + + + +The object universal unique identifier (UUID) is the nil UUID. + + + + +The endpoint mapper database entry could not be created. + + + + +The group member was not found. + + + + +Unsupported RPC pipe version. + + + + +An invalid operation was attempted on an RPC pipe object. + + + + +The RPC pipe object is invalid or corrupted. + + + + +Incompatible version of the RPC stub. + + + + +Incompatible version of the serializing package. + + + + +Invalid operation on the encoding/decoding handle. + + + + +Thread is not canceled. + + + + +A security package specific error occurred. + + + + +A UUID that is valid only on this computer has been allocated. + + + + +The error specified is not a valid Windows RPC error code. + + + + +No principal name registered. + + + + +The requested authentication level is not supported. + + + + +A communications failure occurred during a remote procedure call. + + + + +The binding handle does not contain all required information. + + + + +The remote procedure call was cancelled. + + + + +No interfaces have been registered. + + + + +Not enough quota is available to process this command. + + + + +The specified resource language ID cannot be found in the image file. + + + + +The specified resource name cannot be found in the image file. + + + + +The specified resource type cannot be found in the image file. + + + + +The specified image file did not contain a resource section. + + + + +The server is in use and cannot be unloaded. + + + + +The name or security ID (SID) of the domain specified is inconsistent with the trust information for that domain. + + + + +The account used is a server trust account. Use your global user account or local user account to access this server. + + + + +The account used is a computer account. Use your global user account or local user account to access this server. + + + + +The account used is an interdomain trust account. Use your global user account or local user account to access this server. + + + + +There are no more bindings. + + + + +The environment specified is invalid. + + + + +The specified datatype is invalid. + + + + +The printer command is invalid. + + + + +The printer already exists. + + + + +The printer name is invalid. + + + + +The specified priority is invalid. + + + + +The specified separator file is invalid. + + + + +The print processor is unknown. + + + + +The printer driver is unknown. + + + + +The specified port is unknown. + + + + +The specified printer driver is already installed. + + + + +The redirector is in use and cannot be unloaded. + + + + +The user's account has expired. + + + + +An attempt was made to logon, but the network logon service was not started. + + + + +A remote procedure call is already in progress for this thread. + + + + +The network logon failed. + + + + +The trust relationship between this workstation and the primary domain failed. + + + + +The trust relationship between the primary domain and the trusted domain failed. + + + + +The security database on the server does not have a computer account for this workstation trust relationship. + + + + +The workstation does not have a trust secret. + + + + +The disk media is not recognized. It may not be formatted. + + + + +The supplied user buffer is not valid for the requested operation. + + + + +The stub received bad data. + + + + +The byte count is too small. + + + + +The enumeration value is out of range. + + + + +A null reference pointer was passed to the stub. + + + + +The stub is unable to get the remote procedure call handle. + + + + +The binding handles passed to a remote procedure call do not match. + + + + +The context handle changed during a remote procedure call. + + + + +A null context handle was passed from the client to the host during a remote procedure call. + + + + +The file containing the character translation table has fewer than 512 bytes. + + + + +Unable to open the character translation table file. + + + + +The list of RPC servers available for the binding of auto handles has been exhausted. + + + + +A floating-point overflow occurred at the RPC server. + + + + +A floating-point underflow occurred at the RPC server. + + + + +A floating-point operation at the RPC server caused a division by zero. + + + + +An addressing error occurred in the RPC server. + + + + +The RPC server attempted an integer division by zero. + + + + +An internal error occurred in a remote procedure call (RPC). + + + + +No security context is available to allow impersonation. + + + + +The requested operation is not supported. + + + + +The network address family is invalid. + + + + +The name service is unavailable. + + + + +The entry is not found. + + + + +The entry already exists. + + + + +The interface was not found. + + + + +There is nothing to unexport. + + + + +There are no more members. + + + + +The version option is invalid. + + + + +The entry name is incomplete. + + + + +No interfaces have been exported. + + + + +There are no more endpoints available from the endpoint mapper. + + + + +The server endpoint cannot perform the operation. + + + + +The entry is invalid. + + + + +The authorization service is unknown. + + + + +The security context is invalid. + + + + +The authentication level is unknown. + + + + +The authentication service is unknown. + + + + +The binding does not contain any authentication information. + + + + +The procedure number is out of range. + + + + +The RPC protocol sequence was not found. + + + + +The string is too long. + + + + +The maximum number of calls is too small. + + + + +The authentication type is unknown. + + + + +The endpoint is a duplicate. + + + + +No network address is available to use to construct a universal unique identifier (UUID). + + + + +The name syntax is not supported. + + + + +The name syntax is invalid. + + + + +The binding does not contain an entry name. + + + + +The array bounds are invalid. + + + + +The tag is invalid. + + + + +The universal unique identifier (UUID) type is not supported. + + + + +The transfer syntax is not supported by the RPC server. + + + + +Access to the HTTP proxy is denied. + + + + +A remote procedure call (RPC) protocol error occurred. + + + + +The remote procedure call failed and did not execute. + + + + +The remote procedure call failed. + + + + +There are no remote procedure calls active on this thread. + + + + +The network options are invalid. + + + + +The RPC server is too busy to complete this operation. + + + + +The RPC server is unavailable. + + + + +Not enough resources are available to complete this operation. + + + + +The endpoint cannot be created. + + + + +There are no protocol sequences. + + + + +There are no bindings. + + + + +The interface is unknown. + + + + +The manager type is unknown. + + + + +The RPC server is not listening. + + + + +No protocol sequences have been registered. + + + + +The RPC server is already listening. + + + + +The type universal unique identifier (UUID) has already been registered. + + + + +The object universal unique identifier (UUID) has already been registered. + + + + +The object universal unique identifier (UUID) was not found. + + + + +The timeout value is invalid. + + + + +No endpoint was found. + + + + +The network address is invalid. + + + + +The endpoint format is invalid. + + + + +The string universal unique identifier (UUID) is invalid. + + + + +The RPC protocol sequence is invalid. + + + + +The RPC protocol sequence is not supported. + + + + +The binding handle is invalid. + + + + +The binding handle is not the correct type. + + + + +The string binding is invalid. + + + + +The Windows Installer service is not accessible in Safe Mode. Please try again when your computer is not in Safe Mode or you can use System Restore to return your machine to a previous good state. + + + + +Windows Installer does not permit updating of managed advertised products. At least one feature of the product must be installed before applying the update. + + + + +The XML update data is invalid. + + + + +Update removal was disallowed by policy. + + + + +No valid sequence could be found for the set of updates. + + + + +The update is not applied to this product. + + + + +Uninstallation of the update package is not supported. + + + + +The Windows Installer does not permit installation from a Remote Desktop Connection. + + + + +One or more customizations are not permitted by software restriction policy. + + + + +The update package is not permitted by software restriction policy. + + + + +The upgrade cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade may update a different version of the program. Verify that the program to be upgraded exists on your computer and that you have the correct upgrade. + + + + +The requested operation completed successfully. The system will be restarted so the changes can take effect. + + + + +Only administrators have permission to add, remove, or configure server software during a Terminal services remote session. If you want to install or configure software on the server, contact your network administrator. + + + + +Invalid command line argument. Consult the Windows Installer SDK for detailed command line help. + + + + +Another version of this product is already installed. Installation of this version cannot continue. To configure or remove the existing version of this product, use Add/Remove Programs on the Control Panel. + + + + +This update package cannot be processed by the Windows Installer service. You must install a Windows service pack that contains a newer version of the Windows Installer service. + + + + +This update package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer update package. + + + + +This update package could not be opened. Verify that the update package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer update package. + + + + +Component not used on this computer. + + + + +This installation package is not supported by this processor type. Contact your product vendor. + + + + +The Temp folder is on a drive that is full or is inaccessible. Free up space on the drive or verify that you have write permission on the Temp folder. + + + + +The Windows Installer service failed to start. Contact your support personnel. + + + + +Data of this type is not supported. + + + + +Data supplied is of wrong type. + + + + +Invalid or unknown table specified. + + + + +Function failed during execution. + + + + +Function could not be executed. + + + + +This installation is forbidden by system policy. Contact your system administrator. + + + + +Error applying transforms. Verify that the specified transform paths are valid. + + + + +The language of this installation package is not supported by your system. + + + + +Error opening installation log file. Verify that the specified log file location exists and that you can write to it. + + + + +There was an error starting the Windows Installer service user interface. Contact your support personnel. + + + + +This installation package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer package. + + + + +This installation package could not be opened. Verify that the package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer package. + + + + +Another installation is already in progress. Complete that installation before proceeding with this install. + + + + +The device has been removed. + + + + +Record field does not exist. + + + + +SQL query syntax invalid or unsupported. + + + + +Product is uninstalled. + + + + +This installation package cannot be installed by the Windows Installer service. You must install a Windows service pack that contains a newer version of the Windows Installer service. + + + + +The installation source for this product is not available. Verify that the source exists and that you can access it. + + + + +Component qualifier not present. + + + + +The configuration data for this product is corrupt. Contact your support personnel. + + + + +Handle is in an invalid state. + + + + +Unknown property. + + + + +Component ID not registered. + + + + +Feature ID not registered. + + + + +This action is only valid for products that are currently installed. + + + + +Installation suspended, incomplete. + + + + +Fatal error during installation. + + + + +User cancelled installation. + + + + +The Windows Installer Service could not be accessed. This can occur if the Windows Installer is not correctly installed. Contact your support personnel for assistance. + + + + +The specified thread is already joining a task. + + + + +The specified task index is invalid. + + + + +The specified task name is invalid. + + + + +The event log file has changed between read operations. + + + + +The event log file is full. + + + + +No event log file could be opened, so the event logging service did not start. + + + + +The event log file is corrupted. + + + + +There was an AuthIP failure when attempting to connect to the remote host. + + + + +The caller made the connection request in the wrong routing compartment. + + + + +This application must be restarted. + + + + +An error was encountered while processing an XML digital signature. + + + + +Windows was unable to parse the requested XML data. + + + + +This application does not support the current operation on symbolic links. + + + + +The symbolic link cannot be followed because its type is disabled. + + + + + Incorrect size argument. + + + + +Invalid monitor handle. + + + + +This operation returned because the timeout period expired. + + + + +This operation requires an interactive window station. + + + + +Hook type not allowed. + + + + +Invalid keyboard layout handle. + + + + +A menu item was not found. + + + + +The paging file is too small for this operation to complete. + + + + +Insufficient quota to complete the requested service. + + + + +Insufficient quota to complete the requested service. + + + + +Insufficient system resources exist to complete the requested service. + + + + +Insufficient system resources exist to complete the requested service. + + + + +Insufficient system resources exist to complete the requested service. + + + + +Cannot show or remove the window in the way specified. + + + + +Scroll bar range cannot be greater than MAXLONG. + + + + +The window does not have scroll bars. + + + + +Popup menu already active. + + + + +Cannot process a message from a window that is not a multiple document interface (MDI) window. + + + + +Invalid thread identifier. + + + + +Invalid GW_* command. + + + + +The window is not a child window. + + + + +All handles to windows in a multiple-window position structure must have the same parent. + + + + +Screen already locked. + + + + +Invalid system-wide (SPI_*) parameter. + + + + +Invalid message box style. + + + + +The window does not have a system menu. + + + + +Child windows cannot have menus. + + + + +Cannot destroy object created by another thread. + + + + +This list box does not support tab stops. + + + + +LB_SETCOUNT sent to non-lazy list box. + + + + +Invalid message for single-selection list box. + + + + +The hook procedure is not installed. + + + + +The journal hook procedure is already installed. + + + + +This hook procedure can only be set globally. + + + + +Cannot set nonlocal hook without a module handle. + + + + +Invalid hook procedure. + + + + +Invalid hook procedure type. + + + + +Invalid device context (DC) handle. + + + + +Height must be less than 256. + + + + +The window is not a combo box. + + + + +Invalid message for a combo box because it does not have an edit control. + + + + +Control ID not found. + + + + +The window is not a valid dialog window. + + + + +Hot key is not registered. + + + + +Thread does not have a clipboard open. + + + + +No wildcards were found. + + + + +The list box identifier was not found. + + + + +Using private DIALOG window words. + + + + +Invalid icon handle. + + + + +Invalid index. + + + + +Class still has open windows. + + + + +Class does not exist. + + + + +Class already exists. + + + + +Hot key is already registered. + + + + +Invalid window; it belongs to other thread. + + + + +Cannot find window class. + + + + +Cannot create a top-level child window. + + + + +Invalid handle to a multiple-window position structure. + + + + +Invalid hook handle. + + + + +Invalid accelerator table handle. + + + + +Invalid cursor handle. + + + + +Invalid menu handle. + + + + +Invalid window handle. + + + + +This operation cannot be performed on the current domain. + + + + +There is a time and/or date difference between the client and server. + + + + +Mutual Authentication failed. The server's password is out of date at the domain controller. + + + + +Logon Failure: The target account name is incorrect. + + + + +The service being accessed is licensed for a particular number of connections. +No more connections can be made to the service at this time because there are already as many connections as the service can accept. + + + + +There is no user session key for the specified logon session. + + + + +The disk structure is corrupted and unreadable. + + + + +The file or directory is corrupted and unreadable. + + + + +Indicates an ACL contains no inheritable components. + + + + +A cross-encrypted password is necessary to change this user password. + + + + +Too many security IDs have been specified. + + + + +A new member could not be added to a local group because the member has the wrong account type. + + + + +A member could not be added to or removed from the local group because the member does not exist. + + + + +A cross-encrypted password is necessary to change a user password. + + + + +Logon failure: the user has not been granted the requested logon type at this computer. + + + + +During a logon attempt, the user's security context accumulated too many security IDs. + + + + +The local security authority database contains an internal inconsistency. + + + + +The length of a secret exceeds the maximum length allowed. + + + + +The maximum number of secrets that may be stored in a single system has been exceeded. + + + + +Logon failure: the user has not been granted the requested logon type at this computer. + + + + +The specified local group already exists. + + + + +The specified account name is already a member of the group. + + + + +The specified account name is not a member of the group. + + + + +The specified local group does not exist. + + + + +The token is already in use as a primary token. + + + + +The user cannot be removed from a group because the group is currently the user's primary group. + + + + +Cannot perform this operation on this built-in special user. + + + + +Cannot perform this operation on this built-in special group. + + + + +Cannot perform this operation on built-in accounts. + + + + +An internal security database corruption has been encountered. + + + + +The transaction state of a registry subtree is incompatible with the requested operation. + + + + +Unable to impersonate using a named pipe until data has been read from that pipe. + + + + +A logon request contained an invalid logon type value. + + + + +The logon session ID is already in use. + + + + +The logon session is not in a state that is consistent with the requested operation. + + + + +A specified authentication package is unknown. + + + + +Cannot start a new logon session with an ID that is already in use. + + + + +The requested action is restricted for use by logon processes only. The calling process has not registered as a logon process. + + + + +A security descriptor is not in the right format (absolute or self-relative). + + + + +Generic access types were contained in an access mask which should already be mapped to nongeneric types. + + + + +An internal error occurred. + + + + +Unable to complete the requested operation because of either a catastrophic media failure or a data structure corruption on the disk. + + + + +An attempt was made to exceed the limit on the number of domains per server. + + + + +The specified domain already exists. + + + + +The specified domain either does not exist or could not be contacted. + + + + +This operation is only allowed for the Primary Domain Controller of the domain. + + + + +The domain was in the wrong state to perform the security operation. + + + + +The security account manager (SAM) or local security authority (LSA) server was in the wrong state to perform the security operation. + + + + +Configuration information could not be read from the domain controller, either because the machine is unavailable, or access has been denied. + + + + +Unable to perform a security operation on an object that has no associated security. + + + + +The type of the token is inappropriate for its attempted use. + + + + +The validation information class requested was invalid. + + + + +Cannot open an anonymous level security token. + + + + +Either a required impersonation level was not provided, or the provided impersonation level is invalid. + + + + +The specified attributes are invalid, or incompatible with the attributes for the group as a whole. + + + + +No more memory is available for security information updates. + + + + +The value provided was an invalid value for an identifier authority. + + + + +The server is currently enabled. + + + + +The server is currently disabled. + + + + +The inherited access control list (ACL) or access control entry (ACE) could not be built. + + + + +The security descriptor structure is invalid. + + + + +The security ID structure is invalid. + + + + +The access control list (ACL) structure is invalid. + + + + +The subauthority part of a security ID is invalid for this particular use. + + + + +No more local user identifiers (LUIDs) are available. + + + + +Too many local user identifiers (LUIDs) were requested at one time. + + + + +No mapping between account names and security IDs was done. + + + + +Logon failure: account currently disabled. + + + + +Logon failure: the specified account password has expired. + + + + +Logon failure: user not allowed to log on to this computer. + + + + +Logon failure: account logon time restriction violation. + + + + +Logon failure: user account restriction. Possible reasons are blank passwords not allowed, logon hour restrictions, or a policy restriction has been enforced. + + + + +Logon failure: unknown user name or bad password. + + + + +Unable to update the password. The value provided for the new password does not meet the length, complexity, or history requirements of the domain. + + + + +Unable to update the password. The value provided for the new password contains values that are not allowed in passwords. + + + + +Unable to update the password. The value provided as the current password is incorrect. + + + + +The last remaining administration account cannot be disabled or deleted. + + + + +The specified user account is not a member of the specified group account. + + + + +Either the specified user account is already a member of the specified group, or the specified group cannot be deleted because it contains a member. + + + + +The specified group does not exist. + + + + +The specified group already exists. + + + + +The specified account does not exist. + + + + +The specified account already exists. + + + + +The name provided is not a properly formed account name. + + + + +A required privilege is not held by the client. + + + + +A specified privilege does not exist. + + + + +A specified logon session does not exist. It may already have been terminated. + + + + +There are currently no logon servers available to service the logon request. + + + + +The group may not be disabled. + + + + +An attempt has been made to operate on an impersonation token by a thread that is not currently impersonating a client. + + + + +This security ID may not be assigned as the primary group of an object. + + + + +This security ID may not be assigned as the owner of this object. + + + + +Indicates two revision levels are incompatible. + + + + +The revision level is unknown. + + + + +The password is too complex to be converted to a LAN Manager password. The LAN Manager password returned is a NULL string. + + + + +No encryption key is available. A well-known encryption key was returned. + + + + +No system quota limits are specifically set for this account. + + + + +Some mapping between account names and security IDs was not done. + + + + +Not all privileges or groups referenced are assigned to the caller. + + + + +Indicates a particular Security ID may not be assigned as the label of an object. + + + + +A privilege that the service requires to function properly does not exist in the service account configuration. +You may use the Services Microsoft Management Console (MMC) snap-in (services.msc) and the Local Security Settings MMC snap-in (secpol.msc) to view the service configuration and the account configuration. + + + + +The requested file operation failed because the storage policy blocks that type of file. For more information, contact your system administrator. + + + + +The requested file operation failed because the storage quota was exceeded. +To free up disk space, move files to a different location or delete unnecessary files. For more information, contact your system administrator. + + + + +The service notification client is lagging too far behind the current state of services in the machine. + + + + +Either the target process, or the target thread's containing process, is a protected process. + + + + +An operation attempted to exceed an implementation-defined limit. + + + + +The process hosting the driver for this device has been terminated. + + + + +The service start failed since one or more services in the same process have an incompatible service SID type setting. A service with restricted service SID type can only coexist in the same process with other services with a restricted SID type. If the service SID type for this service was just configured, the hosting process must be restarted in order to start this service. + + + + +The operation occurred beyond the valid data length of the file. + + + + +The parameter passed to a C runtime function is incorrect. + + + + +Insufficient information exists to identify the cause of failure. + + + + +%1 is a 16-bit application. You do not have permissions to execute 16-bit applications. Check your permissions with your system administrator. + + + + +An attempt to delay-load a .dll or get a function address in a delay-loaded .dll failed. + + + + +An attempt to do an operation on a debug object failed because the object is in the process of being deleted. + + + + +Data present in one of the parameters is more than the function can operate on. + + + + +The system detected an overrun of a stack-based buffer in this application. This overrun could potentially allow a malicious user to gain control of this application. + + + + +The current thread has already been converted from a fiber. + + + + +The current thread has already been converted to a fiber. + + + + +A transaction recover failed. + + + + +Windows cannot open this program because the license enforcement system has been tampered with or become corrupted. + + + + +Windows cannot open this program since it has been disabled. + + + + +A dynamic link library (DLL) referenced a module that was neither a DLL nor the process's executable image. + + + + +This driver has been blocked from loading + + + + +The group policy framework should call the extension in the synchronous foreground policy refresh. + + + + +An application-defined callback gave invalid data when called. + + + + +The machine is locked and cannot be shut down without the force option. + + + + +The system detected a possible attempt to compromise security. Please ensure that you can contact the server that authenticated you. + + + + +The kerberos protocol encountered an error while attempting to utilize the smartcard subsystem. + + + + +The kerberos protocol encountered an error while validating the KDC certificate during smartcard logon. There is more information in the system event log. + + + + +The share is currently offline or does not exist. + + + + +A program attempt to use an invalid register value. Normally caused by an uninitialized register. This error is Itanium specific. + + + + +This program is blocked by group policy. For more information, contact your system administrator. + + + + +AppHelp dialog canceled thus preventing the application from starting. + + + + +The security identifier provided does not have a domain component. + + + + +The security identifier provided is not from an account domain. + + + + +The remote system is not available. For information about network troubleshooting, see Windows Help. + + + + +The server machine is shutting down. + + + + +This operation is not supported on a computer running Windows Server 2003 for Small Business Server + + + + +The specified user does not have a valid profile. + + + + +The group policy framework should call the extension even if there are no changes. + + + + +This operation is supported only when you are connected to the server. + + + + +A domain controller with the specified name already exists. + + + + +The specified site does not exist. + + + + +No more local devices. + + + + +An attempt was made to perform an initialization operation when initialization has already been completed. + + + + +Continue with work in progress. + + + + +The operation being requested was not performed because the user has not logged on to the network. +The specified service does not exist. + + + + +The operation being requested was not performed because the user has not been authenticated. + + + + +The specified service does not exist. + + + + +The service is already registered. + + + + +The network address could not be used for the operation requested. + + + + +The account is not authorized to log in from this station. + + + + +Attempting to log in during an unauthorized time of day for this account. + + + + +A connection to the server could not be made because the limit on the number of concurrent connections for this account has been reached. + + + + +The operation could not be completed. A retry should be performed. + + + + +The network connection was aborted by the local system. + + + + +The request was aborted. + + + + +No service is operating at the destination network endpoint on the remote system. + + + + +The network location cannot be reached. For information about network troubleshooting, see Windows Help. + + + + +The network location cannot be reached. For information about network troubleshooting, see Windows Help. + + + + +The network location cannot be reached. For information about network troubleshooting, see Windows Help. + + + + +An invalid operation was attempted on an active network connection. + + + + +An operation was attempted on a nonexistent network connection. + + + + +An address has not yet been associated with the network endpoint. + + + + +The network transport endpoint already has an address associated with it. + + + + +The network connection was gracefully closed. + + + + +The remote computer refused the network connection. + + + + +The requested operation cannot be performed on a file with a user-mapped section open. + + + + +The operation was canceled by the user. + + + + +The network is not present or not started. + + + + +The workgroup or domain name is already in use by another computer on the network. + + + + +An attempt was made to establish a session to a network server, but there are already too many sessions established to that server. + + + + +Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed. Disconnect all previous connections to the server or shared resource and try again. + + + + +The format of the specified message destination is invalid. + + + + +The format of the specified message name is invalid. + + + + +The format of the specified password is invalid. + + + + +The format of the specified share name is invalid. + + + + +The format of the specified network name is invalid. + + + + +The format of the specified service name is invalid. + + + + +The format of the specified domain name is invalid. + + + + +The format of the specified event name is invalid. + + + + +The format of the specified computer name is invalid. + + + + +The format of the specified group name is invalid. + + + + +An extended error has occurred. + + + + +Cannot enumerate a noncontainer. + + + + +The network connection profile is corrupted. + + + + +Unable to open the network connection profile. + + + + +The specified network provider name is invalid. + + + + +The network path was either typed incorrectly, does not exist, or the network provider is not currently available. Please try retyping the path or contact your network administrator. + + + + +The local device name has a remembered connection to another network resource. + + + + +The device is not currently connected but it is a remembered connection. + + + + +The specified device name is invalid. + + + + +The system shutdown cannot be initiated because there are other users logged on to the computer. + + + + +A system shutdown has already been scheduled. + + + + +The journal entry has been deleted from the journal. + + + + +A file was found, but it may not be the correct file. + + + + +The volume change journal is not active. + + + + +The volume change journal is being deleted. + + + + +Unable to move the replacement file to the file to be replaced. The file to be replaced has been renamed using the backup name. + + + + +Unable to move the replacement file to the file to be replaced. The file to be replaced has retained its original name. + + + + +Unable to remove the file to be replaced. + + + + +The Volume ID could not be found. + + + + +The tracking (workstation) service is not running. + + + + +The point passed to GetMouseMovePoints is not in the buffer. + + + + +The property set specified does not exist on the object. + + + + +There was no match for the specified key in the index. + + + + +Element not found. + + + + +The device is not connected. + + + + +The device has indicated that its door is open. + + + + +The device has indicated that cleaning is required before further operations are attempted. + + + + +The indicated device requires reinitialization due to hardware errors. + + + + +The indicated element is part of a magazine that is not present. + + + + +The indicated element does not exist. + + + + +The indicated destination element already contains media. + + + + +The indicated source element has no media. + + + + +The message can be used only with synchronous operations. + + + + +The current process has used all of its system allowance of handles for Window Manager objects. + + + + +One of the library files needed to run this application cannot be found. + + + + +An error occurred in sending the command to the application. + + + + +No application is associated with the specified file for this operation. + + + + +One of the library files needed to run this application is damaged. + + + + +The specified program was written for an earlier version of Windows. + + + + +Cannot start more than one instance of the specified program. + + + + +The specified program is not a Windows or MS-DOS program. + + + + +The specified program requires a newer version of Windows. + + + + +An attempt was made to create more links on a file than the file system supports. + + + + +The system BIOS failed an attempt to change the system power state. + + + + +An attempt to change the system power state was vetoed by another application or driver. + + + + +The base address or the file offset specified does not have the proper alignment. + + + + +A potential deadlock condition has been detected. + + + + +Not enough server storage is available to process this command. + + + + +Physical end of tape encountered. + + + + +While accessing the hard disk, a disk controller reset was needed, but even that failed. + + + + +While accessing the hard disk, a disk operation failed even after retries. + + + + +While accessing the hard disk, a recalibrate operation failed, even after retries. + + + + +The floppy disk controller returned inconsistent results in its registers. + + + + +The floppy disk controller reported an error that is not recognized by the floppy disk driver. + + + + +Mismatch between the floppy disk sector ID field and the floppy disk controller track address. + + + + +No ID address mark was found on the floppy disk. + + + + +A serial I/O operation completed because the timeout period expired. +(The IOCTL_SERIAL_XOFF_COUNTER did not reach zero.) + + + + +A serial I/O operation was completed by another write to the serial port. +(The IOCTL_SERIAL_XOFF_COUNTER reached zero.) + + + + +Unable to open a device that was sharing an interrupt request (IRQ) with other devices. At least one other device that uses that IRQ was already opened. + + + + +No serial device was successfully initialized. The serial driver will unload. + + + + +The request could not be performed because of an I/O device error. + + + + +Unable to abort the system shutdown because no shutdown was in progress. + + + + +A system shutdown is in progress. + + + + +A dynamic link library (DLL) initialization routine failed. + + + + +No mapping for the Unicode character exists in the target multi-byte code page. + + + + +No media in drive. + + + + +The I/O bus was reset. + + + + +The media in the drive may have changed. + + + + +Unable to unload the media. + + + + +Unable to lock the media eject mechanism. + + + + +Tape partition information could not be found when loading a tape. + + + + +When accessing a new tape of a multivolume partition, the current block size is incorrect. + + + + +Tape could not be partitioned. + + + + +No more data is on the tape. + + + + +A tape access reached the end of a set of files. + + + + +The beginning of the tape or a partition was encountered. + + + + +A tape access reached a filemark. + + + + +The physical end of the tape has been reached. + + + + +This service cannot be started in Safe Mode + + + + +The executable program that this service is configured to run in does not implement the service. + + + + +No recovery program has been configured for this service. + + + + +This service runs in the same process as the service control manager. +Therefore, the service control manager cannot take action if this service's process terminates unexpectedly. + + + + +Failure actions can only be set for Win32 services, not for drivers. + + + + +The account specified for this service is different from the account specified for other services running in the same process. + + + + +The name is already in use as either a service name or a service display name. + + + + +No attempts to start the service have been made since the last boot. + + + + +The current boot has already been accepted for use as the last-known-good control set. + + + + +The dependency service does not exist or has been marked for deletion. + + + + +The system is currently running with the last-known-good configuration. + + + + +The specified service already exists. + + + + +The specified service has been marked for deletion. + + + + +The specified service database lock is invalid. + + + + +After starting, the service hung in a start-pending state. + + + + +The service did not start due to a logon failure. + + + + +The dependency service or group failed to start. + + + + +The process terminated unexpectedly. + + + + +The service has returned a service-specific error code. + + + + +The database specified does not exist. + + + + +An exception occurred in the service when handling the control request. + + + + +The service process could not connect to the service controller. + + + + +The service has not been started. + + + + +The service cannot accept control messages at this time. + + + + +The specified service does not exist as an installed service. + + + + +Circular service dependency was specified. + + + + +The service cannot be started, either because it is disabled or because it has no enabled devices associated with it. + + + + +The account name is invalid or does not exist, or the password is invalid for the account name specified. + + + + +An instance of the service is already running. + + + + +The service database is locked. + + + + +A thread could not be created for the service. + + + + +The service did not respond to the start or control request in a timely fashion. + + + + +The requested control is not valid for this service. + + + + +A stop control has been sent to a service that other running services are dependent on. + + + + +A notify change request is being completed and the information is not being returned in the caller's buffer. The caller now needs to enumerate the files to find the changes. + + + + +Cannot create a stable subkey under a volatile parent key. + + + + +Cannot create a symbolic link in a registry key that already has subkeys or values. + + + + +System could not allocate the required space in a registry log. + + + + +Illegal operation attempted on a registry key that has been marked for deletion. + + + + +The system has attempted to load or restore a file into the registry, but the specified file is not in a registry file format. + + + + +An I/O operation initiated by the registry failed unrecoverably. The registry could not read in, or write out, or flush, one of the files that contain the system's image of the registry. + + + + +The registry is corrupted. The structure of one of the files containing registry data is corrupted, or the system's memory image of the file is corrupted, or the file could not be recovered because the alternate copy or log was absent or corrupted. + + + + +One of the files in the registry database had to be recovered by use of a log or alternate copy. The recovery was successful. + + + + +The configuration registry key could not be written. + + + + +The configuration registry key could not be read. + + + + +The configuration registry key could not be opened. + + + + +The configuration registry key is invalid. + + + + +The configuration registry database is corrupt. + + + + +An attempt was made to reference a token that does not exist. + + + + +The requested operation cannot be performed in full-screen mode. + + + + +The volume for a file has been externally altered so that the opened file is no longer valid. + + + + +The volume does not contain a recognized file system. +Please make sure that all required file system drivers are loaded and that the volume is not corrupted. + + + + +Invalid flags. + + + + +Cannot complete this function. + + + + +The window cannot act on the sent message. + + + + +Recursion too deep; the stack overflowed. + + + + +Error performing inpage operation. + + + + +Invalid access to memory location. + + + + +Overlapped I/O operation is in progress. + + + + +Overlapped I/O event is not in a signaled state. + + + + +The I/O operation has been aborted because of either a thread exit or an application request. + + + + +Access to the extended attribute was denied. + + + + +The resources required for this device conflict with the MCFG table. + + + + +{Delayed Write Failed} +Windows was unable to save all the data for the file %hs; the data has been lost. +This error may be caused if the device has been removed or the media is write-protected. + + + + +{Delayed Write Failed} +Windows was unable to save all the data for the file %hs; the data has been lost. +This error was returned by the server on which the file exists. Please try to save this file elsewhere. + + + + +{Delayed Write Failed} +Windows was unable to save all the data for the file %hs; the data has been lost. +This error may be caused by network connectivity issues. Please try to save this file elsewhere. + + + + +A valid hibernation file has been invalidated and should be abandoned. + + + + +Access to %1 has been restricted by your Administrator by policy rule %2. + + + + +Access to %1 is monitored by policy rule %2. + + + + +A thread is getting dispatched with MCA EXCEPTION because of MCA. + + + + +The system powerstate is transitioning from %2 to %3 but could enter %4. + + + + +The system powerstate is transitioning from %2 to %3. + + + + +The Desktop heap encountered an error while allocating session memory. +There is more information in the system event log. + + + + +The attempted operation required self healing to be enabled. + + + + +The hardware has reported an uncorrectable memory error. + + + + +The iterator's start position is invalid. + + + + +A version number could not be parsed. + + + + +The client of a component requested an operation which is not valid given the state of the component instance. + + + + +The implementation is not capable of performing the request. + + + + +One or more errors occurred while processing the request. + + + + +The data provider was not able to intrepret the flags set for a column binding in an accessor. + + + + +The data provider requires that previously fetched data is released before asking for more data. + + + + +The data provider cannot scroll backwards through a result set. + + + + +The data provider cannot fetch backwards through a result set. + + + + +Compression is disabled for this volume. + + + + +An exception occurred in a user mode callback and the kernel callback frame should be removed. + + + + +Debugger continued + + + + +Debugger handled exception + + + + +An operation is blocked waiting for an oplock. + + + + +The specified interrupt vector is still connected. + + + + +The specified interrupt vector was already connected. + + + + +A file system or file system filter driver has successfully completed an FsFilter operation. + + + + +{Volume Shadow Copy Service} +The system is now ready for hibernation. + + + + +The specified process is part of a job. + + + + +The specified process is not part of a job. + + + + +A process being terminated has no threads to terminate. + + + + +The translator has translated these resources into the global space and no further translations should be performed. + + + + +The device has succeeded a query-stop and its resource requirements have changed. + + + + +A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link. + + + + +Specified buffer contains all zeros. + + + + +Crash dump exists in paging file. + + + + +Cached page was locked during operation. + + + + +Page fault was satisfied by reading from a secondary storage device. + + + + +Page fault was a demand zero fault. + + + + +Page fault was a demand zero fault. + + + + +Page fault was a demand zero fault. + + + + +Page fault was a transition fault. + + + + +{Connect Failure on Primary Transport} +An attempt was made to connect to the remote server %hs on the primary transport, but the connection failed. +The computer WAS able to connect on a secondary transport. + + + + +This indicates that a notify change request has been completed due to closing the handle which made the notify change request. + + + + +This success level status indicates that the transaction state already exists for the registry sub-tree, but that a transaction commit was previously aborted. +The commit has now been completed. + + + + +A new volume has been mounted by a file system. + + + + +An open/create operation completed while an oplock break is underway. + + + + +A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link. + + + + +The requested operation requires elevation. + + + + + ERROR_ALERTED + + + + + ERROR_KERNEL_APC + + + + + ERROR_USER_APC + + + + + ERROR_ABANDONED_WAIT_63 + + + + + ERROR_ABANDONED_WAIT_0 + + + + + ERROR_WAIT_63 + + + + + ERROR_WAIT_3 + + + + + ERROR_WAIT_2 + + + + + ERROR_WAIT_1 + + + + +The system has awoken + + + + +A device driver is leaking locked I/O pages causing system degradation. The system has automatically enabled tracking code in order to try and catch the culprit. + + + + +Windows has detected that the system firmware (BIOS) was updated [previous firmware date = %2, current firmware date %3]. + + + + +The system was resumed from hibernation. + + + + +The system was put into hibernation. + + + + +The CPUs in this multiprocessor system are not all the same revision level. To use all processors the operating system restricts itself to the features of the least capable processor in the system. Should problems occur with this system, contact the CPU manufacturer to see if this mix of processors is supported. + + + + +The inserted CardBus device cannot be started because of a configuration error on "%hs". + + + + +The arbiter has deferred arbitration of these resources to its parent + + + + +The resumable flag to a timer API was ignored. + + + + +A yield execution was performed and no thread was available to run. + + + + +{Machine Type Mismatch} +The image file %hs is valid, but is for a machine type other than the current machine. + + + + + ERROR_ALREADY_WIN32 + + + + +Application popup: %1 : %2 + + + + +{Page Locked} +One of the pages to lock was already locked. + + + + +%hs + + + + +{Page Unlocked} +The page protection of a locked page was changed to 'No Access' and the page was unlocked from memory and from the process. + + + + +The specified registry key is referenced by a predefined handle. + + + + +{Fatal Application Exit} +%hs + + + + +Checking file system on %wZ + + + + +{TDI Event Pending} +The TDI indication has entered the pending state. + + + + +{TDI Event Done} +The TDI indication has completed successfully. + + + + +{Partial Expedited Data Received} +The network transport returned partial data to its client and this data was marked as expedited by the remote system. The remaining data will be sent later. + + + + +{Expedited Data Received} +The network transport returned data to its client that was marked as expedited by the remote system. + + + + +{Partial Data Received} +The network transport returned partial data to its client. The remaining data will be sent later. + + + + +{Machine Type Mismatch} +The image file %hs is valid, but is for a machine type other than the current machine. Select OK to continue, or CANCEL to fail the DLL load. + + + + +{Redundant Write} +To satisfy a write request, the NT fault-tolerant file system successfully wrote a redundant copy of the information. +This was done because the file system encountered a failure on a member of the fault-tolerant volume, but was not able to reassign the failing area of the device. + + + + +{Redundant Read} +To satisfy a read request, the NT fault-tolerant file system successfully read the requested data from a redundant copy. +This was done because the file system encountered a failure on a member of the fault-tolerant volume, but was unable to reassign the failing area of the device. + + + + +{Invalid Current Directory} +The process cannot switch to the startup current directory %hs. +Select OK to set current directory to %hs, or select CANCEL to exit. + + + + +{Segment Load} +A virtual DOS machine (VDM) is loading, unloading, or moving an MS-DOS or Win16 program segment image. +An exception is raised so a debugger can load, unload or track symbols and breakpoints within these 16-bit segments. + + + + +This informational level status indicates that a specified registry sub-tree transaction state did not yet exist and had to be created. + + + + +{Image Relocated} +An image file could not be mapped at the address specified in the image file. Local fixups must be performed on this image. + + + + +{Thread Suspended} +A thread termination occurred while the thread was suspended. The thread was resumed, and termination proceeded. + + + + +{Object Exists} +An attempt was made to create an object and the object name already existed. + + + + +Debugger command communication exception. + + + + +Debugger received control break. + + + + +Debugger received RIP exception. + + + + +Debugger printed exception on control C. + + + + +Debugger got control C. + + + + +Debugger terminated process. + + + + +Debugger terminated thread. + + + + +Debugger cannot provide handle. + + + + +Debugger will reply later. + + + + +Debugger did not handle the exception. + + + + +The application is loading executable code from the module %hs. This is secure, but may be incompatible with previous releases of the operating system. An alternative, %hs, is available. Should the application use the secure module %hs? + + + + +The application is attempting to run executable code from the module %hs. This may be insecure. An alternative, %hs, is available. Should the application use the secure module %hs? + + + + +{Registry Hive Recovered} +Registry hive (file): +%hs +was corrupted and it has been recovered. Some data might have been lost. + + + + +A frame consolidation has been executed. + + + + +The Plug and Play query operation was not successful. + + + + +A long jump has been executed. + + + + +The create operation stopped after reaching a symbolic link + + + + +{GUID Substitution} +During the translation of a global identifier (GUID) to a Windows security ID (SID), no administratively-defined GUID prefix was found. +A substitute prefix was used, which will not compromise system security. +However, this may provide a more restrictive access than intended. + + + + +{Media Changed} +The media may have changed. + + + + +This warning level status indicates that the transaction state already exists for the registry sub-tree, but that a transaction commit was previously aborted. +The commit has NOT been completed, but has not been rolled back either (so it may still be committed if desired). + + + + +{Too Much Information} +The specified access control list (ACL) contained more information than was expected. + + + + +{Handles Closed} +Handles to objects have been automatically closed as a result of the requested operation. + + + + +{Kernel Debugger Awakened} +the system debugger was awakened by an interrupt. + + + + +Driver %2 returned invalid ID for a child device (%3). + + + + +A IRQ translator failed to translate resources. + + + + +A translator failed to translate resources. + + + + +A device is missing in the system BIOS MPS table. This device will not be used. +Please contact your system vendor for system BIOS update. + + + + +WOW Assertion Error. + + + + +An error occurred in the ACPI subsystem. + + + + +An assertion failure has occurred. + + + + +The requested operation could not be completed due to a file system limitation + + + + +The system has failed to hibernate (The error code is %hs). Hibernation will be disabled until the system is restarted. + + + + +{Volume Shadow Copy Service} +Please wait while the Volume Shadow Copy Service prepares volume %hs for hibernation. + + + + +The driver could not be loaded because a previous version of the driver is still in memory. + + + + +System hive size has exceeded its limit. + + + + +There was error [%2] processing the driver database. + + + + +A Machine Check Error has occurred. Please check the system eventlog for additional information. + + + + +The device object parameter is either not a valid device object or is not attached to the volume specified by the file name. + + + + +The create operation failed because the name contained at least one mount point which resolves to a volume to which the specified device object is not attached. + + + + +The "%hs" encountered an error while applying power or reading the device configuration. +This may be caused by a failure of your hardware or by a poor connection. + + + + +The driver was not loaded because it failed it's initialization call. + + + + +The driver was not loaded because the system is booting into safe mode. + + + + +The specified range could not be found in the range list. + + + + +This version of Windows is not compatible with the behavior version of directory forest, domain or domain controller. + + + + +An attempt to remove a processes DebugPort was made, but a port was not already associated with the process. + + + + +The system is in the process of shutting down. + + + + + ERROR_MULTIPLE_FAULT_VIOLATION + + + + +There is not enough power to complete the requested operation. + + + + +Device will not start without a reboot. + + + + +{Fatal System Error} +The system image %s is not properly signed. +The file has been replaced with the signed file. +The system has been shut down. + + + + +A device was removed so enumeration must be restarted. + + + + +{Virtual Memory Minimum Too Low} +Your system is low on virtual memory. Windows is increasing the size of your virtual memory paging file. +During this process, memory requests for some applications may be denied. For more information, see Help. + + + + +The system file %1 has become corrupt and has been replaced. + + + + +{System Standby Failed} +The driver %hs does not support standby mode. Updating this driver may allow the system to go to standby mode. + + + + +The requested interface is not supported. + + + + +{EXCEPTION} +Multiple floating point traps. + + + + +{EXCEPTION} +Multiple floating point faults. + + + + +A group marked use for deny only cannot be enabled. + + + + +The server process is running under a SID different than that required by client. + + + + +The range could not be added to the range list because of a conflict. + + + + +There are no more matches for the current index enumeration. + + + + +The validation process needs to continue on to the next step. + + + + +{DLL Initialization Failed} +The application failed to initialize because the window station is shutting down. + + + + +{Illegal System DLL Relocation} +The system DLL %hs was relocated in memory. The application will not run properly. +The relocation occurred because the DLL %hs occupied an address range reserved for Windows system DLLs. The vendor supplying the DLL should be contacted for a new DLL. + + + + +{Windows Evaluation Notification} +The evaluation period for this installation of Windows has expired. This system will shutdown in 1 hour. To restore access to this installation of Windows, please upgrade this installation using a licensed distribution of this product. + + + + +The specified quota list is internally inconsistent with its descriptor. + + + + +The specified Plug and Play registry device path is invalid. + + + + +The specified hardware profile configuration is invalid. + + + + +The specified compression format is unsupported. + + + + +You have attempted to change your password to one that you have used in the past. +The policy of your user account does not allow this. Please select a password that you have not previously used. + + + + +The policy of your user account does not allow you to change passwords too frequently. +This is done to prevent users from changing back to a familiar, but potentially discovered, password. +If you feel your password has been compromised then please contact your administrator immediately to have a new one assigned. + + + + +The password provided is too short to meet the policy of your user account. +Please choose a longer password. + + + + +A callback return system service cannot be executed when no callback is active. + + + + +{Low On Registry Space} +The system has reached the maximum size allowed for the system part of the registry. Additional storage requests will be ignored. + + + + +There is an IP address conflict with another system on the network + + + + +There is an IP address conflict with another system on the network + + + + +{Invalid Service Callback Entrypoint} +The %hs service is not written correctly. The stack pointer has been left in an inconsistent state. +The callback entrypoint should be declared as WINAPI or STDCALL. Selecting OK will cause the service to continue operation. However, the service process may operate incorrectly. + + + + +{Invalid DLL Entrypoint} +The dynamic link library %hs is not written correctly. The stack pointer has been left in an inconsistent state. +The entrypoint should be declared as WINAPI or STDCALL. Select YES to fail the DLL load. Select NO to continue execution. Selecting NO may cause the application to operate incorrectly. + + + + +There is insufficient account information to log you on. + + + + +The timer resolution was not previously set by the current process. + + + + +{Audit Failed} +An attempt to generate a security audit failed. + + + + +The specified buffer contains ill-formed data. + + + + +The supplied variant structure contains invalid data. + + + + +The user/kernel marshalling buffer has overflowed. + + + + +The bucket array must be grown. Retry transaction after doing so. + + + + +The attempt to find the object found an object matching by ID on the volume but it is out of the scope of the handle used for the operation. + + + + +Internal OFS status codes indicating how an allocation operation is handled. Either it is retried after the containing onode is moved or the extent stream is converted to a large stream. + + + + +The request must be handled by the stack overflow code. + + + + +The stream is not a tiny stream. + + + + +The parameter(s) passed to the server in the client/server shared memory window were invalid. Too much data may have been put in the shared memory window. + + + + +{Delayed Write Failed} +Windows was unable to save all the data for the file %hs. The data has been lost. +This error may be caused by a failure of your computer hardware or network connection. Please try to save this file elsewhere. + + + + +{Reply Message Mismatch} +An attempt was made to reply to an LPC message, but the thread specified by the client ID in the message was not waiting on that message. + + + + +{Cancel Timeout} +The driver %hs failed to complete a cancelled I/O request in the allotted time. + + + + +NTVDM encountered a hard error. + + + + +{Data Not Accepted} +The TDI client could not handle the data received during an indication. + + + + +{Fatal System Error} +The %hs system process terminated unexpectedly with a status of 0x%08x (0x%08x 0x%08x). +The system has been shut down. + + + + +{Unexpected Failure in DebugActiveProcess} +An unexpected failure occurred while processing a DebugActiveProcess API request. You may choose OK to terminate the process, or Cancel to ignore the error. + + + + +{Registry File Failure} +The registry cannot load the hive (file): +%hs +or its log or alternate. +It is corrupt, absent, or not writable. + + + + +A volume has been accessed for which a file system driver is required that has not yet been loaded. + + + + +An attempt was made to acquire a mutant such that its maximum count would have been exceeded. + + + + +This operation is only allowed for the Primary Domain Controller of the domain. + + + + +The system BIOS failed to connect a system interrupt to the device or bus for which the device is connected. + + + + +The paging file cannot be created on a floppy diskette. + + + + +The Unicode character is not defined in the Unicode character set installed on the system. + + + + +An illegal character was encountered. For a multi-byte character set this includes a lead byte without a succeeding trail byte. For the Unicode character set this includes the characters 0xFFFF and 0xFFFE. + + + + +A Windows Server has an incorrect configuration. + + + + +An event pair synchronization operation was performed using the thread specific client/server event pair object, but no event pair object was associated with the thread. + + + + +{EXCEPTION} +A real-mode application issued a floating-point instruction and floating-point hardware is not present. + + + + +{No Paging File Specified} +No paging file was specified in the system configuration. + + + + +Windows cannot verify the digital signature for this file. A recent hardware or software change might have installed a file that is signed incorrectly or damaged, or that might be malicious software from an unknown source. + + + + +{Unable to Create Paging File} +The creation of the paging file %hs failed (%lx). The requested size was %ld. + + + + +{Application Error} +The application failed to initialize properly (0x%lx). Click OK to terminate the application. + + + + +{Application Error} +The exception %s (0x%08lx) occurred in the application at location 0x%08lx. + + + + +{Missing System File} +The required system file %hs is bad or missing. + + + + +{Application Exit by CTRL+C} +The application terminated as a result of a CTRL+C. + + + + +{Privilege Failed} +The I/O permissions for the process could not be changed. + + + + +The NtCreateFile API failed. This error should never be returned to an application, it is a place holder for the Windows Lan Manager Redirector to use in its internal error mapping routines. + + + + +The SAM database on a Windows Server is significantly out of synchronization with the copy on the Domain Controller. A complete synchronization is required. + + + + +The Netlogon service cannot start because another Netlogon service running in the domain conflicts with the specified role. + + + + +Page file quota was exceeded. + + + + +An attempt was made to operate on a thread within a specific process, but the thread specified is not in the process specified. + + + + +Indicates a process has too many threads to perform the requested action. For example, assignment of a primary token may only be performed when a process has zero or one threads. + + + + +Indicates that the user supplied an invalid descriptor when trying to set up Ldt descriptors. + + + + +Indicates that the starting value for the LDT information was not an integral multiple of the selector size. + + + + +Indicates that an attempt was made to grow an LDT by setting its size, or that the size was not an even number of selectors. + + + + +Indicates that an attempt was made to assign protection to a file system file or directory and one of the SIDs in the security descriptor could not be translated into a GUID that could be stored by the file system. +This causes the protection attempt to fail, which may cause a file creation attempt to fail. + + + + +A malformed function table was encountered during an unwind operation. + + + + +If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter. +In this case information is lost, however, the filter correctly handles the exception. + + + + +If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter. +In this case information is lost, however, the filter correctly handles the exception. + + + + +If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter. +In this case information is lost, however, the filter correctly handles the exception. + + + + +Indicates that a thread attempted to terminate itself by default (called NtTerminateThread with NULL) and it was the last thread in the current process. + + + + +Used to indicate that an operation cannot continue without blocking for I/O. + + + + +The number of active profiling objects is at the maximum and no more may be started. + + + + +The passed ACL did not contain the minimum required information. + + + + +Profiling not stopped. + + + + +Profiling not started. + + + + +An attempt was made to execute an instruction at an unaligned address and the host system does not support unaligned instruction references. + + + + +An attempt was made to attach to a device that was already attached to another device. + + + + +An attempt was made to lower a quota limit below the current usage. + + + + +Length of message passed to NtRequestPort or NtRequestWaitReplyPort was longer than the maximum message allowed by the port. + + + + +Invalid Object Attributes specified to NtCreatePort or invalid Port Attributes specified to NtConnectPort + + + + +An invalid unwind target was encountered during an unwind operation. + + + + +An invalid or unaligned stack was encountered during an unwind operation. + + + + +Unwind exception code. + + + + +An attempt was made to cancel or set a timer that has an associated APC and the subject thread is not the thread that originally set the timer with an associated APC routine. + + + + +An error occurred in the WX86 subsystem. + + + + +A warning occurred in the WX86 subsystem. + + + + +An error occurred in the ABIOS subsystem. + + + + +Application verifier has found an error in the current process. + + + + +Waiting for a process to open the other end of the pipe. + + + + +There is a process on other end of the pipe. + + + + +Arithmetic result exceeded 32 bits. + + + + +User profile cannot be loaded. + + + + +Attempt to access invalid address. + + + + +The process is not in background processing mode. + + + + +The process is already in background processing mode. + + + + +The thread is not in background processing mode. + + + + +The thread is already in background processing mode. + + + + +The maximum number of sessions has been reached. + + + + +The restart operation failed. + + + + +The shutdown operation failed. + + + + +No action was taken as a system reboot is required. + + + + +The scope specified was not found. + + + + +The system cannot find message text for message number 0x%1 in the message file for %2. + + + + +The file cannot be opened because it is in the process of being deleted. + + + + +The volume is too fragmented to complete this operation. + + + + +An invalid oplock acknowledgment was received by the system. + + + + +The oplock request is denied. + + + + +Only part of a ReadProcessMemory or WriteProcessMemory request was completed. + + + + +Too many posts were made to a semaphore. + + + + +Attempt to release mutex not owned by caller. + + + + +The mounted file system does not support extended attributes. + + + + +The specified extended attribute handle is invalid. + + + + +The extended attribute table file is full. + + + + +The extended attribute file on the mounted file system is corrupt. + + + + +The extended attributes did not fit in the buffer. + + + + +The directory name is invalid. + + + + +The copy functions cannot be used. + + + + +No more data is available. + + + + +The wait operation timed out. + + + + +The extended attributes are inconsistent. + + + + +The specified extended attribute name was invalid. + + + + +The session was canceled. + + + + +More data is available. + + + + +No process is on the other end of the pipe. + + + + +The pipe is being closed. + + + + +All pipe instances are busy. + + + + +The pipe state is invalid. + + + + +The pipe is local. + + + + +This file contains a virus and cannot be opened. Due to the nature of this virus, the file has been removed from this location. + + + + +Operation did not complete successfully because the file contains a virus. + + + + +Access Denied. Before opening files in this location, you must first browse to the web site and select the option to login automatically. + + + + +The file size exceeds the limit allowed and cannot be saved. + + + + +The file type being saved or retrieved has been blocked. + + + + +The file must be checked out before saving changes. + + + + +This file is checked out or locked for editing by another user. + + + + +The image file %1 is strong signed, unable to modify. + + + + +The image file %1 is signed, unable to modify. + + + + +This version of %1 is not compatible with the version of Windows you're running. Check your computer's system information to see whether you need a x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher. + + + + +Cannot nest calls to LoadModule. + + + + +Too many dynamic-link modules are attached to this program or dynamic-link module. + + + + +The segment is locked and cannot be reallocated. + + + + +The signal handler cannot be set. + + + + +The signal being posted is not correct. + + + + +The global filename characters, * or ?, are entered incorrectly or too many global filename characters are specified. + + + + +The ring 2 stack is in use. + + + + +The filename or extension is too long. + + + + +No process in the command subtree has a signal handler. + + + + +The system could not find the environment option that was entered. + + + + +The operating system cannot run %1. + + + + +The operating system cannot run %1. + + + + +The code segment cannot be greater than or equal to 64K. + + + + +The operating system cannot run this application program. + + + + +The operating system cannot run %1. + + + + +The operating system is not presently configured to run this application. + + + + +The operating system cannot run this application program. + + + + +The operating system cannot run %1. + + + + +The operating system cannot run %1. + + + + +%1 is not a valid Win32 application. + + + + +The operating system cannot run %1. + + + + +Cannot run %1 in Win32 mode. + + + + +The operating system cannot run %1. + + + + +The operating system cannot run %1. + + + + +The operating system cannot run %1. + + + + +The specified system semaphore name was not found. + + + + +The flag passed is not correct. + + + + +Cannot create a file when that file already exists. + + + + +The operating system cannot run %1. + + + + +The system detected a segment number that was not correct. + + + + +The file system does not support atomic changes to the lock type. + + + + +A lock request was not outstanding for the supplied cancel region. + + + + +The requested resource is in use. + + + + +Unable to lock a region of a file. + + + + +No more threads can be created in the system. + + + + +A signal is already pending. + + + + +The specified path is invalid. + + + + +One or more arguments are not correct. + + + + +The address for the thread ID is not correct. + + + + +The segment is already unlocked. + + + + +The segment is already discarded and cannot be locked. + + + + +The recipient process has refused the signal. + + + + +Cannot create another thread. + + + + +The volume label you entered exceeds the label character limit of the target file system. + + + + +The DosMuxSemWait list is not correct. + + + + +DosMuxSemWait did not execute; too many semaphores are already set. + + + + +The number of specified semaphore events for DosMuxSemWait is not correct. + + + + +System trace information was not specified in your CONFIG.SYS file, or tracing is disallowed. + + + + +An attempt was made to join or substitute a drive for which a directory on the drive is the target of a previous substitute. + + + + +The path specified cannot be used at this time. + + + + +Not enough resources are available to process this command. + + + + +The path specified is being used in a substitute. + + + + +The directory is not empty. + + + + +The directory is not a subdirectory of the root directory. + + + + +The system cannot join or substitute a drive to or for a directory on the same drive. + + + + +The system cannot perform a JOIN or SUBST at this time. + + + + +The system tried to SUBST a drive to a directory on a joined drive. + + + + +The system tried to join a drive to a directory on a substituted drive. + + + + +The system tried to substitute a drive to a directory on a substituted drive. + + + + +The system tried to join a drive to a directory on a joined drive. + + + + +The system tried to delete the substitution of a drive that is not substituted. + + + + +The system tried to delete the JOIN of a drive that is not joined. + + + + +An attempt was made to use a JOIN or SUBST command on a drive that has already been substituted. + + + + +An attempt was made to use a JOIN or SUBST command on a drive that has already been joined. + + + + +A JOIN or SUBST command cannot be used for a drive that contains previously joined drives. + + + + +The file pointer cannot be set on the specified device or file. + + + + +An attempt was made to move the file pointer before the beginning of the file. + + + + +Attempt to use a file handle to an open disk partition for an operation other than raw disk I/O. + + + + +The %1 application cannot be run in Win32 mode. + + + + +There are no child processes to wait for. + + + + +The specified procedure could not be found. + + + + +The specified module could not be found. + + + + +The disk has no volume label. + + + + +The system call level is not correct. + + + + +The filename, directory name, or volume label syntax is incorrect. + + + + +The data area passed to a system call is too small. + + + + +The semaphore timeout period has expired. + + + + +This function is not supported on this system. + + + + +The system does not support the command requested. + + + + +The verify-on-write switch parameter value is not correct. + + + + +The IOCTL call made by the application program is not correct. + + + + +The target internal file identifier is incorrect. + + + + +No more internal file identifiers available. + + + + +There is not enough space on the disk. + + + + +The file name is too long. + + + + +The system cannot open the device or file specified. + + + + +The pipe has been ended. + + + + +The disk is in use or locked by another process. + + + + +The program stopped because an alternate diskette was not inserted. + + + + +Insert the diskette for drive %1. + + + + +The previous ownership of this semaphore has ended. + + + + +Cannot request exclusive semaphores at interrupt time. + + + + +The semaphore cannot be set again. + + + + +The semaphore is set and cannot be closed. + + + + +The exclusive semaphore is owned by another process. + + + + +Cannot create another system semaphore. + + + + +The system cannot start another process at this time. + + + + +A write fault occurred on the network. + + + + +The parameter is incorrect. + + + + +The specified network password is not correct. + + + + +The local device name is already in use. + + + + +Storage to process this request is not available. + + + + +Fail on INT 24. + + + + +The directory or file cannot be created. + + + + +The file exists. + + + + +The specified printer or disk device has been paused. + + + + +No more connections can be made to this remote computer at this time because there are already as many connections as the computer can accept. + + + + +The remote server has been paused or is in the process of being started. + + + + +The network BIOS session limit was exceeded. + + + + +The name limit for the local computer network adapter card was exceeded. + + + + +The network name cannot be found. + + + + +The network resource type is not correct. + + + + +Network access is denied. + + + + +The specified network name is no longer available. + + + + +Your file waiting to be printed was deleted. + + + + +Space to store the file waiting to be printed is not available on the server. + + + + +The printer queue is full. + + + + +The remote adapter is not compatible. + + + + +An unexpected network error occurred. + + + + +The specified server cannot perform the requested operation. + + + + +A network adapter hardware error occurred. + + + + +The network BIOS command limit has been reached. + + + + +The specified network resource or device is no longer available. + + + + +The network is busy. + + + + +The network path was not found. + + + + +You were not connected because a duplicate name exists on the network. If joining a domain, go to System in Control Panel to change the computer name and try again. If joining a workgroup, choose another workgroup name. + + + + +Windows cannot find the network path. Verify that the network path is correct and the destination computer is not busy or turned off. If Windows still cannot find the network path, contact your network administrator. + + + + +The request is not supported. + + + + +The disk is full. + + + + +Reached the end of the file. + + + + +Too many files opened for sharing. + + + + +The wrong diskette is in the drive. +Insert %2 (Volume Serial Number: %3) into drive %1. + + + + +The process cannot access the file because another process has locked a portion of the file. + + + + +The process cannot access the file because it is being used by another process. + + + + +A device attached to the system is not functioning. + + + + +The system cannot read from the specified device. + + + + +The system cannot write to the specified device. + + + + +The printer is out of paper. + + + + +The drive cannot find the sector requested. + + + + +The specified disk or diskette cannot be accessed. + + + + +The drive cannot locate a specific area or track on the disk. + + + + +The program issued a command but the command length is incorrect. + + + + +Data error (cyclic redundancy check). + + + + +The device does not recognize the command. + + + + +The device is not ready. + + + + +The system cannot find the device specified. + + + + +The media is write protected. + + + + +There are no more files. + + + + +The system cannot move the file to a different disk drive. + + + + +The directory cannot be removed. + + + + +The system cannot find the drive specified. + + + + +Not enough storage is available to complete this operation. + + + + +The data is invalid. + + + + +The access code is invalid. + + + + +An attempt was made to load a program with an incorrect format. + + + + +The environment is incorrect. + + + + +The storage control block address is invalid. + + + + +Not enough storage is available to process this command. + + + + +The storage control blocks were destroyed. + + + + +The handle is invalid. + + + + +Access is denied. + + + + +The system cannot open the file. + + + + +The system cannot find the path specified. + + + + +The system cannot find the file specified. + + + + +Incorrect function. + + + + +The operation completed successfully. + + + + Gets the error category of the SvnException + + + + + + + Ignore all whitespace characters + + + Ignore changes in sequences of whitespace characters, treating each +sequence of whitespace characters as a single space + + + Ignore no whitespace + + + Attempting to delete object + + + Attempting to add object + + + Attempting to change text or props + + + object is already added or schedule-add + + + object is unversioned + + + object is unknown or missing + + + object is already schedule-delete + + + another object is in the way + + + local edits are already present + + + Deprecated: Use .Tree + + + tree conflict (on a dir) + + + property conflict (on a file or dir) + + + textual conflict (on a file) + + + Value not determined yet + + + Alias for Merged + + + Choose the 'merged file'. The result file of the automatic merging; possibly with local edits + + + Choose local version on all conflicts; further use auto-merged + + + Choose their on all conflicts; further use auto-merged + + + Choose the local file + + + Choose the incoming file + + + Choose the base file + + + Don't resolve the conflict now. Let subversion mark the path +'conflicted', so user can run 'svn resolved' later + + + A deleted item + + + An item with text modifications + + + An added item + + + An item with no text modifications + + + Create a repository in Subversion 1.9 compatible format + + + Create a repository in Subversion 1.8 compatible format + + + Create a repository in Subversion 1.7 compatible format + + + Create a repository in Subversion 1.6 compatible format + + + Create a repository in Subversion 1.5 compatible format + + + Create a repository in Subversion 1.4 compatible format + + + Create a repository in a Subversion 1.0-1.3 compatible format + + + Create a repository with the latest available format + + + The fields loaded if no other value is specified + + + A combination of all the dirent fields at Subversion 1.5 + + + An indication that you are interested in the @c last_author field + + + An indication that you are interested in the @c time field + + + An indication that you are interested in the @c created_rev field + + + An indication that you are interested in the @c has_props field + + + An indication that you are interested in the @c size field + + + An indication that you are interested in the Kind field + + + Slated for replacement (delete + add) + + + Slated for deletion + + + Slated for addition + + + Nothing special here + + + a directory doesn't contain a complete entries list + + + an unversioned path populated by an svn:externals property + + + an unversioned resource is in the way of the versioned resource + + + is unversioned but configured to be ignored + + + local mods received conflicting repos mods + + + local mods received repos mods + + + text or props have been modified + + + was deleted and then re-added + + + scheduled for deletion + + + under v.c., but is missing + + + is scheduled for addition + + + exists, but uninteresting + + + is not a versioned thing in this wc + + + does not exist + + + Zero value. Never used by Subversion + + + Finalizing commit. + + + Running info on an external module. + + + The operation failed because the operation (E.g. commit) is only valid +if the operation includes this path. + + + Running cleanup on an external module. + + + A move in the working copy has been broken, i.e. degraded into a +copy + delete. The notified path is the move source (the deleted path). + + + + A copy from a foreign repository has started + + + The current operation left local changes of something that +was deleted. The changes are available on (and below) the notified path + + + + Conflict resolver is done. This can be used by clients to +detect when to display conflict summary information, for example + + + Conflict resolver is starting. This can be used by clients to +detect when to display conflict summary information, for example. + + + Operation failed because a node is obstructed + + + Just the lock on a file was removed during update + + + The operation skipped the path because it was conflicted. + + + Operation failed because the operation was forbidden by the server + + + Operation failed because a node is locked by another user and/or working copy + + + Operation failed because an added parent is not selected + + + Operation failed because a node is out of date + + + Operation failed because an added node is missing + + + Operation failed because the node remains in conflict + + + Removing a path by excluding it. + + + The operation was attempted on a path which doesn't exist. + + + The server has instructed the client to follow a URL redirection. + + + Committing an overwriting (replace) copy (path is the target of +the copy, not the source). + + + Committing a non-overwriting copy (path is the target of the +copy, not the source). + + + A hunk from a patch was found to already be applied. + + + A hunk from a patch was rejected. + + + A hunk from a patch was applied. + + + A file in the working copy was patched. + + + Mergeinfo was removed due to elision. + + + Mergeinfo describing a merge was recorded. + + + An working copy directory was upgraded to the latest format. + + + The mergeinfo on path was updated. + + + A node below an existing node was deleted during update. + + + A node below an exising node was updated during update. + + + A node below an existing node was added during update. + + + An update operation removed an external working copy. + + + An update tried to update a file or directory to which access could not be obtained. + + + An explicit update tried to update a file or directory that doesn't live in the repository and can't be brought in. + + + An update tried to add a file or directory at a path where a separate working copy was found + + + Starting an update operation. + + + + + + + The structure of a revision is being verified. @since New in 1.8. + + + A revision was skipped during loading. @since New in 1.8. + + + Upgrade has started. + + + Recover has started. + + + The operation has acquired a mutex for the repo. + + + Mergeinfo has been normalized + + + A copied node has been encountered + + + A node has finished loading + + + A node has begun loading + + + A revision has finished loading + + + A revision has begun loading + + + packing of the shard revprops has completed + + + packing of the shard revprops has commenced + + + packing of an FSFS shard is completed + + + packing of an FSFS shard has commenced + + + All revisions have finished being verified. + + + All revisions have finished being dumped. + + + A revision has finished being verified. + + + A revision has finished being dumped. + + + A warning message is waiting. + + + +D + all descendants (full recursion from D). Updates will pull in any +files or subdirectories not already present; those subdirectories' +this_dir entries will have depth-infinity. Equivalent to the pre-1.5 +default update behavior. + + + + +D + immediate children (D and its entries). Updates will pull in any +files or subdirectories not already present; those subdirectories' +this_dir entries will have depth-empty. + + + + +D + its file children, but not subdirs. Updates will pull in any files +not already present, but not subdirectories. + + + + +Just the named directory D, no entries. Updates will not pull in any +files or subdirectories not already present + + + + Exclude (remove, whatever) directory D + + + Depth undetermined or ignored + + + Attaches to the specified pool + + + Creates a new root pool + + + Creates a childpool within the specified parent pool + + + Gets a boolean indicating whether the path is a file path (and not a Uri) + + + Gets a small thread-local pool usable for small one shot actions + The memory allocated by the pool is only freed after the thread is closed; so use with care + + + Main class of Subversion api. This class is responsible for loading the unmanaged api + + + + + Looks up a localized string similar to The value {0} is not a valid {1}. + + + + + Looks up a localized string similar to The passed Uri is not absolute. + + + + + Looks up a localized string similar to The specified target is not a valid Uri target. + + + + + Looks up a localized string similar to The specified target is not a value Uri or Path target. + + + + + Looks up a localized string similar to The specified target is not a valid Path target. + + + + + Looks up a localized string similar to The passed target must contain an explicit revision. + + + + + Looks up a localized string similar to Subversion reported a malfunction '{0}' on line {2} of '{1}'.. + + + + + Looks up a localized string similar to Svn operation in progress; an SvnClient instance can handle only one command at a time. + + + + + Looks up a localized string similar to This function is not available from managed code. . + + + + + Looks up a localized string similar to The session is already open. + + + + + Looks up a localized string similar to Revision type must be head, date or a specific revision number. + + + + + Looks up a localized string similar to The Working revision type is not supported here. + + + + + Looks up a localized string similar to Revision number must be at least 0. + + + + + Looks up a localized string similar to Revision must be >= 0. + + + + + Looks up a localized string similar to The remote session must be open before it can perform commands. + + + + + Looks up a localized string similar to Property name is not valid. + + + + + Looks up a localized string similar to Please restart this application before continuing.\n\nStack trace:\n{0}. + + + + + Looks up a localized string similar to Paths with a length above MAX_PATH (like '{0}') must be rooted.. + + + + + Looks up a localized string similar to Path '{0}' contains invalid characters. + + + + + Looks up a localized string similar to The number of elements in the paths collection does not match the number in revisions. + + + + + Looks up a localized string similar to '{0}' unlocked.. + + + + + Looks up a localized string similar to '{0}' locked by user '{1}'.. + + + + + Looks up a localized string similar to Updating '{0}':. + + + + + Looks up a localized string similar to Updated to revision {0}.. + + + + + Looks up a localized string similar to Updated external to revision {0}.. + + + + + Looks up a localized string similar to Transmitting file data. + + + + + Looks up a localized string similar to Status against revision: {0}. + + + + + Looks up a localized string similar to Skipped '{0}' - Node remains in conflict. + + + + + Looks up a localized string similar to Skipped '{0}'. + + + + + Looks up a localized string similar to Skipped '{0}' - An obstructing working copy found. + + + + + Looks up a localized string similar to Skipped missing target '{0}'. + + + + + Looks up a localized string similar to Skipped '{0}' - Access denied. + + + + + Looks up a localized string similar to Reverted '{0}'. + + + + + Looks up a localized string similar to --- Reverse-merging r{0} through r{1} into '{2}':. + + + + + Looks up a localized string similar to --- Reverse-merging r{0} into '{1}':. + + + + + Looks up a localized string similar to Restored '{0}'. + + + + + Looks up a localized string similar to Resolved conflicted state of '{0}'. + + + + + Looks up a localized string similar to Performing status on external item at '{0}'. + + + + + Looks up a localized string similar to Path '{0}' is now a member of change list '{1}'.. + + + + + Looks up a localized string similar to Path '{0}' is no longer a member of a change list.. + + + + + Looks up a localized string similar to --- Merging r{0} through r{1} into '{2}':. + + + + + Looks up a localized string similar to --- Merging r{0} into '{1}':. + + + + + Looks up a localized string similar to --- Merging differences between repository URLs into '{0}':. + + + + + Looks up a localized string similar to Fetching external item into '{0}'. + + + + + Looks up a localized string similar to Failed to revert '{0}' -- try updating instead. + + + + + Looks up a localized string similar to Removed external '{0}'. + + + + + Looks up a localized string similar to External at revision {0}.. + + + + + Looks up a localized string similar to Exported revision {0}.. + + + + + Looks up a localized string similar to Exported external at revision {0}.. + + + + + Looks up a localized string similar to Checked out revision {0}.. + + + + + Looks up a localized string similar to Checked out external at revision {0}.. + + + + + Looks up a localized string similar to At revision {0}.. + + + + + Looks up a localized string similar to {This line does contain non-Utf8 characters}. + + + + + Looks up a localized string similar to The loading of the subversion mime mapping file failed. + + + + + Looks up a localized string similar to One or more items in the list are null. + + + + + Looks up a localized string similar to The IO Thread Blocked -- Do you have a deadlock?. + + + + + Looks up a localized string similar to Invalid Uri string. + + + + + Looks up a localized string similar to Invalid SvnRevisionType value specified. + + + + + Looks up a localized string similar to Invalid character in client name. + + + + + Looks up a localized string similar to The handler is not registered at this time. + + + + + Looks up a localized string similar to File '{0}' not found. + + + + + Looks up a localized string similar to A fatal error occurred within the subversion API - (Use Ctrl+C to copy message). + + + + + Looks up a localized string similar to You can only crop a node to a depth between empty and files.. + + + + + Looks up a localized string similar to The collection must at least contain one item. + + + + + Looks up a localized string similar to Can't parse command '{0}'. + + + + + Looks up a localized string similar to Can only resolve head, number and date revisions. + + + + + Looks up a localized string similar to The argument must be a valid absolute repository Uri. + + + + + Looks up a localized string similar to This argument is not a valid relative path. + + + + + Looks up a localized string similar to This argument is not a valid path. A Uri was specified. + + + + + Looks up a localized string similar to All provided Uri's must be on the same server. + + + + + Looks up a localized string similar to All targets must either be Uri or Path. + + + + + Overrides the current thread's CurrentUICulture property for all + resource lookups using this strongly typed resource class. + + + + + Returns the cached ResourceManager instance used by this class. + + + + + A strongly-typed resource class, for looking up localized strings, etc. + + + + + Extended Parameter container of 's CreateRepository method + + + + Gets or sets a boolean indicating whether the paths changed in the revision should be provided + Defaults to true + + + Extended Parameter container of 's ChangeInfo command + + + + Extended Parameter container of 's Changed method + + + + Gets or sets a boolean indicating whether to retrieve real property +and content changes. If set to false only marker changes are sent. (Changes on "" +property and empty file deltas + + + Gets or sets the maximum version the client knows about. Deltas will be +based on this version + + + Extended Parameter container of .ReplayRevision + + + + Factory function to create a new SvnDeltaNode instance for the specified file + + + Factory function to creates a new SvnDeltaNode instance for the specified directory + + + Called when a delta run is aborted + + + Called when a delta run is complete + + + Called to specify that information on a file won't be provided (e.g. Authorization) + + + Called to close a directory opened with or + + + Called to change a property on a file + + + Called when a file is about to receive content changes + The actual changes are not passed to this function, but are streamed to the target +specified by the property of the + + + Raised when a file is about to receive content changes + The actual changes are not passed to this event, but are streamed to the target +specified by the property of the + + + Called to open a file receiving changes + + + Called instead of when a new file is added to a directory + + + Called to specify that information on a directory won't be provided (e.g. Authorization) + + + Called to close a directory opened with or + + + Called to change a property on a directory + + + Called to open a directory receiving changes + + + Called instead of OnDirectoryOpen when a new directory is added + + + Called when an entry (directory or file) is removed from a directory + + + Called before the first directory operations + + + Called before open root to specify the target settings + + + The SvnDeltaEditor is a generic receiver of Subversion changes. +Hook events on this class or override methods on descendants of this class to +receive changes + + + + Raised when is not null and completes its processing + + + Gets or sets the that receives the actual differences +after this event returns + + + Called when a delta window is ready for processing + + + Creates a new instance to transform +, into while optionally verifying + if is true and +verification data is available. + + + Called after the last delta window was successfully received + + + Called when a new delta window is ready for processing + + + Called before the first invocation to allow initializing + + + Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use + After this method is called all properties are either stored managed, or are no longer readable + + + Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use + After this method is called all properties are either stored managed, or are no longer readable + + + Extended Parameter container of 's GetAppliedMergeInfo method + + + + Only retrieve the properties if the node is of the specified kind. Unknown for retrieving the kind + + + Extended Parameter container of + + + + Gets the list of changelist-names + + + Extended Parameter container for SvnClient.DiffSummary + + + + Gets the list of changelist-names + + + Extended Parameter container of + + + + Extended Parameter container of 's RecoverRepository method + + + + Gets the list of changelist-names + + + Extended Parameter container of + + + + Gets the list of changelist-names + + + Extended Parameter container of + + + + Extended parameter container for Cleanup + + + + Extended Parameter container of + + + + Extended Parameter container of + + + + Extended Parameter container of 's GetRevisionProperty + + + + Gets the of the command + + + Creates parent directories if required + + + Extended Parameter container of and + + + + + Only perform a metadata update and leave the working copy as-is + + + Extended Parameter container of . + + + + Extended Parameter container of SvnClient.Info + + + + Extended Parameter container of 's Write method + + + + Extended Parameter container of + + + + Gets the list of changelist-names + + + Extended Parameter container of 's GetProperty + + + + Extended Parameter container of 's DeleteRepository method + + + + Gets the list of changelist-names + + + Extended Parameter container of 's Diff command + + + + Gets or sets a boolean indication whether to retrieve all revision properties + Default value: false + + + Gets the list of properties to retrieve. Only SVN 1.5+ repositories allow adding custom properties to this list + This list defaults to the author, date, logmessage properties. Clear the list to retrieve no properties, +or set RetrieveAllProperties to true to retrieve all properties. + + + + Gets or sets the base uri to which relative Uri's are relative + + + Gets or sets a boolean indicating whether the merged revisions should be fetched instead of the node changes + + + Gets or sets a boolean indicating whether only the history of this exact node should be fetched (Aka stop on copying) + If @a StrictNodeHistory is set, copy history (if any exists) will +not be traversed while harvesting revision logs for each target. + + + Gets or sets a boolean indicating whether the paths changed in the revision should be provided + + + Gets or sets the limit on the number of log items fetched + + + Gets or sets the range specified by - wrapped as a + New code should either use and or + + + Gets the revision in which the Url's are evaluated (Aka peg revision) + + + Initializes a new instance with the specified range + + + Initializes a new instance with default properties + + + Extended Parameter container of SvnClient.Log + + + + Gets or sets a boolean indication whether to retrieve all revision properties + Default value: false + + + Gets the list of properties to retrieve. Only SVN 1.5+ repositories allow adding custom properties to this list + This list defaults to the author, date, logmessage properties. Clear the list to retrieve no properties, +or set RetrieveAllProperties to true to retrieve all properties. + + + + Gets or sets a boolean indicating whether the merged revisions should be fetched instead of the node changes + + + Gets or sets a boolean indicating whether only the history of this exact node should be fetched (Aka stop on copying) + If @a StrictNodeHistory is set, copy history (if any exists) will +not be traversed while harvesting revision logs for each target. + + + Gets or sets a boolean indicating whether the paths changed in the revision should be provided + + + Gets or sets the limit on the number of log items fetched + + + Extended Parameter container of 's CreateRepository method + + + + Extended Parameter container of + + + + Writes the specified message to the result writer and appends a + + + Writes the progress message to the result writer + The default implementation calls with the specified message + + + Writes the specified message to the result writer + + + Subversion Client Context wrapper; base class of objects using client context + + + + Extended Parameter container of 's Changed method + + + + If true, doesn't perform a check if path does really exist in the repository when no lock is found + + + Base Extended Parameter container of commands + + + + Extended Parameter container of + + + + Extended parameter container for Cleanup + + + + Extended Parameter container of + + + + Gets the of the command + + + Extended Parameter container of 's Property method + + + + Extended Parameter container of 's GetRevisionPropertyList + + + + If Force is not set then this operation will fail if any path contains locally modified +and/or unversioned items. If Force is set such items will be deleted. + + + Extended Parameter container of and + + + + Extended Parameter container of 's InheritedPropertyList method + + + + Extended Parameter container of 's CommitRepositoryOperation + + + + Extended Parameter container of 's DeleteRepository method + + + + Extended parameter container for Cleanup + + + + Extended Parameter container of 's CreateRepository method + + + + Gets or sets the author passed to the hook scripts + + + Gets or sets a value indicating whether to call the hook after changing the revision property + + + Gets or sets a value indicating whether to call the hook before changing the revision property + + + Extended Parameter container of 's CreateRepository method + + + + Extended Parameter container of and + + + + Formats a DateTime in Subversions string format + + + Tries to parse a Svn property into a value + + + Gets a list of TortoiseSvn defined directory properties, which are applied recursively on all directories below the set root + + + +Properties whose values are interpreted as booleans (such as +svn:executable, svn:needs_lock, and svn:special) always fold their +value to this. + + + + All Subversion property names start with this + + + Gets a list of TortoiseSvn defined directory properties, which are applied recursively on all directories below the set root + + + A full combination of the first four keywords. + + + A compressed combination of the other four keywords. + + + Short version of HeadURL + + + The URL for the head revision of this file. + + + Short version of LastChangedBy + + + Who most recently committed to this file. + + + Short version of LastChangedDate + + + The most recent date (repository time) when this file was changed. + + + Medium version of LastChangedRevision, matching the one CVS uses + + + Short version of LastChangedRevision + + + The most recent revision in which this file was changed + + + The maximum size of an expanded or un-expanded keyword. + + + Extended Parameter container of + + + + Creates the comparer used to compare the tokens. Defaults to Comparer<TToken>::Default + + + Gets the comparer used to compare the tokens + The instance returned is creatd by + + + Gets a boolean indicating whether the merge result contains differences + + + Gets a boolean indicating whether the merge result contains conflicts + + + +If TRUE, recurse up path's directory and look for +a versioned directory. If found, add all intermediate paths between it +and path. If not found, fail with SVN_ERR_CLIENT_NO_VERSIONED_PARENTS. + + + + If force is not set and path is already under version control, return the error +SVN_ERR_ENTRY_EXISTS. If force is set, do not error on already-versioned items. When used +on a directory in conjunction with the recursive flag, this has the effect of scheduling +for addition unversioned files and directories scattered deep within a versioned tree. + + + Extended Parameter container of + + + + Extended Parameter container of + + + + Extended Parameter container of 's RecoverRepository method + + + + Retrieves an authorization baton allocated in the specified pool; containing the current authorization settings + Retrieves an authorization baton allocated in the specified pool; containing the current authorization settings + + + Gets the list of changelist-names + + + Extended Parameter container of + + + + Extended Parameter container of + + + + Gets the list of changelist-names + + + Extended Parameter container for SvnClient.PropertyList + + + + Raises the event. + + + Raises the event. + + + Raises the event. + + + Raises the event. + + + Raises the event. + + + Raises the event. + + + Raises the event. + + + +Raised just before a command is executed. This allows a listener +to cleanup before a new command is started + + + + +Raised when a subversion exception occurs. +Set to true to cancel +throwing the exception + + + + +Raised on progress. The event is first +raised on the object and +then on the + + + +Raised on progress. The event is first +raised on the object and +then on the + + + +Raised on notifications. The event is first +raised on the object and +then on the + + + +Raised on progress. The event is first +raised on the object and +then on the + + + +Raised to allow canceling operations. The event is first +raised on the object and +then on the + + + Gets the instance of this + + + Gets the (new) node kind of the node at PATH + + + Gets the (new) node kind of the node at PATH + + + Adds a new file at PATH + + + Adds a new file at PATH + + + Updates the file that already exists at (or was just copied/moved to) PATH + + + Updates the file that already exists at (or was just copied/moved to) PATH + + + Deletes a property on path, which can be an added or existing node + + + Sets a property on path, which can be an added or existing node + + + Sets a property on path, which can be an added or existing node + + + Deletes a property on path, which can be an added or existing node + + + Sets a property on path, which can be an added or existing node + + + Sets a property on path, which can be an added or existing node + + + Copies the specified path to the new location + + + Copies the specified path to the new location + + + Copies the specified path to the new location + + + Copies the specified path to the new location + + + Moves the specified path to the new location + + + Moves the specified path to the new location + + + Deletes the specified path + + + Deletes the specified path + + + Creates the specified path + + + Creates the specified path + + + Commits all recorded operations as a new revision. + + + Commits all recorded operations as a new revision. + + + Opens a not previously opened +to the specified url + Unlike most other operations in SharpSvn the args object is used +untile the SvnMultiCommandClient is committed or disposed + + + Opens a not previously opened +to the specified url + + + Creates a new standalone but +doesn't open it yet + + + Creates a new standalone and +opens it for the specified uri + + + Creates a new standalone and +opens it for the specified uri + + + Creates a new completely +operating like a command on the + + + Extended Parameter container of and + + + + True to filter this node, false to allow importing it + + + Gets or sets the AllowObsstructions value + + If AllowObstructions is TRUE then the update tolerates +existing unversioned items that obstruct added paths from @a URL. Only +obstructions of the same type (file or dir) as the added item are +tolerated. The text of obstructing files is left as-is, effectively +treating it as a user modification after the update. Working +properties of obstructing items are set equal to the base properties. + If AllowObstructions is FALSE then the update will abort +if there are any unversioned obstructing items + + + + + Gets or sets the revision to load. Defaults to the peg revision or Head + + + Extended Parameter container of + + + + Extended Parameter container of 's Patch command + + + + If @a allow_unver_obstructions is true then the update tolerates +existing unversioned items that obstruct added paths from @a URL + +Only obstructions of the same type (file or dir) as the added item are +tolerated. The text of obstructing files is left as-is, effectively +treating it as a user modification after the update. Working +properties of obstructing items are set equal to the base properties. +If AllowUnversionedObstructions is false then the update will abort +if there are any unversioned obstructing items. + + + + The revision to update to; None by default + +Revision must be of kind Number, Head or Date. If Revision +does not meet these requirements, Updated returns the error +SVN_ERR_CLIENT_BAD_REVISION. + + + + Gets or sets a value indicating whether to ignore externals +definitions as part of this operation. + + + +Gets or sets whether in addition to updating paths also the +sticky ambient depth value must be set to depth + + + + Gets or sets the depth of the update + + If Depth is Infinity, update fully recursively. Else if it +is Immediates or Files, update each target and its file +entries, but not its subdirectories. Else if Empty, update +exactly each target, nonrecursively (essentially, update the +target's properties). + If Depth is Unknown, take the working depth from the specified paths + + + + + Extended Parameter container of + + + \ No newline at end of file diff --git a/packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net40/SharpPlink-Win32.pdb b/packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net40/SharpPlink-Win32.pdb new file mode 100644 index 0000000..1d208eb Binary files /dev/null and b/packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net40/SharpPlink-Win32.pdb differ diff --git a/packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net40/SharpPlink-Win32.svnExe b/packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net40/SharpPlink-Win32.svnExe new file mode 100644 index 0000000..21b4ff0 Binary files /dev/null and b/packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net40/SharpPlink-Win32.svnExe differ diff --git a/packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net40/SharpSvn-DB44-20-win32.svnDll b/packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net40/SharpSvn-DB44-20-win32.svnDll similarity index 99% rename from packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net40/SharpSvn-DB44-20-win32.svnDll rename to packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net40/SharpSvn-DB44-20-win32.svnDll index fb4f441..87484c7 100644 Binary files a/packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net40/SharpSvn-DB44-20-win32.svnDll and b/packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net40/SharpSvn-DB44-20-win32.svnDll differ diff --git a/packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net40/SharpSvn.UI.dll b/packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net40/SharpSvn.UI.dll similarity index 99% rename from packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net40/SharpSvn.UI.dll rename to packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net40/SharpSvn.UI.dll index c0d2330..16b970c 100644 Binary files a/packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net40/SharpSvn.UI.dll and b/packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net40/SharpSvn.UI.dll differ diff --git a/packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net40/SharpSvn.UI.pdb b/packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net40/SharpSvn.UI.pdb similarity index 60% rename from packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net40/SharpSvn.UI.pdb rename to packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net40/SharpSvn.UI.pdb index 800c290..3e2cb10 100644 Binary files a/packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net40/SharpSvn.UI.pdb and b/packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net40/SharpSvn.UI.pdb differ diff --git a/packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net40/SharpSvn.UI.xml b/packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net40/SharpSvn.UI.xml similarity index 98% rename from packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net40/SharpSvn.UI.xml rename to packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net40/SharpSvn.UI.xml index 83625b4..eaaf0f8 100644 --- a/packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net40/SharpSvn.UI.xml +++ b/packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net40/SharpSvn.UI.xml @@ -1,533 +1,533 @@ - - - - SharpSvn.UI - - - - - - - - - - Initializes a new instance of the class. - - - - - Gets or sets a value indicating whether the form is displayed in the Windows taskbar. - - - true to display the form in the Windows taskbar at run time; otherwise, false. The default is true. - - - - - - - - - - - Gets or sets a value indicating whether the Minimize button is displayed in the caption bar of the form. - - - true to display a Minimize button for the form; otherwise, false. The default is true. - - - - - - - - - - - Gets or sets a value indicating whether the Maximize button is displayed in the caption bar of the form. - - - true to display a Maximize button for the form; otherwise, false. The default is true. - - - - - - - - - - - Gets or sets the starting position of the form at run time. - - - - A that represents the starting position of the form. - - - The value specified is outside the range of valid values. - - - - - - - - - - Initializes a new instance of the class. - - - - - Required designer variable. - - - - - Clean up any resources being used. - - true if managed resources should be disposed; otherwise, false. - - - - Required method for Designer support - do not modify - the contents of this method with the code editor. - - - - - - - - - - Gets or sets the hostname. - - The hostname. - - - - Gets or sets the fingerprint. - - The fingerprint. - - - - Gets or sets the valid from. - - The valid from. - - - - Gets or sets the valid to. - - The valid to. - - - - Gets or sets the issuer. - - The issuer. - - - - Gets or sets the certificate. - - The certificate. - - - - Gets or sets a value indicating whether [no trusted issuer]. - - true if [no trusted issuer]; otherwise, false. - - - - Gets or sets a value indicating whether [time error]. - - true if [time error]; otherwise, false. - - - - Gets or sets a value indicating whether [invalid common name]. - - true if [invalid common name]; otherwise, false. - - - - - - - - - Initializes a new instance of the class. - - - - - Required designer variable. - - - - - Clean up any resources being used. - - true if managed resources should be disposed; otherwise, false. - - - - Required method for Designer support - do not modify - the contents of this method with the code editor. - - - - - - - - - - Initializes a new instance of the class. - - - - - Required designer variable. - - - - - Clean up any resources being used. - - true if managed resources should be disposed; otherwise, false. - - - - Required method for Designer support - do not modify - the contents of this method with the code editor. - - - - - Former public api used for binding to SharpSvn - - - - - Makes the description. - - The realm. - The format. - The format when no separate realm string was found - - - - - Determines whether [has win32 handle] [the specified owner]. - - The owner. - - true if [has win32 handle] [the specified owner]; otherwise, false. - - - - - Gets the win32 handle. - - The owner. - - - - - - - - - - - - - Initializes a new instance of the class. - - - - - Required designer variable. - - - - - Clean up any resources being used. - - true if managed resources should be disposed; otherwise, false. - - - - Required method for Designer support - do not modify - the contents of this method with the code editor. - - - - - - - - - - Initializes a new instance of the class. - - - - - Required designer variable. - - - - - Clean up any resources being used. - - true if managed resources should be disposed; otherwise, false. - - - - Required method for Designer support - do not modify - the contents of this method with the code editor. - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Looks up a localized resource of type System.Drawing.Bitmap. - - - - - Looks up a localized resource of type System.Drawing.Icon similar to (Icon). - - - - - Looks up a localized resource of type System.Drawing.Icon similar to (Icon). - - - - - Helper methods to bind a user interface to an - - - - - Binds the default userinterface to the using as parent for the popup windows - - The client to bind. - The parent window. - - - - Binds the default userinterface to the using as parent for the popup windows - - The client. - The parent window. - The header image. - - - - Binds the default userinterface to the using as parent for the popup windows - - The client. - The parent window. - The synchronizer. - The header image. - - - - Container for - - - - - Initializes a new instance of the class. - - - - - Gets or sets the parent window. - - The parent window. - - - - Gets or sets the synchronizer. - - The synchronizer. - - - - Gets or sets the header image. - - The header image. - - - - Gets or sets the UI service. - - The UI service allows redirecting dialog processing to the specific UI service. - (You should use this within .Net development environments (Like MS Visual Studio) implementing this interface) - The UI service. - - - - Gets or sets the size of the auto scale base. - - The size of the auto scale base. - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Looks up a localized string similar to A client certificate is required for accessing server {0}.. - - - - - Looks up a localized string similar to A client certificate is required for accessing server {0} at {1}.. - - - - - Looks up a localized string similar to Connect to Subversion. - - - - - Looks up a localized string similar to WARNING - POTENTIAL SECURITY BREACH! - - The server's host key does not match what has been cached. This means that either the server administrator has changed the host key, or you have actually connected to another computer pretending to be the server. - - The new {0} key fingerprint is: - {1} - - If you were expecting this change and trust the new key, choose YES. - If you want to carry on connecting but without updating the cache, choose NO. - - If you want to abandon the connection completely, press CANCEL. - [rest of string was truncated]";. - - - - - Looks up a localized string similar to Update cached host key?. - - - - - Looks up a localized string similar to The server's host key is not cached in the registry. You have no guarantee that the server is the computer you think it is. - - The server's {0} key fingerprint is: - {1} - - If you trust this host, choose YES to add the key to the cache and carry on connecting. - If you want to carry on connecting just once, without adding the key to the cache, - choose NO. If you do not want to connect at all, choose Cancel.. - - - - - Looks up a localized string similar to Store key in cache?. - - - - - Looks up a localized string similar to The certificate for server {0} at {1} requires a passphrase.. - - - - - Looks up a localized string similar to The certificate for server {0} requires a passphrase.. - - - - - Looks up a localized string similar to The server {0} at {1} requires a username.. - - - - - Looks up a localized string similar to The server {0} at {1} requires a username and password.. - - - - - Looks up a localized string similar to The server {0} requires a username.. - - - - - Looks up a localized string similar to The server {0} requires a username and password.. - - - - - - - - - - Binds the specified client to the user interface defined by args - - The client to bind. - The args. - - - - Binds the specified client to the user interface defined by args - - The client to bind. - The parent window. - - - - Binds the specified client to the user interface defined by args - - The client to bind. - The args. - - - - Binds the specified client to the user interface defined by args - - The client to bind. - The parent window. - - - + + + + SharpSvn.UI + + + + + + + + + + Initializes a new instance of the class. + + + + + Gets or sets a value indicating whether the form is displayed in the Windows taskbar. + + + true to display the form in the Windows taskbar at run time; otherwise, false. The default is true. + + + + + + + + + + + Gets or sets a value indicating whether the Minimize button is displayed in the caption bar of the form. + + + true to display a Minimize button for the form; otherwise, false. The default is true. + + + + + + + + + + + Gets or sets a value indicating whether the Maximize button is displayed in the caption bar of the form. + + + true to display a Maximize button for the form; otherwise, false. The default is true. + + + + + + + + + + + Gets or sets the starting position of the form at run time. + + + + A that represents the starting position of the form. + + + The value specified is outside the range of valid values. + + + + + + + + + + Initializes a new instance of the class. + + + + + Required designer variable. + + + + + Clean up any resources being used. + + true if managed resources should be disposed; otherwise, false. + + + + Required method for Designer support - do not modify + the contents of this method with the code editor. + + + + + + + + + + Gets or sets the hostname. + + The hostname. + + + + Gets or sets the fingerprint. + + The fingerprint. + + + + Gets or sets the valid from. + + The valid from. + + + + Gets or sets the valid to. + + The valid to. + + + + Gets or sets the issuer. + + The issuer. + + + + Gets or sets the certificate. + + The certificate. + + + + Gets or sets a value indicating whether [no trusted issuer]. + + true if [no trusted issuer]; otherwise, false. + + + + Gets or sets a value indicating whether [time error]. + + true if [time error]; otherwise, false. + + + + Gets or sets a value indicating whether [invalid common name]. + + true if [invalid common name]; otherwise, false. + + + + + + + + + Initializes a new instance of the class. + + + + + Required designer variable. + + + + + Clean up any resources being used. + + true if managed resources should be disposed; otherwise, false. + + + + Required method for Designer support - do not modify + the contents of this method with the code editor. + + + + + + + + + + Initializes a new instance of the class. + + + + + Required designer variable. + + + + + Clean up any resources being used. + + true if managed resources should be disposed; otherwise, false. + + + + Required method for Designer support - do not modify + the contents of this method with the code editor. + + + + + Former public api used for binding to SharpSvn + + + + + Makes the description. + + The realm. + The format. + The format when no separate realm string was found + + + + + Determines whether [has win32 handle] [the specified owner]. + + The owner. + + true if [has win32 handle] [the specified owner]; otherwise, false. + + + + + Gets the win32 handle. + + The owner. + + + + + + + + + + + + + Initializes a new instance of the class. + + + + + Required designer variable. + + + + + Clean up any resources being used. + + true if managed resources should be disposed; otherwise, false. + + + + Required method for Designer support - do not modify + the contents of this method with the code editor. + + + + + + + + + + Initializes a new instance of the class. + + + + + Required designer variable. + + + + + Clean up any resources being used. + + true if managed resources should be disposed; otherwise, false. + + + + Required method for Designer support - do not modify + the contents of this method with the code editor. + + + + + A strongly-typed resource class, for looking up localized strings, etc. + + + + + Returns the cached ResourceManager instance used by this class. + + + + + Overrides the current thread's CurrentUICulture property for all + resource lookups using this strongly typed resource class. + + + + + Looks up a localized resource of type System.Drawing.Bitmap. + + + + + Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + + + + + Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + + + + + Helper methods to bind a user interface to an + + + + + Binds the default userinterface to the using as parent for the popup windows + + The client to bind. + The parent window. + + + + Binds the default userinterface to the using as parent for the popup windows + + The client. + The parent window. + The header image. + + + + Binds the default userinterface to the using as parent for the popup windows + + The client. + The parent window. + The synchronizer. + The header image. + + + + Container for + + + + + Initializes a new instance of the class. + + + + + Gets or sets the parent window. + + The parent window. + + + + Gets or sets the synchronizer. + + The synchronizer. + + + + Gets or sets the header image. + + The header image. + + + + Gets or sets the UI service. + + The UI service allows redirecting dialog processing to the specific UI service. + (You should use this within .Net development environments (Like MS Visual Studio) implementing this interface) + The UI service. + + + + Gets or sets the size of the auto scale base. + + The size of the auto scale base. + + + + A strongly-typed resource class, for looking up localized strings, etc. + + + + + Returns the cached ResourceManager instance used by this class. + + + + + Overrides the current thread's CurrentUICulture property for all + resource lookups using this strongly typed resource class. + + + + + Looks up a localized string similar to A client certificate is required for accessing server {0}.. + + + + + Looks up a localized string similar to A client certificate is required for accessing server {0} at {1}.. + + + + + Looks up a localized string similar to Connect to Subversion. + + + + + Looks up a localized string similar to WARNING - POTENTIAL SECURITY BREACH! + + The server's host key does not match what has been cached. This means that either the server administrator has changed the host key, or you have actually connected to another computer pretending to be the server. + + The new {0} key fingerprint is: + {1} + + If you were expecting this change and trust the new key, choose YES. + If you want to carry on connecting but without updating the cache, choose NO. + + If you want to abandon the connection completely, press CANCEL. + [rest of string was truncated]";. + + + + + Looks up a localized string similar to Update cached host key?. + + + + + Looks up a localized string similar to The server's host key is not cached in the registry. You have no guarantee that the server is the computer you think it is. + + The server's {0} key fingerprint is: + {1} + + If you trust this host, choose YES to add the key to the cache and carry on connecting. + If you want to carry on connecting just once, without adding the key to the cache, + choose NO. If you do not want to connect at all, choose Cancel.. + + + + + Looks up a localized string similar to Store key in cache?. + + + + + Looks up a localized string similar to The certificate for server {0} at {1} requires a passphrase.. + + + + + Looks up a localized string similar to The certificate for server {0} requires a passphrase.. + + + + + Looks up a localized string similar to The server {0} at {1} requires a username.. + + + + + Looks up a localized string similar to The server {0} at {1} requires a username and password.. + + + + + Looks up a localized string similar to The server {0} requires a username.. + + + + + Looks up a localized string similar to The server {0} requires a username and password.. + + + + + + + + + + Binds the specified client to the user interface defined by args + + The client to bind. + The args. + + + + Binds the specified client to the user interface defined by args + + The client to bind. + The parent window. + + + + Binds the specified client to the user interface defined by args + + The client to bind. + The args. + + + + Binds the specified client to the user interface defined by args + + The client to bind. + The parent window. + + + diff --git a/packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net40/SharpSvn.dll b/packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net40/SharpSvn.dll similarity index 59% rename from packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net40/SharpSvn.dll rename to packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net40/SharpSvn.dll index a19065f..76a020e 100644 Binary files a/packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net40/SharpSvn.dll and b/packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net40/SharpSvn.dll differ diff --git a/packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net40/SharpSvn.pdb b/packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net40/SharpSvn.pdb similarity index 66% rename from packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net40/SharpSvn.pdb rename to packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net40/SharpSvn.pdb index 7e0f7f6..44621fe 100644 Binary files a/packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net40/SharpSvn.pdb and b/packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net40/SharpSvn.pdb differ diff --git a/packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net20/SharpSvn.xml b/packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net40/SharpSvn.xml similarity index 97% rename from packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net20/SharpSvn.xml rename to packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net40/SharpSvn.xml index 7257f2c..6e242d0 100644 --- a/packages/SharpSvn.1.9-x86.1.9005.3940.224/lib/net20/SharpSvn.xml +++ b/packages/SharpSvn.1.9-x86.1.9007.3987.251/lib/net40/SharpSvn.xml @@ -1,25685 +1,25685 @@ - - - - SharpSvn - - - - Gets or sets a boolean that if set to true tells copy not to process -externals definitions as part of this operation. - - - Always copies the result to below the target (this behaviour is always used if multiple targets are provided) - - - Creates parent directories if required - - - Extended Parameter container of SvnClient.Copy(SvnTarget^,String^,SvnCopyArgs^)" /> and - - - - - Gets the list of changelist-names to commit - - - Extended Parameter container of - - - - Gets the list of properties to retrieve. Only SVN 1.5+ repositories allow adding custom properties to this list - - - Gets or sets a boolean indicating whether the paths changed in the revision should be provided - - - - - - Extended Parameter container of and - - - - Extended Parameter container of - - - - Base Extended Parameter container of commands - - - - Extended Parameter container of 's GetSuggestedMergeSources method - - - - Extended Parameter container for SvnClient.Blame - - - - Gets the of the command - - - Extended Parameter container for SvnClient.PropertyList - - - - If not null allows creates a repository with this UUID - - - Extended Parameter container of 's CreateRepository method - - - - Extended Parameter container for SvnClient.List - - - - Gets the list of changelist-names - - - Include actual only (tree conflict) nodes in the result (Default true) - - - Include excluded nodes in the result (Default true) - - - Extended Parameter container of SvnClient.Info - - - - Gets a instance for the current hook request - - - Gets the revision in which the Url's are evaluated (Aka peg revision) - - - Only perform a metadata update and leave the working copy as-is - - - Extended Parameter container of . - - - - Gets the list of changelist-names - - - Extended Parameter container for SvnClient.ListChangeList - - - - If this value is TRUE and RetrieveRemoteStatus it TRUE, shows what an update with KeepDepth TRUE would do. (Shows excluded nodes as additions) - - - Gets the list of changelist-names - - - Gets or sets a boolean indicating whether externals should be ignored - -If IgnoreExternals is not set, then recurse into externals -definitions (if any exist) after handling the main target. This -calls the client notification function (in @a ctx) with the @c -svn_wc_notify_status_external action before handling each externals -definition, and with @c svn_wc_notify_status_completed -after each. - - - - Gets or sets a boolean indicating whether ignored files should be retrieved - If RetrieveIgnoredEntries is set add files or directories that match ignore patterns. - - - Gets or sets a boolean indicating whether the repository should be contacted to retrieve out of date information - -If Update is set, contact the repository and augment the -status structures with information about out-of-dateness (with -respect to @a revision). Also, if @a result_rev is not @c NULL, -set @a *result_rev to the actual revision against which the -working copy was compared (result_rev is not meaningful unless -update is set - - - - Gets or sets a boolean indicating whether all status properties should be retrieved - -If @a get_all is set, retrieve all entries; otherwise, -retrieve only "interesting" entries (local mods and/or -out of date - - - - Extended Parameter container for SvnClient.Status - - - - Extended Parameter container of 's DeleteRepository method - - - - originalPath and modifiedPath must live at least as long as pool - - - Gets the of the command - - - Gets the of the command - - - Gets or sets a replacement for the conflict separator (null is use original) - - - Gets or sets a replacement for the Conflict latest line (null is use original) - - - Gets or sets a replacement for the Conflict modified line (null is use original) - - - Gets or sets a replacement for the Ancestor Path (null is use original) - - - Gets or sets a replacement for the Latest Path (null is use original) - - - Gets or sets a replacement for the Modified Path (null is use original) - - - Gets or sets a replacement for the Original Path (null is use original) - - - Gets the of the command - - - Like svn_diff_conflict_display_modified_original_latest, but -*only* showing conflicts. - - - Just display latest, with no markers. - - - Just display modified, with no markers. - - - Display modified, original, and latest, with conflict markers. - - - Like svn_diff_conflict_display_modified_latest, but with an -extra effort to identify common sequences between modified and -latest. - - - Display modified and latest, with conflict markers - - - Gets or sets the blame range as - - - Extended Parameter container for SvnClient.Blame - - - - Gets the of the command - - - The depth to walk for entries; reeds all entries in path when depth is unknown (default) - - - Gets or sets a boolean indicating whether to return deleted or absent entries - - - Extended Parameter container of . - - - - Gets or sets a value indicating whether to clean the database logfiles after the hotcopy - - - Extended Parameter container of 's CreateRepository method - - - - Gets or sets a value indicating how to translate line endings ( = no translation - - - Gets or sets a directory to receive all file versions - The directory to place the versions in or null to only delegate the files to the event handler - - - Gets or sets the blame range as - - - Extended Parameter container of - - - - Tries to parse a single SvnExternalItem - - - Tries to parse a single SvnExternalItem - - - Writes the value to the specified - - - Creates a string containing the external in string format. Optionally preferring formats compatible with older clients - - - Creates a string containing the external in string format. Preferring formats compatible with older clients - - - Gets the absolute or relative url of the external (What to insert) - - - Gets the target path of the external (Where to place the external) - - - Extended Parameter container of 's Changed method - - - - Gets the list of properties to retrieve. Only SVN 1.5+ repositories allow adding custom properties to this list - - - Gets or sets a boolean indicating whether the paths changed in the revision should be provided - - - - - - Console based SslServerTrust implementation - - - Console based SslClientCertificatePassword implementation - - - Console based SslClientCertificate implementation - - - Console based SslServerTrust implementation - - - Console based UserNamePasswordHandler implementation - - - Console based UserNameHandler implementation - - - Subversion CryptoApi Ssl Trust handler - - - Subversion CryptoApi Ssl Trust handler - - - Subversion SslClientCertificatePassword file backend using Windows CryptoStore (managed representation) - - - Subversion SslClientCertificatePassword file backend (managed representation) - - - Subversion SslClientCertificate file backend (managed representation) - - - Subversion SslServerTrust file backend (managed representation) - - - Subversion UserNameHandler file backend using Windows CryptoStore (managed representation) - Should be added after - - - Subversion UserNamePasswordHandler file backend (managed representation) - - - Subversion UserNameHandler file backend (managed representation) - - - Simple credential handler to provide a static credential via and . -Use to override cached credentials. - When set implements a and -instance over the specified credential instance - - - Gets a list of subversion cached credentials of the specified type - The type of credentials to retrieve - This list only contains credentials cached by Subversion; not by external authentication stores - - - Adds all default console handlers - - - Adds all default subversion-configuration-based handlers - - - Removes all currently registered providers and caching data - - - Clears the in-memory authentication cache of this client - - - Copies the in-memory cache from the specified client to this client; merging and overwriting existing credentials - - - Container for all subversion authentication settings on a client - - - - The Window handle (HWND) of the owner Window - - - The password to authorize with - - - Text version of the certificate - - - Issuer value of the certificate - - - Text valid-until value of the certificate - - - Text valid-from value of the certificate - - - Fingerprint name of the certificate - - - Common name of the certificate - - - The username to authorize with - - - Default username; can be NULL - - - The password to authorize with - - - The username to authorize with - - - Default username; can be NULL - - - If realm is non-null, maybe use it in the prompt string - - - If MaySave is false, the auth system does not allow the credentials -to be saved (to disk). A prompt function shall not ask the user if the -credentials shall be saved if may_save is FALSE. For example, a GUI client -with a remember password checkbox would grey out the checkbox if may_save -is false - - - Deletes the externally cached credentials - Does /not/ delete in memory credentials. You should call ClearAuthenticationCache() to clear the in memory cache - - - Gets a boolean indicating whether the credentials were deleted since creating this instance - - - Gets the Uri part of the Realm string - - - Gets the realm of the cached item - - - Gets the type of the cached item - - - SharpSvn configuration loader exception - - - - SharpSvn SvnClient exception - - - - Gets the raw subversion error code casted to a - - - When not NULL, contains a String, Uri or SvnTarget, or an IEnumberable of one of these, -containing (some of) the targets of the command executed. This to help debugging issues from just -handling the exceptions - - - Gets the root cause of the exception; commonly the most - - - Gets the raw subversion error code casted to a - - - Gets the operating system error code when there is one -(Only valid if SvnErrorCategory returns ) - - - - Gets the operating system error code when there is one -(Only valid if SvnErrorCategory returns ) - - - - Gets the raw subversion error code - - - Raises the event. - - - Raises the event. - - - Raises the event. - - - Raises the event. - - - -Raised just before a command is executed. This allows a listener -to cleanup before a new command is started - - - - -Raised on progress. The event is first -raised on the object and -then on the - - - -Raised when a subversion exception occurs. -Set to true to cancel -throwing the exception - - - - -Raised to allow canceling operations. The event is first -raised on the object and -then on the - - - Gets the instance of this - - - Writes the content of specified file to a stream. (svn cat) - - - Writes the content of specified file to a stream. (svn cat) - - - Writes the content of specified file to a stream. (svn cat) - - - Writes the content of specified file to a stream. (svn cat) - Writes the content of specified file to a stream. (svn cat) - - - Streamingly retrieve the log messages for a set of revision(s). - - - Streamingly retrieve the log messages for a set of revision(s) - Streamingly retrieve the log messages for a set of revision(s). - - - Streamingly retrieve the log messages for a set of revision(s). - - - Resolves a dated or head revision to an actual revision number - - - Resolves a dated or head revision to an actual revision number - Resolves a dated or head revision to an actual revision number - - - Get the latest revision in the repository - - - Get the latest revision in the repository - Get the latest revision in the repository - - - Reparents the session to the specified Uri in the same repository - - - Reparents the session to the specified Uri - Reparents the session to the specified Uri in the same repository - - - Opens the session to the specified Uri - - - Opens the session to the specified Uri - Opens the session to the specified Uri - - - Initializes a new SvnRemoteSession instance and then a session to the specified url - - - Initializes a new SvnRemoteSession instance - - - This class gives access to the Subversion network protocol. Make sure all -passed paths use '/' as path separator. Refer to svn_ra.h for details about the -functions on this class, or use the more polished wrappers on the SvnClient class - - - - - -Raised to allow canceling operations. The event is first -raised on the object and -then on the - - - Gets the content of a path directly from a repository - - - Gets the content of a path directly from a repository - Gets the content of a path directly from a repository - - - Lists the content of a path directly from a repository - - - Lists the content of a path directly from a repository - Lists the content of a path directly from a repository - - - Writes the content of the specified path to a stream directly from a repository - - - Writes the content of the specified path to a stream directly from a repository - Writes the content of the specified path to a stream directly from a repository - - - Gets all properties on files or dirs (svn proplist) - - - Gets all properties on files or dirs (svn proplist) - Gets all properties on files or dirs (svn proplist) - - - Gets the property value of the specified path directly from a repository - - - Gets the property value of the specified path directly from a repository - - - Gets the property value of the specified path directly from a repository - - - Gets the property value of the specified path directly from a repository - Gets the property value of the specified path directly from a repository - - - Gets the specified revision property directly from the repository - - - Gets the specified revision property directly from the repository - - - Gets the specified revision property directly from the repository - - - Gets a revision property directly from a repository - Gets the specified revision property directly from the repository - - - Equivalent to svnlook changed - - - Gets the changed paths directly from a repository - Equivalent to svnlook changed - - - Equivalent to svnlook changed - - - Gets the changed paths directly from a repository - Equivalent to svnlook changed - - - Gets the change information (author, date, log, paths, etc.) of a change in a repository - - - Gets the change information of a change directly from a repository - Gets the change information (author, date, log, paths, etc.) of the last change in a repository - - - Gets the change information (author, date, log, paths, etc.) of a change in a repository - - - Gets the change information of a change directly from a repository - Gets the change information (author, date, log, paths, etc.) of the last change in a repository - - - Initializes a new instance with default properties - - - -Managed wrapper of some of the most common svnlook functions - - -At this time this class is a limited subset of svnlook functionality and -is experimental - - - - - Initializes a new SvnLookOrigin instance for a transaction in repositoryPath - - - Initializes a new SvnLookOrigin instance for a specific revision of repositoryPath - - - Initializes a new SvnLookOrigin - Initializes a new SvnLookOrigin instance for the head revision of repositoryPath - - - Container for the location to use with the commands - - - - Base Extended Parameter container of commands - - - - Restores a missing node - - - Restores a missing node - - - Copies a node to a different path - - - Copies a node to a different path - - - Moves a node to a different path - - - Moves a node to a different path - - - Gets the working copy version (svnversion) - - - Gets the working copy version (svnversion) - - - Gets a list of entries contained in the specified working copy path - Helper method used by AnkhSVN to detect nested working copies - Only the entry structures representing files and SVN_WC_ENTRY_THIS_DIR contain complete information. The entry -structures representing subdirs have only the `kind' and `state' fields filled in. If you want info on a subdir, you must use this -routine to open its @a path and read the @c SVN_WC_ENTRY_THIS_DIR structure, or call svn_wc_entry() on its @a path. - - - - Gets a list of entries contained in the specified working copy path - Helper method used by AnkhSVN to detect nested working copies - Only the entry structures representing files and SVN_WC_ENTRY_THIS_DIR contain complete information. The entry -structures representing subdirs have only the `kind' and `state' fields filled in. If you want info on a subdir, you must use this -routine to open its @a path and read the @c SVN_WC_ENTRY_THIS_DIR structure, or call svn_wc_entry() on its @a path. - - - - Enumerates through the list of entries contained in the specified working copy path - Only the entry structures representing files and SVN_WC_ENTRY_THIS_DIR contain complete information. The entry -structures representing subdirs have only the `kind' and `state' fields filled in. If you want info on a subdir, you must use this -routine to open its @a path and read the @c SVN_WC_ENTRY_THIS_DIR structure, or call svn_wc_entry() on its @a path. - - - - Enumerates through the list of entries contained in the specified working copy path - Only the entry structures representing files and SVN_WC_ENTRY_THIS_DIR contain complete information. The entry -structures representing subdirs have only the `kind' and `state' fields filled in. If you want info on a subdir, you must use this -routine to open its @a path and read the @c SVN_WC_ENTRY_THIS_DIR structure, or call svn_wc_entry() on its @a path. - - - - Gets the text file status of a working copy path - - - Gets the text file status of a working copy path - - - Raises the event. - - - Raises the event. - - - Raises the event. - - - Raises the event. - - - -Raised just before a command is executed. This allows a listener -to cleanup before a new command is started - - - - -Raised when a subversion exception occurs. -Set to true to cancel -throwing the exception - - - - -Raised on notifications. The event is first -raised on the object and -then on the - - - -Raised to allow canceling operations. The event is first -raised on the object and -then on the - - - -Raised to allow canceling operations. The event is first -raised on the object and -then on the - - - Makes a hot copy of a repository - Makes a hot copy of a repository - - - Set the property NAME on revision REVISION - - - Delete the property NAME on revision REVISION - - - Set the property NAME on revision REVISION - - - Set the property NAME on revision REVISION - - - Set the property NAME on revision REVISION - - - Set the property NAME on revision REVISION - Set the property NAME on revision REVISION - - - In-Place Upgrades a repository to a later version - - NOTE: This functionality is provided as a convenience for -administrators wishing to make use of new Subversion functionality -without a potentially costly full repository dump/load. As such, -the operation performs only the minimum amount of work needed to -accomplish this while maintaining the integrity of the repository. -It does *not* guarantee the most optimized repository state as a -dump and subsequent load would. - - - - In-Place Upgrades a repository to a later version - In-Place Upgrades a repository to a later version - - NOTE: This functionality is provided as a convenience for -administrators wishing to make use of new Subversion functionality -without a potentially costly full repository dump/load. As such, -the operation performs only the minimum amount of work needed to -accomplish this while maintaining the integrity of the repository. -It does *not* guarantee the most optimized repository state as a -dump and subsequent load would. - - - - Dumps a repository to a file (svnadmin dump) - - - Dumps a repository to a file (svnadmin dump) - Dumps a repository to a file (svnadmin dump) - - - Loads a repository from a file (svnadmin load) - - - Loads a repository from a file (svnadmin load) - Loads a repository from a file (svnadmin load) - - - Loads a repository from a file (svnadmin load) - - - Loads a repository from a file (svnadmin load) - Loads a repository from a file (svnadmin load) - - - Recovers the repository at the specified local path - - - Recovers the repository at the specified local path - - - Deletes the repository at the specified local path - - - Deletes the repository at the specified local path - - - Creates a default repository at the specified local path - - - Creates a default repository at the specified local path - - - Helper which allows splitting file:/// uri's in the repository root and the file within - - - Initializes a new instance with default properties - - - -Managed wrapper of some of the most common repository management functions. - - -At this time this class is just included to enable a standalone test framework -over the SvnClient api; without depending on external tools) - - - - - Raises the event - - - Raised to notify changes by an in-progress command - - - Raises the event - - - -Raised on conflict. The event is first -raised on the object and -then on the - - - Base class of all arguments which allow handling conflicts - - - - Gets a list of 'extra' revision properties to set on commit - - - Gets or sets the logmessage applied to the commit - - - Applies the and raises the event - - - Raised after a successfull commit - - - Raised just before committing to allow modifying the log message - - - Base class of all arguments which allow committing - - - - Adds an error category to the list of errors not to throw exceptions for - - - Adds error codes to the list of errors not to throw exceptions for - - - Adds an error code to the list of errors not to throw exceptions for - - - Adds error categories to the list of errors not to throw exceptions for - - - Adds an error category to the list of errors not to throw exceptions for - - - Adds error codes to the list of errors not to throw exceptions for - - - Adds an error code to the list of errors not to throw exceptions for - - - Gets a collection of warnings issued by the last command invocation - - - -Gets the last exception thrown by a Subversion api command to which this argument was provided - - - - -Gets or sets a boolean indicating whether the call must throw an error if the operation is canceled - is true and the returnvalue false if the operation was canceled. -(The property is set to the cancel exception). Defaults to true - - - - -Gets or sets a boolean indicating whether the call must throw an error if a non fatal error occurs. -(E.g. locking or updating an external failed). Defaults to false - - - - -Gets or sets a boolean indicating whether the call must throw an error if an error occurs. -If an exception would occur, the method returns false and the property -is set to the exception which would have been throw. Defaults to true. - - - - Gets the of the command - - - Called when handling a - - - Raises the event - - - Raises the event - - - Raises the event - - - Raised to notify errors from an command - - - Raised to notify changes by an in-progress command - - - Raised to notify of progress by an in-progress command - - - Raised to allow canceling an in-progress command - - - Base class of all arguments - - - - Gets all revision properties on a a specific revision (svn proplist --revision) - - - Gets all revision properties on a a specific revision (svn proplist --revision) - Gets all revision properties on a a specific revision (svn proplist --revision) - - - Gets the value of a revision property on files or dirs in a specific revision (svn propget --revision) - - - Gets the value of a revision property on files or dirs in a specific revision (svn propget --revision) - - - Gets the value of a revision property on files or dirs in a specific revision (svn propget --revision) - - - Gets the value of a revision property on files or dirs in a specific revision (svn propget --revision) - - - Deletes the value of a revision property on files, dirs in a specific revision(svn propdel --revision) - - - Deletes the value of a revision property on files, dirs in a specific revision(svn propdel --revision) - - - Sets the value of a revision property on files, dirs in a specific revision (svn propset --revision) - - - Sets the value of a revision property on files, dirs in a specific revision (svn propset --revision) - - - Sets the value of a revision property on files, dirs in a specific revision (svn propset --revision) - - - Sets the value of a revision property on files, dirs in a specific revision (svn propset --revision) - Sets the value of a revision property on files, dirs in a specific revision (svn propset --revision) - - - Gets the (relevant) working copy root of a path or null if the path doesn't have one - - - Gets the repository url and repository id for a url - - - Gets the Uuid of a Path, or if path is not versioned - true if successfull, otherwise false - - - Gets the Uuid of a Uri, or if path is not versioned - true if successfull, otherwise false - - - Gets the repository root from the specified path - The repository root or null if the uri is not a working copy path - SharpSvn makes sure the uri ends in a '/' - - - Gets the repository root from the specified uri or path - Gets the repository root from the specified uri - The repository root or null if the uri is not a repository uri - SharpSvn makes sure the uri ends in a '/' - - - Gets the repository Uri of a path, or null if path is not versioned - See also - - - Obtains the youngest valid revision for the repository - - - Applies a patch file to a directory - Applies a patch file to a directory - - - Replays the specified revisions on the specified target to the editory - - - Replays the specified revisions on the specified target to the editor - Replays the specified revisions on the specified target to the editor - - - Gets a list of versions of the specified file - This function allows access to the raw data used to create a Blame report - - - Gets a lists of versions of the specified file - Gets a list of versions of the specified file - This function allows access to the raw data used to create a Blame report - - - Lists the versions of the specified file - This function allows access to the raw data used to create a Blame report - - - Lists the versions of the specified file - Lists the versions of the specified file - This function allows access to the raw data used to create a Blame report - - - Checks whether the repository of the specified target has the specified capabilities - - - Checks whether the repository of the specified target has the specified capabilities - Checks whether the repository of the specified target has the specified capabilities - - - Retrieve the content of specified files or URLs with revision and author information per-line (svn blame) - - - Retrieve the content of specified files or URLs with revision and author information per-line (svn blame) - - - Streamingly retrieve the content of specified files or URLs with revision and author information per-line (svn blame) - - - Streamingly retrieve the content of specified files or URLs with revision and author information per-line (svn blame) - Streamingly retrieve the content of specified files or URLs with revision and author information per-line (svn blame) - - - Retrieves a list of previously merged revisions from the specified source - - - Retrieves a list of previously merged revisions from the specified source - - - Retrieves previously merged revisions from the specified source - - - Retrieves a list of previously merged revisions from the specified source - Retrieves previously merged revisions from the specified source - - - Retrieves a list of revisions of source that are available for merging - - - Retrieves a list of revisions of source that are available for merging - - - Retrieves revisions of source that are available for merging - - - Retrieves a list of revisions of source that are available for merging - Retrieves revisions of source that are available for merging - - - Gets the merges which are applied on the specified target - - - Gets the merges which are applied on the specified target (svn mergeinfo) - Gets the merges which are applied on the specified target - - - Gets a list of Uri's which might be valid merge sources - The list contains copy-from locations and previous merge locations - - - Gets a list of Uri's which might be valid merge sources (svn mergeinfo) - Gets a list of Uri's which might be valid merge sources - The list contains copy-from locations and previous merge locations - - - Gets the contents of the specified changelist below a specified directory (svn changelist) - - - Gets the contents of the specified changelist below a specified directory (svn changelist) - Gets the contents of the specified changelist below a specified directory (svn changelist) - - - Streamingly gets the contents of the specified changelist below a specified directory (svn changelist) - - - Streamingly gets the contents of the specified changelist below a specified directory (svn changelist) - Streamingly gets the contents of the specified changelist below a specified directory (svn changelist) - - - Deassociate the specified path(s) from the specified changelist (svn changelist) - - - Deassociate the specified path(s) from the specified changelist (svn changelist) - - - Deassociate the specified path(s) from the specified changelist (svn changelist) - - - Deassociate the specified path(s) from the specified changelist (svn changelist) - Deassociate the specified path(s) from the specified changelist (svn changelist) - - - Associate the specified path(s) with the specified changelist (svn changelist) - - - Associate the specified path(s) with the specified changelist (svn changelist) - - - Associate the specified path(s) with the specified changelist (svn changelist) - - - Associate the specified path(s) with the specified changelist (svn changelist) - Associate the specified path(s) with the specified changelist (svn changelist) - - - Streamingly retrieves the differences between two revisions or paths (svn diff --summarize) - Subversion limitation: Currently only works over Uri targets - - - Retrieves the differences between two revisions or paths (svn diff --summarize) - Streamingly retrieves the differences between two revisions or paths (svn diff --summarize) - Subversion limitation: Currently only works over Uri targets - - - Streamingly retrieves the differences between two revisions or paths (svn diff --summarize) - Subversion limitation: Currently only works over Uri targets - - - Streamingly retrieves the differences between two revisions or paths (svn diff --summarize) - Streamingly retrieves the differences between two revisions or paths (svn diff --summarize) - Subversion limitation: Currently only works over Uri targets - - - Retrieves the differences between two revisions or paths (svn diff) - - - Retrieves the differences between two revisions or paths (svn diff) - - - Retrieves the differences between two revisions or paths (svn diff) - - - Retrieves the differences between two revisions or paths (svn diff) - Retrieves the differences between two revisions or paths (svn diff) - - - Perform a reintegration merge of source into targetPath - - - Perform a reintegration merge of source into targetPath - Perform a reintegration merge of source into targetPath - - - Merges the changes in the specified revisions from source to targetPath (svn merge) - - - Merges the changes in the specified revisions from source to targetPath (svn merge) - - - Merges the changes in the specified revisions from source to targetPath (svn merge) - - - Merges the changes in the specified revisions from source to targetPath (svn merge) - Merges the changes in the specified revisions from source to targetPath (svn merge) - - - -Merges the changes from to into - - - Merges the differences between two sources to a working copy path (svn merge) - -Merges the changes from to into - - - Gets all revision properties on a a specific revision (svn proplist --revision) - - - Gets all revision properties on a a specific revision (svn proplist --revision) - Gets all revision properties on a a specific revision (svn proplist --revision) - - - Gets the value of a revision property on files or dirs in a specific revision (svn propget --revision) - - - Gets the value of a revision property on files or dirs in a specific revision (svn propget --revision) - - - Gets the value of a revision property on files or dirs in a specific revision (svn propget --revision) - - - Gets the value of a revision property on files or dirs in a specific revision (svn propget --revision) - Gets the value of a revision property on files or dirs in a specific revision (svn propget --revision) - - - Deletes the value of a revision property on files, dirs in a specific revision(svn propdel --revision) - - - Deletes the value of a revision property on files, dirs in a specific revision(svn propdel --revision) - Deletes the value of a revision property on files, dirs in a specific revision(svn propdel --revision) - - - Sets the value of a revision property on files, dirs in a specific revision (svn propset --revision) - - - Sets the value of a revision property on files, dirs in a specific revision (svn propset --revision) - - - Sets the value of a revision property on files, dirs in a specific revision (svn propset --revision) - - - Sets the value of a revision property on files, dirs in a specific revision (svn propset --revision) - Sets the value of a revision property on files, dirs in a specific revision (svn propset --revision) - - - Gets all properties on files or dirs (svn proplist) - - - Gets all properties on files or dirs (svn proplist) - Gets all properties on files or dirs (svn proplist) - - - Streamingly lists all properties on files or dirs (svn proplist) - - - Streamingly lists all properties on files or dirs (svn proplist) - Streamingly lists all properties on files or dirs (svn proplist) - - - Tries to get a property from the specified path (svn propget) - Eats all (non-argument) exceptions - True if the property is fetched, otherwise false - Equivalent to GetProperty with 's ThrowOnError set to false - - - Sets the specified property on the specfied path to value - Use to remove an existing property - - - Gets the specified property from the specfied path - true if property is set, otherwise false - path is not a valid workingcopy path - - - Retrieves the value of a property on files, dirs, or revisions (svn propget) - Gets the specified property from the specfied path - true if property is set, otherwise false - path is not a valid workingcopy path - - - Removes the specified property from the specfied path - - - Removes the specified property from the specfied path - - - Sets the specified property on the specfied path to value - Use to remove an existing property - - - Sets the specified property on the specfied path to value - Use to remove an existing property - - - Sets the specified property on the specfied path to value - Use to remove an existing property - - - Set the value of a property on files, dirs (svn propset) - Sets the specified property on the specfied path to value - Use to remove an existing property - - - Removes the specified property from the specfied path - - - Removes the specified property from the specfied path - - - Removes the specified property from the specfied path - - - Deletes a property from files, dirs (svn propdel) - Removes the specified property from the specfied path - - - Sets the specified property on the specfied path to value - Use to remove an existing property - - - Sets the specified property on the specfied path to value - Use to remove an existing property - - - Sets the specified property on the specfied path to value - Use to remove an existing property - - - Set the value of a property on files, dirs (svn propset) - Sets the specified property on the specfied path to value - Use to remove an existing property - - - Sets the specified property on the specfied path to value - Use to remove an existing property - - - Sets the specified property on the specfied path to value - Use to remove an existing property - - - Sets the specified property on the specfied path to value - Use to remove an existing property - - - Set the value of a property on files, dirs (svn propset) - Sets the specified property on the specfied path to value - Use to remove an existing property - - - UnlockURLs (svn unlock) - - - UnlockURLs (svn unlock) - - - UnlockURLs (svn unlock) - - - UnlockURLs (svn unlock) - UnlockURLs (svn unlock) - - - Unlock working copy paths (svn unlock) - - - Unlock working copy paths (svn unlock) - - - Unlock working copy paths (svn unlock) - - - Unlock working copy paths (svn unlock) - Unlock working copy paths (svn unlock) - - - LockURLs in the repository, so that no other user can commit changes to them (svn lock) - - - LockURLs in the repository, so that no other user can commit changes to them (svn lock) - - - LockURLs in the repository, so that no other user can commit changes to them (svn lock) - - - LockURLs in the repository, so that no other user can commit changes to them (svn lock) - LockURLs in the repository, so that no other user can commit changes to them (svn lock) - - - Lock working copy paths in the repository, so that no other user can commit changes to them (svn lock) - - - Lock working copy paths in the repository, so that no other user can commit changes to them (svn lock) - - - Lock working copy paths in the repository, so that no other user can commit changes to them (svn lock) - - - Lock working copy paths in the repository, so that no other user can commit changes to them (svn lock) - Lock working copy paths in the repository, so that no other user can commit changes to them (svn lock) - - - Move and/or rename something in repository, remembering history (svn move) - - - Move and/or rename something in repository, remembering history (svn move) - - - Move and/or rename something in repository, remembering history (svn move) - - - Move and/or rename something in repository, remembering history (svn move) - - - Move and/or rename something in repository, remembering history (svn move) - - - Move and/or rename something in repository, remembering history (svn move) - - - Move and/or rename something in repository, remembering history (svn move) - - - Move and/or rename something in repository, remembering history (svn move) - Move and/or rename something in repository, remembering history (svn move) - - - Move and/or rename something in working copy, remembering history (svn move) - - - Move and/or rename something in working copy, remembering history (svn move) - - - Move and/or rename something in working copy, remembering history (svn move) - - - Move and/or rename something in working copy, remembering history (svn move) - Move and/or rename something in working copy, remembering history (svn move) - - - Duplicate something in repository, remembering history (svn copy) - Can be called with either a list of , or . -All members must be of the same type. - - - Duplicate something in repository, remembering history (svn copy) - - - Duplicate something in repository, remembering history (svn copy) - Can be called with either a list of , or . -All members must be of the same type. - - - Duplicate something in repository, remembering history (svn copy) - - - Duplicate something in repository, remembering history (svn copy) - Can be called with either a list of , or . -All members must be of the same type. - - - Duplicate something in repository, remembering history (svn copy) - - - Duplicate something in repository, remembering history (svn copy) - Can be called with either a list of , or . -All members must be of the same type. - - - Duplicate something in repository, remembering history (svn copy) - - - Duplicate something in working copy, remembering history (svn copy) - Can be called with either a list of , or . -All members must be of the same type. - - - Duplicate something in working copy, remembering history (svn copy) - Can be called with either a list of , or . -All members must be of the same type. - - - Duplicate something in working copy, remembering history (svn copy) - Can be called with either a list of , or . -All members must be of the same type. - - - Duplicate something in working copy, remembering history (svn copy) - Duplicate something in working copy, remembering history (svn copy) - - - Recursively upgrades a working copy.(svn upgrade) - true if the operation succeeded; false if it did not - Operation failed and args.ThrowOnError = true - Parameters invalid - - - Recursively upgrades a working copy.(svn upgrade) - Recursively upgrades a working copy.(svn upgrade) - true if the operation succeeded; false if it did not - Operation failed - Parameters invalid - - - Vacuums the specified path - true if the operation succeeded; false if it did not - Operation failed and args.ThrowOnError = true - Parameters invalid - - - Vacuums the working copy (via svn cleanup) - Vacuums the specified path - Operation failed - Parameters invalid - - - Cleans up the specified path, removing all workingcopy locks left behind by crashed clients - true if the operation succeeded; false if it did not - Operation failed and args.ThrowOnError = true - Parameters invalid - - - Recursively clean up the working copy, removing locks, resuming unfinished operations, etc.(svn cleanup) - Cleans up the specified path, removing all workingcopy locks left behind by crashed clients - Operation failed - Parameters invalid - - - Remove 'conflicted' state on a working copy file or directory using the specified choice - - - Remove 'conflicted' state on a working copy file or directory using the specified choice - - - Remove 'conflicted' state on a working copy file or directory using the specified choice - Remove 'conflicted' state on a working copy file or directory using the specified choice - Calls with SvnAccept.Merged - - - Restore pristine working copy file (undo most local edits) (svn revert) - - - Restore pristine working copy file (undo most local edits) (svn revert) - - - Restore pristine working copy file (undo most local edits) (svn revert) - - - Restore pristine working copy file (undo most local edits) (svn revert) - Restore pristine working copy file (undo most local edits) (svn revert) - - - Send changes from your working copy to the repository (svn commit) - - - Send changes from your working copy to the repository (svn commit) - - - Send changes from your working copy to the repository (svn commit) - - - Send changes from your working copy to the repository (svn commit) - - - Send changes from your working copy to the repository (svn commit) - - - Send changes from your working copy to the repository (svn commit) - - - Send changes from your working copy to the repository (svn commit) - - - Send changes from your working copy to the repository (svn commit) - Send changes from your working copy to the repository (svn commit) - - - Importing as the subversion api does; without creating a working directory - - - Importing as the subversion api does; without creating a working directory - - - Importing as the subversion api does; without creating a working directory - - - Commit an unversioned file or tree into the repository (svn import) - Importing as the subversion api does; without creating a working directory - - - Performs a working copy import to the specified Uri, -by importing the root remotely, checking that out and then adding the files locally - Implemented as an Add follwed by an obstructed checkout - - - Performs a working copy import to the specified Uri, -by importing the root remotely, checking that out and then adding the files locally - Implemented as an Add follwed by an obstructed checkout - - - Performs a working copy import to the specified Uri, -by importing the root remotely, checking that out and then adding the files locally - Implemented as an Add follwed by an obstructed checkout - - - Commit an unversioned file or tree into the repository (svn import followed by svn checkout) - Performs a working copy import to the specified Uri, -by importing the root remotely, checking that out and then adding the files locally - Implemented as an Add follwed by an obstructed checkout - - - Remove files and directories from version control at the repository (svn delete|remove) - - - Remove files and directories from version control at the repository (svn delete|remove) - - - Remove files and directories from version control at the repository (svn delete|remove) - - - Remove files and directories from version control at the repository (svn delete|remove) - - - Remove files and directories from version control at the repository (svn delete|remove) - - - Remove files and directories from version control at the repository (svn delete|remove) - Remove files and directories from version control at the repository (svn delete|remove) - - - Remove files and directories from version control, scheduling (svn delete|remove) - - - Remove files and directories from version control, scheduling (svn delete|remove) - - - Remove files and directories from version control, scheduling (svn delete|remove) - - - Remove files and directories from version control, scheduling (svn delete|remove) - Remove files and directories from version control, scheduling (svn delete|remove) - - - Create a new directory under version control at the repository (svn mkdir) - - - Create a new directory under version control at the repository (svn mkdir) - - - Create a new directory under version control at the repository (svn mkdir) - - - Create a new directory under version control at the repository (svn mkdir) - - - Create a new directory under version control at the repository (svn mkdir) - Create a new directory under version control at the repository (svn mkdir) - - - Create a new directory under version control, scheduling (svn mkdir) - - - Create a new directory under version control, scheduling (svn mkdir) - - - Create a new directory under version control, scheduling (svn mkdir) - - - Create a new directory under version control, scheduling (svn mkdir) - Create a new directory under version control, scheduling (svn mkdir) - - - Gets information about the specified target - - - Gets information about the specified target - - - Gets information about the specified target - - - Streamingly retrieves information about a local or remote item (svn info) - Gets information about the specified target - - - Streamingly lists directory entries in the repository. (svn list) - - - Gets a list of directory entries in the repository. (svn list) - Streamingly lists directory entries in the repository. (svn list) - - - Streamingly lists directory entries in the repository. (svn list) - - - Streamingly lists directory entries in the repository. (svn list) - Streamingly lists directory entries in the repository. (svn list) - - - Writes the content of specified files or URLs to a stream. (svn cat) - - - Writes the content of specified files or URLs to a stream. (svn cat) - - - Writes the content of specified files or URLs to a stream. (svn cat) - - - Writes the content of specified files or URLs to a stream. (svn cat) - Writes the content of specified files or URLs to a stream. (svn cat) - - - Gets log messages of the specified target - - - Gets log messages of the specified target - - - Gets log messages of the specified target - - - Gets log messages of the specified target - - - Gets log messages of the specified target - - - Retrieve the log messages for a set of revision(s) and/or file(s). (svn log) - Gets log messages of the specified target - - - Gets log messages of the specified target path - - - Gets log messages of the specified target path - - - Gets log messages of the specified target - A pegrevision applied on the target overrides one set on the args object - - - Gets log messages of the specified target - - - Gets log messages of the specified target - - - Streamingly retrieve the log messages for a set of revision(s) and/or file(s). (svn log) - Gets log messages of the specified target - - - Gets a list of status data for the specified path - - - Recursively gets a list of 'interesting' status data for the specified path - - - Gets status data for the specified path - - - Retrieve the status of working copy files and directories (svn status) - Recursively gets 'interesting' status data for the specified path - - - Adds the specified path - true if the operation succeeded; false if it did not - Operation failed and args.ThrowOnError = true - Parameters invalid - - - Adds the specified path - Operation failed - Parameters invalid - - - Put files and directories under version control, scheduling them for addition to repository. -They will be added in next commit(svn add) - Recursively adds the specified path - Operation failed - Parameters invalid - - - Update the working copy to a different repository (svn switch --relocate) - - - Update the working copy to a different repository (svn switch --relocate) - Update the working copy to a different repository (svn switch --relocate) - - - Switches a path recursively to the specified target - Operation failed - Parameters invalid - - - Switches a path recursively to the specified target - Operation failed - Parameters invalid - - - Switches a path recursively to the specified target - Operation failed - Parameters invalid - - - Update the working copy to a different URL (svn switch) - Switches a path recursively to the specified target - Operation failed - Parameters invalid - - - Exports the specified target to the specified path - Subversion optimizes this call if you specify a workingcopy file instead of an url - - - Exports the specified target to the specified path - Subversion optimizes this call if you specify a workingcopy file instead of an url - - - Recursively exports the specified target to the specified path - Subversion optimizes this call if you specify a workingcopy file instead of an url - - - Create an unversioned copy of a tree (svn export) - Recursively exports the specified target to the specified path - Subversion optimizes this call if you specify a workingcopy file instead of an url - - - Updates the specified paths to the specified revision - Operation failed and args.ThrowOnError = true - Parameters invalid - true if the operation succeeded; false if it did not - - - Updates the specified paths to the specified revision - Operation failed and args.ThrowOnError = true - Parameters invalid - true if the operation succeeded; false if it did not - - - Recursively updates the specified paths to the latest (HEAD) revision - Operation failed - Parameters invalid - - - Recursively updates the specified paths to the latest (HEAD) revision - Operation failed - Parameters invalid - - - Recursively updates the specified path to the latest (HEAD) revision - Operation failed and args.ThrowOnError = true - Parameters invalid - - - Recursively updates the specified path - Operation failed and args.ThrowOnError = true - Parameters invalid - - - Recursively updates the specified path to the latest (HEAD) revision - Operation failed and args.ThrowOnError = true - Parameters invalid - - - Bring changes from the repository into the working copy (svn update) - Recursively updates the specified path to the latest (HEAD) revision - Operation failed - Parameters invalid - - - Performs a checkout of to to the specified param - Operation failed and args.ThrowOnError = true - Parameters invalid - true if the operation succeeded; false if it did not - - - Performs a checkout of to to the specified param - Operation failed and args.ThrowOnError = true - Parameters invalid - true if the operation succeeded; false if it did not - - - Performs a recursive checkout of to - Operation failed - Parameters invalid - - - Check out a working copy from a repository. (svn checkout) - Performs a recursive checkout of to - Operation failed - Parameters invalid - - - Raises the event. - - - Raises the event. - - - Raises the event. - - - Raises the event. - - - Raises the event. - - - Raises the event. - - - Raises the event. - - - Raises the event. - - - -Raised just before a command is executed. This allows a listener -to cleanup before a new command is started - - - - -Raised when a subversion exception occurs. -Set to true to cancel -throwing the exception - - - - -Raised on conflict. The event is first -raised on the object and -then on the - - - -Raised on progress. The event is first -raised on the object and -then on the - - - -Raised on progress. The event is first -raised on the object and -then on the - - - -Raised on notifications. The event is first -raised on the object and -then on the - - - -Raised on progress. The event is first -raised on the object and -then on the - - - -Raised to allow canceling operations. The event is first -raised on the object and -then on the - - - Gets the instance of this - - - -Gets the name of the subversion administrative directories. Most commonly ".svn" - - -An internal implementation of a setter is available on this property. Users should read -the subversion implementation of svn_wc_set_adm_dir before invoking the setter of this property -via reflection - - - - Enables the subversion localization engine. (Costs +- 400 KByte ram/language used and slows error handling within the subversion engine) - By default the subversion layer uses english messages for everything. After this method is called all messages are routed via -the managed resource handler - - - Adds the specified client name to web requests' UserAgent string - The name is filtered to be unique and conformant for the webrequest. Clients should use only alphanumerical ascii characters - - - Gets the version of the SharpSvn library - - - Gets the version number of SharpSvn's encapsulated subversion library - - - Initializes a new instance with default properties - - - Subversion client instance; main entrance to the Subversion Client api - - - - Gets the the applies to; -null if it applies to a revision property - - - While the configuration isn't used yet, allows overriding specific configuration options - - - Gets the subversion global ignore pattern as specified in the configuration - - - Gets or sets a value indicating whether the 'preserved-conflict-file-exts' should be forced to '*' - - - Gets or sets a boolean indicating whether to always use the subversion integrated diff library -instead of the user configured diff tools - The default value of this property is true; to allow parsing the output of the diff library - true if subversions internal diff must be used, otherwise false - - - This property used to get a boolean indicating whether to enable the SharpPlink handler when no -other valid handler for svn+ssh:// was registered. It is now mapped to 's disabled option - - - Gets or sets a boolean indicating whether to load the svn mimetypes file when calling Add or Import the first time - The default value of this property is true; this matches the behaviour of the svn commandline client - true if loading the mimetypes file on the initial import, otherwise false - - - Gets or sets a boolean indicating whether commits will fail if no log message is provided - The default value of this property is true - - - Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use - After this method is called all properties are either stored managed, or are no longer readable - - - Retrieve StartRevision-EndRevision as a - - - Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use - After this method is called all properties are either stored managed, or are no longer readable - - - Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use - After this method is called all properties are either stored managed, or are no longer readable - - - Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use - After this method is called all properties are either stored managed, or are no longer readable - - - Gets the nesting level of the logs via merges - - - Set to true when the following items are merged-child items of this item. - - - Serves as a hashcode for the specified type - - - Gets or sets a boolean indicating whether this file should be filtered from the patch handling - - - Path to a temporary file containing the result of the patch - - - Path to a temporary file containing the rejected hunks of the patch - - - The path to the node as stored in the patch file, normalized to Windows style - - - The path to the node as stored in the patch file, kept in Subversion canonical format - - - Gets the file contents of the current version as readable stream (Only valid in EventHandler) - Not in the EventHandler - The stream will be closed when the eventhandler returns. It is not seekabel but you can reset the stream to position 0 - - - Gets the file contents of the current version as readable stream (Only valid in EventHandler) - Not in the EventHandler - The stream will be closed when the eventhandler returns. It is not seekabel but you can reset the stream to position 0 - - - Write the file contents to the specified file/stream (Only valid in EventHandler) - Not in the EventHandler - - - Write the file contents to the specified file/stream (Only valid in EventHandler) - Not in the EventHandler - - - Write the file contents to the specified file/stream (Only valid in EventHandler) - Not in the EventHandler - - - Write the file contents to the specified file/stream (Only valid in EventHandler) - Write the file contents to the specified file/stream (Only valid in EventHandler) - Not in the EventHandler - - - Serves as a hashcode for the specified type - - - Gets the revision the change is based on - - - Serves as a hashcode for the specified type - - - Gets the raw property status of the node when available - - - Gets the raw content status of the node when available - - - Gets the tree conflict data of this node or null if this node doesn't have a tree conflict - - - The length of the file currently in the working copy, matching the name of this node. -1 if there is no such file. - - - Gets an object containing detailed workingcopy information of this node - - - Out of Date: Gets the node kind of the OutOfDate commit - - - Out of Date: Gets the author of the OutOfDate commit - - - Out of Date: Last commit date of the item - - - Out of Date: Last commit version of the item - - - Gets the out of date status of the item; if true the RemoteUpdate* properties are set - - - Gets a boolean indicating whether the node is a file external - - - Gets a boolean indicating whether the file is switched in the working copy - - - Gets the repository id as String - - - Gets the repository id as Guid - - - Gets a boolean indicating whether the file is copied in the working copy - A file or directory can be 'copied' if it's scheduled for addition-with-history -(or part of a subtree that is scheduled as such.). - - - Gets a boolean indicating whether the workingcopy is locked - - - Gets a boolean indicating whether the workingcopy is locked - - - Property status in working copy - - - The status of the text/content of the node - - - Content status in working copy - - - The node status (combination of restructuring operations, text and property status. - - - The path returned by the subversion api - - - The full path the notification is about, as translated via - See also . - - - Gets the recorded node type of this node - - - Serves as a hashcode for the specified type - - - The entry is a intra-repository file external and this is the -repository root relative path to the file specified in the -externals definition, otherwise NULL if the entry is not a file -external. - - - Gets a boolean indicating whether the node is in a copied state -(possibly because the entry is a child of a path that is -scheduled for addition or replacement when the entry itself is -normal - - - Gets the node scheduling (add, delete, replace) - - - Gets the node kind - - - Gets the repository id as String - - - Gets the repository id as Guid - - - The repository Uri including a final '/' - - - Url in repository, including final '/' if the entry specifies a directory - - - Base revision - - - The entries name - - - Serves as a hashcode for the specified type - - - Serves as a hashcode for the specified type - - - Serves as a hashcode for the specified type - - - Gets the merge source passed to the SvnClient call - - - Gets the specified SourceUri or null if the source was a local path - - - Gets the merge source passed to the SvnClient call - - - Gets the specified SourceUri or null if the source was a local path - - - Gets a list of applied merges - - - ConsiderInheritance is ignored at this time - - - ConsiderInheritance is ignored at this time - - - Initializes a new instance of the class with the values from the specified collection - - - Initializes a new instance of the class with default properties - - - Serves as a hashcode for the specified type - - - Creates a SvnRevision from {revision-1:revision} - - - Gets the nesting level of the logs via merges - - - Set to true when the following items are merged-child items of this item. - - - Gets the log origin SharpSvn used for retrieving the log - - - Serves as a hashcode for the specified type - - - MergeInfo only: Subtractive merge - - - MergeInfo only: Not inheritable - - - Gets the list of custom properties retrieved with the log - Properties must be listed in SvnLogArgs.RetrieveProperties to be available here - - - Serves as a hashcode for the specified type - - - Gets a boolean indicating whether the versioned properties of a node are modified in this revision. (Value only available for 1.7+ servers) - - - Gets a boolean indicating whether the content of a node is modified in this revision. (Value only available for 1.7+ servers) - - - Gets the node kind of the changed path (Only available when committed to a 1.6+ repository) - - - Gets the relative uri of the path inside the repository - Does not include an initial '/'. Ends with a '/' if is . - - - Gets the path inside rooted at the repository root (including initial '/') - - - Serves as a hashcode for the specified type - - - Gets the information specified in RetrieveEntries on the args object - - - Gets lock information if RetrieveLocks is set on the args object - - - When retrieving a listing using an Uri target: contains the uri from which Path is relative - The Base Uri or null when the repository root is not available - - - When retrieving a listing using an Uri target: contains the repository root - The Repository root or null when the repository root is not available - - - Gets the filename of the item - - - Gets the origin path of the item - - - Gets the path of the item - - - Serves as a hashcode for the specified type - - - Gets the author of the last revision of this file - - - Gets the time of the last change - - - Gets the last revision in which this node changed - - - Gets a boolean indicating whether this node has svn properties - - - Gets the length of the file text or 0 for directories - - - Serves as a hashcode for the specified type - - - The SHA1 checksum of the file. (Used to return a MD5 checksom in Subversion <= 1.6) - - - Gets a boolean indicating whether working copy information is available in this instance - - - Gets information about the current lock on node - - - Gets the author of the last revision in which node (or one of its descendants) changed - - - Gets the timestamp of the last revision in which node (or one of its descendants) changed - - - Gets the last revision in which node (or one of its descendants) changed - - - Gets the repository uuid or null if not available - - - Gets the uuid of the repository (if available). Otherwise Guid.Empty - - - Gets the repository root Uri; ending in a '/' - The unmanaged api does not add the '/' at the end, but this makes using hard - - - Gets the node kind of the specified node - - - Gets the queried revision - - - Gets the full Uri of the node - - - The path the notification is about, translated via - The property contains the path in normalized format; while returns the exact path from the subversion api - - - Gets the path of the file. The local path if requisting WORKING version, otherwise the name of the file -at the specified version - - - Serves as a hashcode for the specified type - - - Serves as a hashcode for the specified type - - - Gets the list of custom properties retrieved with the log - Properties must be listed in SvnLogArgs.RetrieveProperties to be available here - - - Gets the list of custom properties retrieved with the log - Properties must be listed in SvnLogArgs.RetrieveProperties to be available here - - - Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use - After this method is called all properties are either stored managed, or are no longer readable - - - Serves as a hashcode for the specified type - - - If action is svn_wc_notify_blame_revision, contains a list of revision properties for the specified revision - - - If action relates to properties, specifies the name of the property. - - - When @c action is @c svn_wc_notify_merge_begin, and both the left and right sides -of the merge are from the same URL. In all other cases, it is NULL - - - When action is svn_wc_notify_changelist_add or name. In all other -cases, it is NULL - - - Points to the lock structure received from the repository when -action is @c svn_wc_notify_locked. For other actions, it is -NULL. - - - The base revision before updating - - - When action is svn_wc_notify_update_completed, target revision -of the update, or @c SVN_INVALID_REVNUM if not available; when action is -c svn_wc_notify_blame_revision, processed revision. In all other cases, -it is @c SVN_INVALID_REVNUM. - - - Reflects the addition or removal of a lock token in the working copy. - - - The type of notification that is occurring about node properties. - - - The type of notification that is occurring about node content. - - - Points to an error describing the reason for the failure when -action is one of the following: @c svn_wc_notify_failed_lock, svn_wc_notify_failed_unlock, -svn_wc_notify_failed_external. Is @c NULL otherwise. - - - If MimeType is not null, a boolean indicating whether this mime type is interpreted as binary - - - If non-NULL, indicates the mime-type of @c path. It is always @c NULL for directories. - - - Node kind of path/url - - - Action that describes what happened to path/url - - - Gets the commandtype of the command responsible for calling the notify - - - Gets a boolean indicating whether the path is a Uri - - - The path the notification is about, translated via - The property contains the path in normalized format; while returns the exact path from the subversion api - - - Gets the (relative or absolute uri) Uri the notification is about - - - The path the notification is about - The property contains the path in normalized format; while returns the exact path from the subversion api - - - Serves as a hashcode for the specified type - - - Gets a boolean indicating whether the Comment was generated by a Generic WebDav client - - - The path the notification is about, translated via - The property contains the path in normalized format; while returns the exact path from the subversion api - - - - - - - - - - - - - - - - - - Gets the operation creating the tree conflict - - - Gets the of - - - Gets the revision of - - - Gets the relative uri of the path inside the repository - Does not include an initial '/'. Ends with a '/' if is . - - - Serves as a hashcode for the specified type - - - Serves as a hashcode for the specified type - - - error message from post-commit hook, or NULL - - - Serves as a hashcode for the specified type - - - Gets the SvnTarget as string - - - Gets the target name in normalized format - - - Gets the operational revision - - - (Optional) The node kind of - - - (Required) The repository root of - - - The target specified - - - (Required) The Uri of . Only differs from target if -specifies a - - - Generic encapsulation of a specific revision of a node in subversion - - - - Gets a boolean whether the revision specifies an explicit repository revision - Explicit: Is set, doesn't require a workingcopy and is repository wide applyable - - - Gets a boolean indicating whether the revisionnumber requires a workingcopy to make any sense - - - Serves as a hashcode for the specified type - - - Gets the instance managing authentication on behalf of this client - - - Gets the path to SharpSvn's plink. The path is encoded to be safe for subversion configuration settings - - - Initializes a default configuration. Avoids loading a configuration at a later time - - - Merges configuration from the specified path into the existing configuration - - - Loads the standard subversion configuration and ensures the subversion config dir by creating default files - - - Loads the subversion configuration from the specified path and optionally ensures the path is a subversion config dir by creating default files - - - Loads the subversion configuration from the specified path - - - Subversion Client Context wrapper; base class of objects using client context - - - - Like ForceInternal, but checks TortoiseSVN config first - - - Like ForceSharpPlink, but checks TortoiseSVN config first - - - Use SharpPlink - - - Use internal SSH client (currently based on LibSSH2) - - - Disable all SSH support. Fall back to Subversion config - - - Automatic handling: Similar to ForceInternalAfterConfig - - - Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use - After this method is called all properties are either stored managed, or are no longer readable - - - Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use - After this method is called all properties values are stored in managed code - - - Long path capable version of - - - Invoke TrySplitCommandLine with as expander - - - Gets the normalized directory name of path (Long path enabled version of , always returning full paths) - Directory information for path, or null if path denotes a root directory or is null. Returns String.Empty if path does not contain directory information. - - - Gets the filename of the specified target - - - -Converts a local relative path to a valid relative Uri - - - - Gets a file:// style uri for the specified local path - - - -Converts a string from a Uri path to a local path name; unescaping when necessary - - - - -Appends the specified path suffix to the given Uri - - - - -Checks whether the specified path is an absolute path that doesn't end in an unneeded '\' - - - - -Normalizes the Uri to a full absolute Uri - - - - -Checks whether normalization is required - - This method does not verify the casing of invariant parts - - - -Normalizes the path to a full path - - This normalizes drive letters to upper case and hostnames to lowercase to match Subversion 1.6 behavior - - - Gets a boolean indicating whether at least one of the -parent paths or the path (file/directory) itself is a working copy. - - - - Gets a boolean indicating whether the path could contain a Subversion Working Copy - Assumes path is a directory - - - Gets the pathname exactly like it is on disk - - - Gets the absolute pathname exactly like it is on disk (fixing casing). -For not existing paths, if bestEffort is TRUE, returns a path based on existing parents. Otherwise return NULL for not existing paths - - - Gets the absolute pathname exactly like it is on disk (fixing casing); returns NULL for non existing paths - - - Gets the repository Uri of a path, or null if path is not versioned - - - Generated mapping from libssh2.h - - - - Generated mapping from apr_errno.h - - - - System error EDEADLOCK - - - System error ENOSYS - - - System error ENOLCK - - - System error EDEADLK - - - System error EDOM - - - System error EMLINK - - - System error EROFS - - - System error EFBIG - - - System error ENOTTY - - - System error EISDIR - - - System error ENODEV - - - System error EFAULT - - - System error ECHILD - - - System error ENOEXEC - - - System error E2BIG - - - System error ENXIO - - - System error EIO - - - System error ESRCH - - - System error EPERM - - - The given lock was busy. - - - Two passwords do not match. - - - The APR function has not been implemented on this - - - Ininitalizer value. If no option has been found, but - - - APR is using a shared key as the key to the shared memory - - - APR is using a file name as the key to the shared memory - - - APR is using anonymous shared memory - - - APR was unable to find the socket in the poll structure - - - APR has encountered the end of the file - - - Getopt found an option that is missing an argument - - - Getopt found an option not in the option string - - - The operation was incomplete although some processing - - - The operation did not finish before the timeout - - - The child has not finished executing - - - The child has finished executing - - - The thread is not detached - - - The thread is detached - - - Program is currently executing in the parent - - - Program is currently executing in the child - - - APR_ENOTENOUGHENTROPY Not enough entropy to continue - - - The given process wasn't recognized by APR - - - APR_ESYMNOTFOUND Could not find the requested symbol - - - The given path was above the root path. - - - The given path was neither relative nor absolute. - - - The given path was relative. - - - The given path was absolute. - - - APR was unable to open the dso object. For more - - - The specified netmask is invalid - - - The specified IP address is invalid - - - There is no more shared memory available - - - General failure (specific information not available) - - - APR was not given a thread key structure - - - APR was not given a thread structure - - - APR was not given a socket - - - APR was not given a poll structure - - - APR was not given a lock structure - - - APR was not given a directory structure - - - APR was not given a time structure - - - APR was not given a process structure - - - APR was given an invalid socket - - - APR was given an invalid date - - - APR was not provided a pool with which to allocate memory - - - APR was unable to perform a stat on the file - - - APR_OS_START_SYSERR folds platform-specific system error values into - - - APR_OS_START_EAIERR folds EAI_ error codes from getaddrinfo() into - - - APR_OS_START_CANONERR is where APR versions of errno values are defined - - - APR_OS_START_USEERR is obsolete, defined for compatibility only. - - - APR_OS_START_USERERR are reserved for applications that use APR that - - - APR_UTIL_START_STATUS is where APR-Util starts defining its - - - APR_OS_START_STATUS is where the APR specific status codes start. - - - APR_UTIL_ERRSPACE_SIZE is the size of the space that is reserved for - - - APR_OS_ERRSPACE_SIZE is the maximum number of errors you can fit - - - APR_OS_START_ERROR is where the APR specific error values start. - - - Generated mapping from winerror.h - - - - -The request will be completed later by NDIS status indication. - - - - -The wireless local area network interface is power down and doesn't support the requested operation. - - - - -The wireless local area network interface is busy and can not perform the requested operation. - - - - -The wireless local area network interface is in auto configuration mode and doesn't support the requested parameter change operation. - - - - -The miniport adapter is in low power state. - - - - -The current state of the specified port on this network interface does not support the requested operation. - - - - -The specified port does not exist on this network interface. - - - - -The revision number specified in the structure is not supported. - - - - -Network interface was not found. - - - - -The offload operation on the network interface has been paused. - - - - -The specified request is not a valid operation for the target device. - - - - -The network address used in the request is invalid. - - - - -The I/O operation failed because network media is disconnected or wireless access point is out of range. - - - - -An attempt to allocate a hardware resource failed because the resource is used by another component. - - - - -An attempt was made to map a file that is alreay mapped. - - - - -An error occured while NDIS tried to map the file. - - - - -An attempt was made to map a file that can not be found. - - - - -An attempt was made to remove a token ring group address that is in use by other components. - - - - -Network interface does not support this media type. - - - - -The network interface has been removed. - - - - -Network interface does not support this OID (Object Identifier) - - - - -The length of buffer submitted for this operation is too small. - - - - -The data used for this operation is not valid. - - - - -The length of the buffer submitted for this operation is not valid. - - - - -Network interface is not ready to complete this operation. - - - - -An attempt was made to send an invalid packet on a network interface. - - - - -Netword interface does not support this request. - - - - -Network interface can not process the request because it is being reset. - - - - -Netowork interface aborted the request. - - - - -At attempt was made to remove a multicast address that was never added. - - - - -An attempt was made to add a duplicate multicast address to the list. - - - - -The multicast list on the network interface is full. - - - - -Network interface has encountered an internal unrecoverable failure. - - - - -Failed to open the network interface. - - - - -Failed to find the network interface or network interface is not ready. - - - - -An invalid characteristics table was used. - - - - -An invalid version was specified. - - - - -The binding to the network interface is being closed. - - - - -The IPsec cipher transform is not valid. - - - - -The IPsec authentication transform is not valid. - - - - -The notification function for a callout returned an error. - - - - -The maximum number of sublayers has been reached. - - - - -The parameter is incorrect. - - - - -The provider context is of the wrong type. - - - - -The enumeration template or subscription will never match any objects. - - - - -An IKE policy cannot contain an Extended Mode policy. - - - - -The Diffie-Hellman group is not compatible with the policy type. - - - - -The authentication method is not compatible with the policy type. - - - - -The raw context or the provider context is not compatible with the callout. - - - - -The raw context or the provider context is not compatible with the layer. - - - - -The action type is not compatible with the sublayer. - - - - -The action type is not compatible with the layer. - - - - -A policy cannot contain the same keying module more than once. - - - - -A filter cannot contain multiple conditions operating on a single field. - - - - -A reserved field is non-zero. - - - - -An integer value is outside the allowed range. - - - - -An FWP_VALUE or FWPM_CONDITION_VALUE is of the wrong type. - - - - -A filter condition contains a match type that is not compatible with the operands. - - - - -The filter weight is not valid. - - - - -The action type is not one of the allowed action types for a filter. - - - - -The displayData.name field cannot be null. - - - - -An array that must contain at least one element is zero length. - - - - -The time interval is not valid. - - - - -An FWP_RANGE is not valid. - - - - -A network mask is not valid. - - - - -The flags field contains an invalid value. - - - - -An enumerator is not valid. - - - - -A required pointer is null. - - - - -The call is not allowed for the current security association state. - - - - -The traffic parameters do not match those for the security association context. - - - - -A notification could not be delivered because a message queue is at its maximum capacity. - - - - -The maximum number of callouts has been reached. - - - - -The object is built in so cannot be deleted. - - - - -The call tried to associate two objects with incompatible lifetimes. - - - - -The call is allowed for kernel-mode callers only. - - - - -The operation is not supported by the specified layer. - - - - -Collection of network diagnostic events is disabled. - - - - -The call timed out while waiting to acquire the transaction lock. - - - - -The call is not allowed from within a read-only transaction. - - - - -The session has been cancelled. - - - - -The explicit transaction has been forcibly cancelled. - - - - -The call is not allowed from within an explicit transaction. - - - - -The call must be made from within an explicit transaction. - - - - -The call was made from the wrong session so cannot be completed. - - - - -The call is not allowed from within a dynamic session. - - - - -The object is referenced by other objects so cannot be deleted. - - - - -An object with that GUID or LUID already exists. - - - - -The object does not exist. - - - - -The sublayer does not exist. - - - - -The provider context does not exist. - - - - -The provider does not exist. - - - - -The layer does not exist. - - - - -The filter does not exist. - - - - -The filter condition does not exist. - - - - -The callout does not exist. - - - - -BitLocker Drive Encryption can only be used for recovery purposes in this version of Windows. - - - - -The path specified in the Boot Configuration Data (BCD) for a BitLocker Drive Encryption integrity-protected application is incorrect. Please verify and correct your BCD settings and try again. - - - - -BitLocker Drive Encryption cannot enter raw access mode for this volume. - - - - -No action was taken as BitLocker Drive Encryption is in raw access mode. - - - - -Boot debugging is enabled. Run bcdedit to turn it off. - - - - -No action was taken as a system reboot is required. - - - - -The BitLocker encryption key could not be obtained. - - - - -The access token associated with the current thread is not an impersonated token. - - - - -This operation cannot be performed while the volume is in use. - - - - -Critical BitLocker Drive Encryption system files are not available. Use Windows Startup Repair to restore files. - - - - -This Windows license does not support BitLocker Drive Encryption. To use BitLocker Drive Encryption, please upgrade your Windows license. - - - - -BitLocker Drive Encryption cannot be enabled on this computer. Contact the computer manufacturer for BIOS upgrade instructions. - - - - -The file system does not extend to the end of the volume. - - - - -The group policy setting requiring FIPS compliance prevented BitLocker from being disabled. Please contact your domain administrator for more information. - - - - -The Boot Configuration Data (BCD) settings have changed since BitLocker was enabled. - - - - -A boot application has changed since BitLocker was enabled. - - - - -The BitLocker encryption key could not be obtained from the Trusted Platform Module (TPM) and PIN. - - - - -The BitLocker encryption key could not be obtained from the Trusted Platform Module (TPM). - - - - -The Trusted Platform Module (TPM) was not able to unlock the volume because the system boot information changed. - - - - -BitLocker Drive Encryption can only be used for recovery purposes in Safe-Mode. - - - - -The Trusted Platform Module (TPM) is disabled. - - - - -The BitLocker encryption key could not be obtained from the startup key or recovery password. - - - - -The BitLocker startup key or recovery password file is corrupt or invalid. - - - - -The BitLocker startup key or recovery password could not be read from the USB device. Ensure the USB device is plugged into the computer, then turn on BitLocker and try again. If the problem persists contact the computer manufacturer for BIOS upgrade instructions. - - - - -No TPM protectors exist on the volume to perform the hardware test. - - - - -The specified key protector is not of the correct type. - - - - -The volume must be fully decrypted to complete this operation. - - - - -The group policy setting requiring FIPS compliance prevented the recovery password from being saved. Please contact your domain administrator for more information. - - - - -The group policy setting requiring FIPS compliance prevented the recovery password from being generated or used. Please contact your domain administrator for more information. - - - - -The random number generator check test failed. - - - - -The format of the recovery password file is invalid. Select another recovery password and try again. - - - - -The recovery password file on the USB device is corrupt. Try another USB device. - - - - -The specified key protector was not found on the volume. Try another key protector. - - - - -The file cannot be saved to a relative path. - - - - -An instance of this key protector already exists on the volume. - - - - -BitLocker Drive Encryption detected bootable media (CD, DVD, or USB) in the computer. Remove the media and restart the computer. - - - - -A key must be specified before encryption may begin. - - - - -The volume encryption algorithm and key cannot be set on an encrypted volume. - - - - -Group policy requires a recovery password before encryption may begin. - - - - -BitLocker requires the file system to be NTFS. Convert the volume to NTFS, then enable BitLocker. - - - - -The system partition boot sector does not perform TPM measurements. - - - - -BitLocker Drive Encryption cannot be turned off. Please turn off the auto unlock on all other volumes before turning off BitLocker on the current volume. - - - - -The volume specified is not the operating system volume. - - - - -The recovery information provided does not match required recovery information to unlock the volume. Confirm the information and try again. - - - - -The volume encryption algorithm cannot be used on this sector size. - - - - -The authorization data for the Storage Root Key (SRK) of the Trusted Platform Module (TPM) is not zero and is therefore incompatible with BitLocker. - - - - -The control block for the encrypted volume was updated by another thread. Try again. - - - - -This volume cannot be bound to a TPM. - - - - -A recovery key protector is required. - - - - -All protectors are effectively disabled (clear key exists). - - - - -The operating system volume is not protected by BitLocker Drive Encryption. - - - - -The volume is already bound to the system. - - - - -Cluster configurations are not supported. - - - - -One or more key protectors are required for this volume. - - - - -A write operation failed while converting the volume. - - - - -A read operation failed while converting the volume. - - - - -The buffer supplied to a function was insufficient to contain the returned data. - - - - -The volume specified is not a data volume. - - - - -You must take ownership of the Trusted Platform Module (TPM). - - - - -Volume is not bound to the system. - - - - -Data supplied is malformed. - - - - -This volume cannot be encrypted. - - - - -The file system is corrupt. Run CHKDSK. - - - - -The volume cannot be encrypted because the file system is not supported. - - - - -The volume cannot be encrypted because it contains system boot information. - - - - -The volume cannot be encrypted because it does not have enough free space. - - - - -The control block for the encrypted volume is not valid. - - - - -The specified GUID could not be found. - - - - -The attribute was not set. - - - - -The attribute read from Active Directory has no (zero) values. - - - - -The size of the data obtained from Active Directory was not expected. - - - - -The type of the data obtained from Active Directory was not expected. - - - - -The Active Directory Domain Services forest does not contain the required attributes and classes to host BitLocker Drive Encryption or Trusted Platform Module information. - - - - -BitLocker Drive Encryption could not perform requested action. This condition may occur when two requests are issued at the same time. - - - - -BitLocker Drive Encryption is not enabled on this volume. Turn on BitLocker. - - - - -No secure key protector has been defined. - - - - -You have an incompatible boot manager. Update the boot manager (BOOTMGR). - - - - -You have an incompatible boot sector. Update the boot manager (BOOTMGR). - - - - -If there is a bootable CD or DVD in your computer, remove it, restart the computer and turn on BitLocker again. If the problem persists contact the computer manufacturer for BIOS upgrade instructions. - - - - -The BIOS did not correctly communicate with the Master Boot Record (MBR). Contact the computer manufacturer for BIOS upgrade instructions. - - - - -The BIOS did not correctly communicate with the TPM. Contact the computer manufacturer for BIOS upgrade instructions. - - - - -The volume is not encrypted, no key is available. - - - - -This volume is locked by BitLocker Drive Encryption. Return to the control panel to unlock volume. - - - - -An error occured while attemption to compress or extract the data. - - - - -The execution of the Rules Manager failed. - - - - -The Event Log channel Microsoft-Windows-TaskScheduler must be enabled to perform this operation. - - - - -The Event Log channel Microsoft-Windows-Diagnosis-PLA/Operational must be enabled to perform this operation. - - - - -The session name provided is invalid. - - - - -When specifying the executable that you want to trace, you must specify a full path to the executable and not just a filename. - - - - -Duplicate items are not allowed. - - - - -The wait for the report generation tool to finish has timed out. - - - - -The wait for the Data Collector to start has timed out. - - - - -The wait for the Data Collector Set start notification has timed out. - - - - -Data Collector already exists. - - - - -The executable path you have specified does not exist. Verify that the specified path is correct. - - - - -The executable path you have specified is already configured for API tracing. - - - - -The executable path you have specified refers to a network share or UNC path. - - - - -A conflict was detected in the list of include/exclude APIs. Do not specify the same API in both the include list and the exclude list. - - - - -Data Collector Set is not running. - - - - -A user account is required in order to commit the current Data Collector Set properties. - - - - -The current configuration for this Data Collector Set requires that it contain exactly one Data Collector. - - - - -Property value conflict. - - - - -Property value will be ignored. - - - - -Data Collector Set already exists. - - - - -Not enough free disk space to start Data Collector Set. - - - - -Unable to start Data Collector Set because there are too many folders. - - - - -The Data Collector Set or one of its dependencies is already in use. - - - - -Data Collector Set was not found. - - - - -The BIOS does not support the physical presence interface. - - - - -The BIOS failure prevented the successful execution of the requested TPM operation (e.g. invalid TPM operation request, BIOS communication error with the TPM). - - - - -The user failed to confirm the TPM operation request. - - - - -A general error was detected when attempting to acquire the BIOS's response to a Physical Presence command. - - - - -TBS is not compatible with the version of TPM found on the system. - - - - -The physical presence interface is not supported. - - - - -A new virtual resource could not be created because there are too many open virtual resources. - - - - -A new TBS context could not be created because there are too many open contexts. - - - - -No new entries can be added to the hash table. - - - - -No resources can be unloaded. - - - - -The resource type did not match. - - - - -The requested resource is no longer available. - - - - -The TBS does not recognize the specified ordinal. - - - - -The TPM command failed. - - - - -There are too many TPM contexts in use. - - - - -The TPM does not have enough space to load the requested resource. - - - - -The specified item was not found in the list. - - - - -The specified list is empty, or the iteration has reached the end of the list. - - - - -There was not enough memory to fulfill the request - - - - -The command was canceled. - - - - -The TBS scheduler is not running. - - - - -The RPC subsystem could not be initialized. - - - - -One or more parameters is invalid - - - - -The pointer to the returned handle location was NULL or invalid - - - - -The specified virtual handle matches a virtual handle already in use. - - - - -No entry with the specified key was found. - - - - -An error occurred while communicating with the TPM - - - - -An invalid context parameter was specified. - - - - -The specified context handle is invalid. - - - - -The context could not be cleaned up. - - - - -The specified buffer was too small. - - - - -The random number generated did not pass FIPS RNG check. - - - - -The format of the owner auth data was invalid. - - - - -The specified PCR data was invalid. - - - - -The data given does not appear to be a valid key blob - - - - -One or more of the specified context parameters was not valid. - - - - -The data given does not appear to be a valid delegate blob. - - - - -The specified PCR index was invalid - - - - -The requested supplied data does not appear to be a valid migration authorization blob. - - - - -The key parameters structure was not valid - - - - -The encryption operation failed. - - - - -The key size is not valid. - - - - -The encoding in the blob was not recognized. - - - - -The message was too large for the encoding scheme. - - - - -The TPM returned an unexpected result. - - - - -An error occurred while communicating with the TBS. - - - - -The specified context handle was not valid. - - - - -The specified authorization information was invalid. - - - - -The caller does not have the appropriate rights to perform the requested -operation. - - - - -An internal error was detected. - - - - -The specified buffer was too small. - - - - -Not enough memory was available to satisfy the request. - - - - -One or more input parameters is invalid. - - - - -One or more output parameters was NULL or invalid. - - - - -The command buffer cannot contain any more data. - - - - -The command buffer does not contain enough data to satisfy the request. - - - - -The command buffer is not in the correct state. - - - - -The TBS service has been disabled. - - - - -A compatible Trusted Platform Module (TPM) Security Device cannot be found on this computer. - - - - -The input or output buffer is too large. - - - - -The command was canceled. - - - - -The physical presence interface is not supported. - - - - -The TBS service has been started but is not yet running. - - - - -A new virtual resource could not be created because there are too many open -virtual resources. - - - - -A new context could not be created because there are too many open contexts. - - - - -The TBS service is not running and could not be started. - - - - -One or more context parameters is invalid. - - - - -An error occurred while communicating with the TPM. - - - - -A specified output buffer is too small. - - - - -The specified context handle does not refer to a valid context. - - - - -A specified output pointer is bad. - - - - -One or more input parameters is bad. - - - - -An internal software error has been detected. - - - - -The TPM is defending against dictionary attacks and is in a time-out period. - - - - -The TPM is currently executing a full selftest. - - - - -SelfTestFull has not been run. - - - - -The TPM is too busy to respond to the command immediately, but the command could be resubmitted at a later time. - - - - -The command within the transport is not supported. - - - - -The command within the transport was blocked. - - - - -The TPM returned a duplicate handle and the command needs to be resubmitted. - - - - -The specified handle was not found. - - - - -The command was blocked. - - - - -There is no room in the context list for additional contexts. - - - - -Bad signature of CMK ticket. - - - - -Attempt to revoke the EK and the EK is not revocable. - - - - -Incorrect migration authority. - - - - -Migration source incorrect. - - - - -Migration destination not authenticated. - - - - -Migration authority signature validation failure. - - - - -Too many contexts held by the TPM. - - - - -The context blob is invalid. - - - - -Delegation is not correct. - - - - -The handle is incorrect. - - - - -The consistency check on w has failed. - - - - -The issuer's validity check has detected an inconsistency. - - - - -The atomic process indicated by the submitted DAA command is not the expected process. - - - - -The consistency check on DAA_tpmSpecific has failed. - - - - -The consistency check on DAA_issuerSettings has failed. - - - - -The consistency check on DAA parameter inputData1 has failed. - - - - -The consistency check on DAA parameter inputData0 has failed. - - - - -The DAA command has no resources availble to execute the command. - - - - -Attempt to context save a owner evict controlled key. - - - - -There was a command executed outside of an exclusive transport session. - - - - -Delegation table management not enabled. - - - - -Attempt to manage a family other then the delegated family. - - - - -The delegate administration is locked. - - - - -The resource pointed to by context is not loaded. - - - - -No operator AuthData value is set. - - - - -The maximum number of NV writes without an owner has been exceeded. - - - - -The gap between saved context counts is too large. - - - - -The write is not a complete write of the area. - - - - -The counter handle is incorrect. - - - - -The key is under control of the TPM Owner and can only be evicted by the TPM Owner. - - - - -The structure tag and version are invalid or inconsistent. - - - - -The NV area attributes conflict. - - - - -The NV area has already been written to. - - - - -The family count value does not match. - - - - -There is no protection on the write to the NV area. - - - - -The NV area is read only and can't be written to. - - - - -The locality is incorrect for the attempted operation. - - - - -The NV area is locked and not writtable. - - - - -NV_LoadKey blob requires both owner and blob authorization. - - - - -Wrong operation to load an NV key. - - - - -The operation requires a signed command. - - - - -The permission to manipulate the NV storage is not available. - - - - -The command is attempting to use an invalid family ID. - - - - -The TPM is attempting to execute a command only available when in FIPS mode. - - - - -When saving context identified resource type does not match actual resource. - - - - -Make identity blob not properly typed. - - - - -Attempt to reset a PCR register that requires locality and locality modifier not part of command transport. - - - - -Attempt to reset a PCR register that does not have the resettable attribute. - - - - -TPM audit construction failed and the underlying command was returning success. - - - - -TPM audit construction failed and the underlying command was returning a failure code also. - - - - -The TPM does not allow for wrapped transport sessions. - - - - -The TPM cannot perform this version of the capability. - - - - -Either the physicalPresence or physicalPresenceLock bits have the wrong value. - - - - -A mode parameter is bad, such as capArea or subCapArea for TPM_GetCapability, phsicalPresence parameter for TPM_PhysicalPresence, or migrationType for TPM_CreateMigrationBlob. - - - - -The size of the data (or blob) parameter is bad or inconsistent with the referenced key. - - - - -The signature or encryption scheme for this key is incorrect or not permitted in this situation. - - - - -The migration properties of this key are incorrect. - - - - -The key properties in TPM_KEY_PARMs are not supported by this TPM. - - - - -Signed data cannot include additional DER information. - - - - -The command was received in the wrong sequence relative to TPM_Init and a subsequent TPM_Startup. - - - - -The submitted entity type is not allowed. - - - - -The usage of a key is not allowed. - - - - -The TPM does not have an Endorsement Key (EK) installed. - - - - -An invalid handle was used. - - - - -The decryption process did not complete. - - - - -The encryption process had a problem. - - - - -An IO error occurred transmitting information to the TPM. - - - - -The tag value sent to for a command is invalid. - - - - -The authorization for the second key in a 2 key function failed authorization. - - - - -Self-test has failed and the TPM has shutdown. - - - - -The calculation is unable to proceed because the existing SHA-1 thread has already encountered an error. - - - - -There is no existing SHA-1 thread. - - - - -The paramSize argument to the command has the incorrect value . - - - - -The named PCR value does not match the current PCR value. - - - - -The TPM does not have the space to perform the operation. - - - - -A random string was too short. - - - - -The TPM has insufficient internal resources to perform the requested action. - - - - -The Trusted Platform Module (TPM) already has an owner. - - - - -An encrypted blob is invalid or was not created by this TPM. - - - - -There is no Storage Root Key (SRK) set. - - - - -No room to load key. - - - - -PCR information could not be interpreted. - - - - -Migration authorization failed. - - - - -Unacceptable encryption scheme. - - - - -The key handle points to an invalid key. - - - - -The key handle cannot be intrepreted. - - - - -The ability to install an owner is disabled. - - - - -The ordinal was unknown or inconsistent. - - - - -The operation failed. - - - - -The target command has been disabled. - - - - -Enable the Trusted Platform Module (TPM). - - - - -Activate the Trusted Platform Module (TPM). - - - - -The clear disable flag is set and all clear operations now require physical access. - - - - -An operation completed successfully but the auditing of that operation failed. - - - - -One or more parameter is bad. - - - - -The index to a PCR, DIR or other register is incorrect. - - - - -Authentication failed. - - - - -This is an error mask to convert TPM hardware errors to win errors. - - - - -The function failed because the current session is changing its type. This function cannot be called when the current session is changing its type. There are currently three types of sessions: console, disconnected and remote (RDP or ICA). - - - - -An internal error caused an operation to fail. - - - - -An array passed to the function cannot hold all of the data that the function must copy into the array. - - - - -The function failed because the specified GDI device did not have any monitors associated with it. - - - - -The function failed because an invalid pointer parameter was passed to it. A pointer parameter is invalid if it is NULL, points to an invalid address, points to a kernel mode address, or is not correctly aligned. - - - - -This function does not support GDI mirroring display devices because GDI mirroring display devices do not have any physical monitors associated with them. - - - - -The function failed because the specified GDI display device was not attached to the Windows desktop. - - - - -This function cannot find an actual GDI display device which corresponds to the specified GDI display device name. - - - - -This function can only be used if a program is running in the local console session. It cannot be used if the program is running on a remote desktop session or on a terminal server session. - - - - -SetMonitorColorTemperature()'s caller passed a color temperature to it which the current monitor did not support. This error implies that the monitor violated the MCCS 2.0 or MCCS 2.0 Revision 1 specification. - - - - -The monitor returned an invalid monitor technology type. CRT, Plasma and LCD (TFT) are examples of monitor technology types. This error implies that the monitor violated the MCCS 2.0 or MCCS 2.0 Revision 1 specification. - - - - -The Monitor Configuration API only works with monitors which support the MCCS 1.0 specification, MCCS 2.0 specification or the MCCS 2.0 Revision 1 specification. - - - - -The MCCS version in a monitor's mccs_ver capability does not match the MCCS version the monitor reports when the VCP Version (0xDF) VCP code is used. - - - - -The monitor does not comply with the MCCS specification it claims to support. - - - - -The monitor's VCP Version (0xDF) VCP code returned an invalid version value. - - - - -A continuous VCP code's current value is greater than its maximum value. This error code indicates that a monitor returned an invalid value. - - - - -The operating system asynchronously destroyed the monitor which corresponds to this handle because the operating system's state changed. This error typically occurs because the monitor PDO associated with this handle was removed, the monitor PDO associated with this handle was stopped, or a display mode change occurred. A display mode change occurs when windows sends a WM_DISPLAYCHANGE windows message to applications. - - - - -This function failed because an invalid monitor handle was passed to it. - - - - -An error occurred because the checksum field in a DDC/CI message did not match the message's computed checksum value. This error implies that the data was corrupted while it was being transmitted from a monitor to a computer. - - - - -An error occurred because the field length of a DDC/CI message contained an invalid value. - - - - -An operation failed because a DDC/CI message had an invalid value in its command field. - - - - -An internal Monitor Configuration API error occured. - - - - -The monitor returned a DDC/CI capabilities string which did not comply with the ACCESS.bus 3.0, DDC/CI 1.1, or MCCS 2 Revision 1 specification. - - - - -The function failed because a monitor returned an invalid Timing Status byte when the operating system used the DDC/CI Get Timing Report & Timing Message command to get a timing report from a monitor. - - - - -The data received from the monitor is invalid. - - - - -The monitor does not support the specified VCP code. - - - - -An error occurred while receiving data from the device on the I2C bus. - - - - -An error occurred while transmitting data to the device on the I2C bus. - - - - -No device on the I2C bus has the specified address. - - - - -The monitor connected to the specified video output does not have an I2C bus. - - - - -The IOPMVideoOutput::Configure function returns this error code if the passed in sequence number is not the expected sequence number or the passed in OMAC value is invalid. - - - - -The IOPMVideoOutput::COPPCompatibleGetInformation or IOPMVideoOutput::Configure method failed because the display driver does not support the OPM_GET_ACP_AND_CGMSA_SIGNALING and OPM_SET_ACP_AND_CGMSA_SIGNALING GUIDs. - - - - -Either the IOPMVideoOutput::COPPCompatibleGetInformation, IOPMVideoOutput::GetInformation, or IOPMVideoOutput::Configure method failed. This error is only returned if a video output has COPP semantics. IOPMVideoOutput::COPPCompatibleGetInformation returns this error code if the caller requested OPM specific information. IOPMVideoOutput::GetInformation always returns this error if a video output has COPP semantics. IOPMVideoOutput::Configure returns this error when the caller tries to use an OPM specific command. - - - - -The method failed because an unexpected error occurred inside of a display driver. - - - - -The IOPMVideoOutput::GetInformation and IOPMVideoOutput::COPPCompatibleGetInformation methods return this error if the passed in sequence number is not the expected sequence number or the passed in OMAC value is invalid. - - - - -Either the IOPMVideoOutput::COPPCompatibleGetInformation, IOPMVideoOutput::GetInformation, or IOPMVideoOutput::Configure method failed. This error is only returned if a video output has OPM semantics. IOPMVideoOutput::COPPCompatibleGetInformation always returns this error if a video output has OPM semantics. IOPMVideoOutput::GetInformation returns this error code if the caller requested COPP specific information. IOPMVideoOutput::Configure returns this error when the caller tries to use a COPP specific command. - - - - -The method failed because the session is changing its type. No IOPMVideoOutput methods can be called when a session is changing its type. There are currently three types of sessions: console, disconnected and remote (RDP or ICA). - - - - -The operating system asynchronously destroyed this OPM video output because the operating system's state changed. This error typically occurs because the monitor PDO associated with this video output was removed, the monitor PDO associated with this video output was stopped, the video output's session became a non-console session or the video output's desktop became an inactive desktop. - - - - -The IOPMVideoOutput::Configure method cannot enable HDCP because the display adapter's HDCP hardware is already being used by other physical outputs. - - - - -The IOPMVideoOutput::Configure method cannot enable the specified output protection technology because the output's screen resolution is too high. - - - - -The IOPMVideoOutput::GetInformation method cannot return the version of the SRM being used because the application never successfully passed an SRM to the video output. - - - - -The video output cannot enable the Content Generation Management System Analogue (CGMS-A) protection technology because it does not support CGMS-A. - - - - -The video output cannot enable Analogue Copy Protection (ACP) because it does not support ACP. - - - - -The video output cannot enable the High-bandwidth Digital Content Protection (HDCP) System because it does not support HDCP. - - - - -The HDCP System Renewability Message passed to this function did not comply with section 5 of the HDCP 1.1 specification. - - - - -The function failed because the display adapter's Hardware Functionality Scan failed to validate the graphics hardware. - - - - -A video output could not be created because the frame buffer is in theater mode. - - - - -A video output could not be created because the frame buffer is in spanning mode. - - - - -A certificate could not be returned because the certificate buffer passed to the function was too small. - - - - -The function failed because the caller passed in an invalid OPM user mode handle. - - - - -An internal error caused this operation to fail. - - - - -The GDI display device passed to this function does not have any active video outputs. - - - - -The specified encrypted parameters are invalid. - - - - -The driver does not support UAB. - - - - -The driver does not support COPP. - - - - -The driver does not support OPM. - - - - -An operation is being attempted that requires the display adapter to be in a quiescent state. - - - - -Starting the adapter has been deferred temporarily. - - - - -The display adapter is being polled for children too frequently at the same polling level. - - - - -The driver trying to start is not the same as the driver for the POSTed display adapter. - - - - -Starting the leadlink adapter has been deferred temporarily. - - - - -The adapter link was found to be in an inconsistent state. Not all adapters are in an expected PNP/Power state. - - - - -An attempt was made to power up a lead link display adapter when the chain links were powered down. - - - - -An attempt was made to start a lead link display adapter when the chain links were not started yet. - - - - -The chain of linked adapters is not ready to start because of an unknown failure. - - - - -Some chain adapters in a linked configuration were not enumerated yet. - - - - -Lead adapter in a linked configuration was not enumerated yet. - - - - -The display adapter is not linked to any other adapters. - - - - -Child device presence was not reliably detected. - - - - -Specified display adapter child device does not support descriptor exposure. - - - - -Specified display adapter child device already has an external device connected to it. - - - - -Client VidPN is not set on this adapter (e.g. no user mode initiated mode changes took place on this adapter yet). - - - - -Specified client type was not recognized. - - - - -Miniport requested that augmentation be cancelled for the specified source of the specified VidPN's topology. - - - - -Maximum supported number of present paths has been reached. - - - - -Specified monitor frequency range constraint is invalid. - - - - -Specified monitor capability origin is invalid. - - - - -Specified mode pruning algorithm is invalid - - - - -Specified primary surface has a different private format attribute than the current primary surface - - - - -All available importance ordinals are already used in specified topology. - - - - -Topology changes are not allowed for the specified VidPN. - - - - -Specified scanline ordering type is invalid. - - - - -Specified content transformation is not pinned on the specified VidPN present path. - - - - -No more than one unassigned mode set can exist at any given time for a given VidPN source/target. - - - - -Specified VidPN present path copy protection type is invalid. - - - - -Specified VidPN present path content type is invalid. - - - - -Specified VidPN topology recommendation reason is invalid. - - - - -Specified data set (e.g. mode set, frequency range set, descriptor set, topology, etc.) does not contain any more elements. - - - - -Specified data set (e.g. mode set, frequency range set, descriptor set, topology, etc.) is empty. - - - - -Specified mode is not in the specified mode set. - - - - -Multi-sampling is not supported on the respective VidPN present path. - - - - -Specified gamma ramp is not supported on the respective VidPN present path. - - - - -Specified gamma ramp is invalid. - - - - -Specified content geometry transformation is not supported on the respective VidPN present path. - - - - -Specified VidPN present path content geometry transformation is invalid. - - - - -Specified VidPN present path importance ordinal is invalid. - - - - -Specified VidPN is active and cannot be accessed. - - - - -Specified VidPN source is already owned by a DMM client and cannot be used until that client releases it. - - - - -Failed to acquire display mode management interface. - - - - -Specified target is not part of the specified VidPN's topology. - - - - -Specified pixel value access mode is invalid. - - - - -Specified color basis is invalid. - - - - -Specified pixel format is invalid. - - - - -Specified stride is invalid. - - - - -Specified visible region size is invalid. - - - - -Specified primary surface size is invalid. - - - - -Specified source is not part of the specified VidPN's topology. - - - - -There is no monitor connected on the specified video present target. - - - - -Specified VidPN topology is stale. Please reacquire the new topology. - - - - -VidPN manager of the display adapter in question does not have an active VidPN. - - - - -Display adapter in question does not have an associated VidPN manager. - - - - -Newly arrived monitor could not be associated with a display adapter. - - - - -Specified VidPN source cannot be used because there is no available VidPN target to connect it to. - - - - -ID of the specified video present target is already used by another target in the set. - - - - -ID of the specified video present source is already used by another source in the set. - - - - -Two or more of the specified resources are not related to each other, as defined by the interface semantics. - - - - -Specified video present target subset type is invalid. - - - - -ID of the specified monitor descriptor is already used by another descriptor in the set. - - - - -Specified descriptor is already in the specified monitor descriptor set. - - - - -Specified descriptor is not in the specified monitor descriptor set. - - - - -Specified monitor descriptor is invalid. - - - - -Specified monitor descriptor set is invalid. - - - - -Display adapter must have at least one video present target. - - - - -Display adapter must have at least one video present source. - - - - -Specified present path is not in VidPN's topology. - - - - -Number of video present targets must be greater than or equal to the number of video present sources. - - - - -System failed to determine a mode that is supported by both the display adapter and the monitor connected to it. - - - - -ID of the specified mode is already used by another mode in the set. - - - - -Miniport does not have any recommendation regarding the request to provide a functional VidPN given the current display adapter configuration. - - - - -Specified monitor source mode is invalid. - - - - -Specified monitor source mode set is invalid. - - - - -Specified mode set is stale. Please reacquire the new mode set. - - - - -Specified frequency range is already in the specified monitor frequency range set. - - - - -Specified mode set does not specify preference for one of its modes. - - - - -Specified frequency range is not in the specified monitor frequency range set. - - - - -Specified monitor frequency range is invalid. - - - - -Specified monitor frequency range set is invalid. - - - - -Miniport has no recommendation for augmentation of the specified VidPN's topology. - - - - -Specified VidPN present path is invalid. - - - - -Specified video present target is already in the video present target set. - - - - -Specified video present source is already in the video present source set. - - - - -Specified video present target set is invalid. - - - - -Specified video present source set is invalid. - - - - -Specified mode is already in the mode set. - - - - -Specified video present path is already in VidPN's topology. - - - - -Pinned mode must remain in the set on VidPN's cofunctional modality enumeration. - - - - -Specified video present target mode is invalid. - - - - -Specified video present source mode is invalid. - - - - -Specified video signal total region is invalid. - - - - -Specified video signal active region is invalid. - - - - -Specified video signal frequency is invalid. - - - - -Specified VidPN target mode set is invalid. - - - - -Specified VidPN source mode set is invalid. - - - - -No mode is pinned on the specified VidPN source/target. - - - - -Specified VidPN modality is not supported (e.g. at least two of the pinned modes are not cofunctional). - - - - -Specified video present target is invalid. - - - - -Specified video present source is invalid. - - - - -Specified VidPN handle is invalid. - - - - -Specified VidPN topology is valid but is not supported by the display adapter at this time, due to current allocation of its resources. - - - - -Specified VidPN topology is valid but is not supported by this model of the display adapter. - - - - -Specified VidPN topology is invalid. - - - - -GPU exception is detected on the given device. The device is not able to be scheduled. - - - - -The specified allocation lost its content. - - - - -The allocation being referenced doesn't belong to the current device. - - - - -An invalid allocation handle is being referenced. - - - - -An invalid allocation instance is being referenced. - - - - -The allocation being referenced has been closed permanently. - - - - -A locked allocation can't be used in the current command buffer. - - - - -The allocation can't be used from it's current segment location for the specified operation. - - - - -The request failed because a pinned allocation can't be evicted. - - - - -The current allocation can't be unswizzled by an aperture. - - - - -No more unswizzling aperture are currently available. - - - - -The allocation is invalid. - - - - -A problem couldn't be solved due to some currently existing condition. The problem should be tried again immediately. - - - - -A problem couldn't be solved due to some currently existing condition. The problem should be tried again later. - - - - -An object being referenced has reach the maximum reference count already and can't be reference further. - - - - -The allocation is currently busy. - - - - -Couldn't probe and lock the underlying memory of an allocation. - - - - -Not enough video memory available to complete the operation. - - - - -Specified buffer is not big enough to contain entire requested dataset. Partial data populated upto the size of the buffer. -Caller needs to provide buffer of size as specified in the partially populated buffer's content (interface specific). - - - - -The kernel driver detected a version mismatch between it and the user mode driver. - - - - -Not able to present with color convertion - - - - -Not able to present due to denial of desktop access - - - - -Nothing to present due to desktop occlusion - - - - -Present happened but ended up into the changed desktop mode - - - - -The driver stack doesn't match the expected driver model. - - - - -Specified display adapter and all of its state has been reset. - - - - -Specified display adapter handle is invalid. - - - - -The driver needs more DMA buffer space in order to complete the requested operation. - - - - -Exclusive mode ownership is needed to create unmanaged primary allocation. - - - - -Monitor descriptor contains an invalid detailed timing block. - - - - -There is no monitor descriptor data at the specified (offset, size) region. - - - - -Provided monitor descriptor block is either corrupted or does not contain monitor's user friendly name. - - - - -Provided monitor descriptor block is either corrupted or does not contain monitor's detailed serial number. - - - - -WMI data block registration failed for one of the MSMonitorClass WMI subclasses. - - - - -Monitor descriptor contains an invalid standard timing block. - - - - -Checksum of the obtained monitor descriptor is invalid. - - - - -Format of the obtained monitor descriptor is not supported by this release. - - - - -Monitor descriptor could not be obtained. - - - - -{DWM is not queuing presents for the specified window} -The window specified is not currently using queued presents. - - - - -{No DWM redirection surface is available} -The DWM was unable to provide a redireciton surface to complete the DirectX present. - - - - -{Some desktop composition APIs are not supported while remoting} -The operation is not supported while running in a remote session. - - - - -{Desktop composition is disabled} -The operation could not be completed because desktop composition is disabled. - - - - -{Display Driver Stopped Responding} -The %hs display driver has stopped working normally. Save your work and reboot the system to restore full display functionality. -The next time you reboot the machine a dialog will be displayed giving you a chance to report this failure to Microsoft. - - - - -No waiter is present for the filter's reply to this message. - - - - -The specifiec context is already attached to another object - - - - -The specified Transaction Context is already enlisted in a transaction - - - - -The specified volume is already mounted. - - - - -The requested device object does not exist for the given volume. - - - - -The name requested was not found in Filter Manager's name cache and could not be retrieved from the file system. - - - - -An invalid parameter was specified during context registration. - - - - -No registered context allocation definition was found for the given request. - - - - -The system could not find the instance specified. - - - - -The system could not find the volume specified. - - - - -The system could not find the filter specified. - - - - -An instance already exists with this name on the volume specified. - - - - -An instance already exists at this altitude on the volume specified. - - - - -Do not detach the filter from the volume at this time. - - - - -Do not attach the filter to the volume at this time. - - - - -The callback data queue has been disabled. - - - - -A duplicate handler definition has been provided for an operation. - - - - -Non-paged pool must be used for this type of context. - - - - -The object specified for this action is in the process of being deleted, therefore the action requested cannot be completed at this time. - - - - -The Filter Manager had an internal error from which it cannot recover, therefore the operation has been failed. This is usually the result of a filter returning an invalid value from a pre-operation callback. - - - - -The filter must cleanup any operation specific context at this time because it is being removed from the system before the operation is completed by the lower drivers. - - - - -The filter is not ready for attachment to volumes because it has not finished initializing (FltStartFiltering has not been called). - - - - -The Filter Manager was not initialized when a filter tried to register. Make sure that the Filter Manager is getting loaded as a driver. - - - - -Posting this operation to a worker thread for further processing is not safe at this time because it could lead to a system deadlock. - - - - -An invalid name request was made. The name requested cannot be retrieved at this time. - - - - -Disallow the Fast IO path for this operation. - - - - -Asynchronous requests are not valid for this operation. - - - - -A context is already defined for this object. - - - - -A handler was not defined by the filter for this operation. - - - - -The IO was completed by a filter. - - - - -COM+ partitions are currently disabled. - - - - -The specified user cannot write to the system registry - - - - -The specified SAFER level is invalid. - - - - -Access is denied because the component is private. - - - - -Alas, Event Class components cannot be aliased. - - - - -The Base Application Partition exists in all partition sets and cannot be removed. - - - - -A private component cannot be moved (or copied) to a library application or to the base partition - - - - -A component cannot be moved (or copied) to the System Application, an application proxy or a non-changeable application - - - - -A component cannot be moved (or copied) from the System Application, an application proxy or a non-changeable application - - - - -Legacy components may not exist in non-base partitions. - - - - -Applications containing one or more legacy components may not be exported to 1.0 format. - - - - -Only Application Files (*.MSI files) can be installed into partitions. - - - - -Access to the specified partition is denied. - - - - -A recycled process may not be paused. - - - - -The partition specified as default is not a member of the partition set. - - - - -The ProgID provided to the copy operation is invalid. The ProgID is in use by another registered CLSID. - - - - -Library applications may not be NT services. - - - - -A paused process may not be recycled. - - - - -The process has already been recycled. - - - - -Applications running as NT services may not be recycled. - - - - -Library applications may not be recycled. - - - - -One or more users are already assigned to a local partition set. - - - - -COM+ applications that run as NT service may not be pooled or recycled - - - - -The partition(s) specified are not valid. - - - - -The specified application is not currently running - - - - -One of the specified objects cannot be found - - - - -One of the objects being inserted or updated does not belong to a valid parent collection - - - - -Cannot create a duplicate resource of type Distributed Transaction Coordinator - - - - -The message was requeued or moved by a user not in the "QC Trusted User" role - - - - -An unauthenticated message was received by an application that accepts only authenticated messages - - - - -The message is improperly formatted or was damaged in transit - - - - -Unable to marshal an interface that does not support IPersistStream - - - - -MSMQ is required for the requested operation and is not installed - - - - -At least one interface must be marked "queued" in order to create a queued component instance with the "queue" moniker - - - - -Only COM+ Applications marked "queued" can be invoked using the "queue" moniker - - - - -The COM+ Catalog Server threw an exception during execution - - - - -The application cannot be paused or resumed - - - - -There was a type mismatch between a binary and an application - - - - -A binary of unknown or invalid type was provided - - - - -There was a type mismatch between binaries - - - - -The schema version to be migrated could not be found in the COM+ registry database - - - - -This version of the COM+ registry database cannot be migrated - - - - -The COM+ registry database is already running - - - - -The COM+ registry database detected a system error - - - - -The COM+ registry database is not open - - - - -The COM+ registry database has not been initialized - - - - -The partition name is not unique and cannot be resolved to a partition id - - - - -The application name is not unique and cannot be resolved to an application id - - - - -Applications that contain one or more imported components cannot be installed into a non-base partition - - - - -The partition cannot be exported, because one or more components in the partition have the same file name - - - - -The partition cannot be deleted because it is the default partition for one or more users - - - - -The specified partition name is invalid. Check that the name contains at least one visible character - - - - -The specified partition name is already in use on this computer - - - - -You cannot start an application that has been disabled - - - - -This function is valid for the base partition only - - - - -Library applications and application proxies are incompatible - - - - -An event class cannot also be a subscriber component - - - - -Cannot subscribe to this component (the component may have been imported) - - - - -System application is not exportable - - - - -Failed to start application because it is either a library application or an application proxy - - - - -Application Proxy is not exportable - - - - -This operation is not enabled on this platform - - - - -You must have components in an application in order to start the application - - - - -A role assigned to a component, interface, or method did not exist in the application - - - - -A CLSID with the same GUID as the new application ID is already installed on this machine - - - - -This object is not poolable - - - - -Object was not found in registry - - - - -The property value is too large - - - - -The registration file is corrupt - - - - -The component already exists - - - - -The object you are attempting to add or rename already exists - - - - -One or more property settings are either invalid or in conflict with each other - - - - -The service is not installed - - - - -A component in the same DLL is already installed - - - - -The component registrar referenced in this file is not available - - - - -This operation cannot be performed on the system application - - - - -The system was unable to register the TypeLib - - - - -The component move failed because the destination application no longer exists - - - - -The component move was disallowed, because the source or destination application is either a system application or currently locked against changes - - - - -The server catalog version is not supported - - - - -The delete function has been disabled for this object - - - - -Changes to this object and its sub-objects have been disabled - - - - -The file does not contain components or component information - - - - -The TypeLib could not be loaded - - - - -The DLL does not support the components listed in the TypeLib - - - - -GetClassObject failed in the DLL - - - - -The DLL could not be loaded - - - - -The file does not exist - - - - -Errors occurred while in the component registrar - - - - -Application install directory not found - - - - -The registered TypeLib ID is not valid - - - - -DLL could not be loaded - - - - -No server file share available - - - - -DllRegisterServer failed on component install - - - - -Interface information is either missing or changed - - - - -Application file CLSIDs or IIDs do not match corresponding DLLs - - - - -The identity or password set on the application is not valid - - - - -Unable to set required authentication level for update request - - - - -The component's progID is missing or corrupt - - - - -The component's CLSID is missing or corrupt - - - - -One or more users in the application file are not valid - - - - -One or more users are not valid - - - - -An error occurred copying the file - - - - -The role already exists - - - - -The application is already installed - - - - -The file path is invalid - - - - -Invalid version number in application file - - - - -Error occurred reading the application file - - - - -Error occurred writing to the application file - - - - -The object is already registered - - - - -The object was not found in the catalog - - - - -One or more of the object's properties are missing or invalid - - - - -Errors occurred accessing one or more objects - the ErrorInfo collection may have more detail - - - - -The new cache item exceeds the maximum per-item size defined for the cache. - - - - -The requested cache item is too old and was deleted from the cache. - - - - -The requested item could not be found in the cache. - - - - -No PIN was presented to the smart card. - - - - -The action was cancelled by the user. - - - - -The end of the smart card file has been reached. - - - - -The card cannot be accessed because the maximum number of PIN entry attempts has been reached. - - - - -The card cannot be accessed because the wrong PIN was presented. - - - - -Access was denied because of a security violation. - - - - -The smart card has been removed, so that further communication is not possible. - - - - -The smart card has been reset, so any shared state information is invalid. - - - - -Power has been removed from the smart card, so that further communication is not possible. - - - - -The smart card is not responding to a reset. - - - - -The reader cannot communicate with the smart card, due to ATR configuration conflicts. - - - - -The Smart card resource manager is too busy to complete this operation. - - - - -The requested key container does not exist on the smart card. - - - - -A communications error with the smart card has been detected. Retry the operation. - - - - -Cannot find a smart card reader. - - - - -The requested certificate could not be obtained. - - - - -The requested certificate does not exist. - - - - -An unrecognized error code was returned from a layered component. - - - - -The supplied PIN is incorrect. - - - - -There was an error trying to set the smart card file object pointer. - - - - -The smartcard does not have enough memory to store the information. - - - - -Access is denied to this file. - - - - -The supplied path does not represent a smart card file. - - - - -The supplied path does not represent a smart card directory. - - - - -The identified file does not exist in the smart card. - - - - -The identified directory does not exist in the smart card. - - - - -This smart card does not support the requested feature. - - - - -The requested order of object creation is not supported. - - - - -No Primary Provider can be found for the smart card. - - - - -An unexpected card error has occurred. - - - - -The Smart card resource manager has shut down. - - - - -The Smart card resource manager is not running. - - - - -The smart card does not meet minimal requirements for support. - - - - -The reader driver did not produce a unique reader name. - - - - -The reader driver does not meet minimal requirements for support. - - - - -The PCI Receive buffer was too small. - - - - -The operation has been aborted to allow the server application to exit. - - - - -The specified reader is not currently available for use. - - - - -An attempt was made to end a non-existent transaction. - - - - -An ATR obtained from the registry is not a valid ATR string. - - - - -An internal error has been detected, but the source is unknown. - - - - -An internal communications error has been detected. - - - - -The action was cancelled by the system, presumably to log off or shut down. - - - - -One or more of the supplied parameters values could not be properly interpreted. - - - - -The reader or smart card is not ready to accept commands. - - - - -The requested protocols are incompatible with the protocol currently in use with the smart card. - - - - -The system could not dispose of the media in the requested manner. - - - - -The specified smart card name is not recognized. - - - - -The operation requires a Smart Card, but no Smart Card is currently in the device. - - - - -The smart card cannot be accessed because of other connections outstanding. - - - - -The user-specified timeout value has expired. - - - - -The specified reader name is not recognized. - - - - -The data buffer to receive returned data is too small for the returned data. - - - - -An internal consistency timer has expired. - - - - -Not enough memory available to complete this command. - - - - -Registry startup information is missing or invalid. - - - - -One or more of the supplied parameters could not be properly interpreted. - - - - -The supplied handle was invalid. - - - - -The action was cancelled by an SCardCancel request. - - - - -An internal consistency check failed. - - - - -No installed components were detected. - - - - -An unrecoverable stack overflow was encountered. - - - - -A problem was encountered while attempting to delete the driver from the store. - - - - -The hash for the file is not present in the specified catalog file. The file is likely corrupt or the victim of tampering. - - - - -The specified INF is the wrong type for this operation. - - - - -The installation of this driver is forbidden by system policy. Contact your system administrator. - - - - -The installation of this device is forbidden by system policy. Contact your system administrator. - - - - -A problem was encountered while attempting to add the driver to the store. - - - - -One of the installers for this device cannot perform the installation at this time. - - - - -The file may only be validated by a catalog signed via Authenticode(tm). - - - - -The software was tested for compliance with Windows Logo requirements on a different version of Windows, and may not be compatible with this version. - - - - -The publisher of an Authenticode(tm) signed catalog was not established as trusted. - - - - -The publisher of an Authenticode(tm) signed catalog has not yet been established as trusted. - - - - -The INF was signed with an Authenticode(tm) catalog from a trusted publisher. - - - - -Authenticode(tm) signature verification is not supported for the specified INF. - - - - -A file could not be verified because it does not have an associated catalog signed via Authenticode(tm). - - - - -The requested device install operation is obsolete. - - - - -One or more devices are presently installed using the specified INF. - - - - -The specified file is not an installed OEM INF. - - - - -The requested operation is not supported for a remote machine. - - - - -A problem was encountered when accessing the Plug and Play registry database. - - - - -An unknown exception was encountered. - - - - -The Security Configuration Editor (SCE) APIs have been disabled on this Embedded product. - - - - -An INF was copied into the Windows INF directory in an improper manner. - - - - -The operation involving unsigned file copying was rolled back, so that a system restore point could be set. - - - - -Operation not allowed in WOW64. - - - - -Driver is not intended for this platform. - - - - -Cannot copy to specified target. - - - - -The device could not be dynamically removed. - - - - -The device cannot be disabled. - - - - -An invalid attempt was made to use a device installation file queue for verification of digital signatures relative to other platforms. - - - - -The third-party INF does not contain digital signature information. - - - - -The driver selected for this device does not support Windows. - - - - -The driver selected for this device does not support Windows Vista. - - - - -One of the filter drivers installed for this device is invalid. - - - - -The class installer has denied the request to install or upgrade this device. - - - - -A logical configuration specified in this INF is invalid. - - - - -There is no icon that represents this device or device type. - - - - -There are no compatible drivers for this device. - - - - -The device's co-installer is invalid. - - - - -The device's co-installer has additional work to perform after installation is complete. - - - - -The requested device interface is not present in the system. - - - - -The property page provider registry entry is invalid. - - - - -The Plug and Play service is not available on the remote machine. - - - - -The machine selected for remote communication is not available at this time. - - - - -A general remote communication error occurred. - - - - -The specified machine name does not conform to UNC naming conventions. - - - - -The reference string supplied for this interface device is invalid. - - - - -This interface class does not exist in the system. - - - - -An interface installation section in this INF is invalid. - - - - -The operation cannot be performed because the device interface has been removed from the system. - - - - -The operation cannot be performed because the device interface is currently active. - - - - -There is presently no default device interface designated for this interface class. - - - - -The installation failed because a function driver was not specified for this device instance. - - - - -There is no class driver list for the device information element. - - - - -A service installation section in this INF is invalid. - - - - -The operation cannot be performed because the file queue is locked. - - - - -No class installer parameters have been set for the device information set or element. - - - - -The specified path does not contain any applicable device INFs. - - - - -The operation cannot be performed because the device information element is locked. - - - - -The operation cannot be performed because the device information set is locked. - - - - -There is no device information element currently selected for this device information set. - - - - -The specified hardware profile does not exist. - - - - -The operation does not require any files to be copied. - - - - -The class installer has indicated that the default action should be performed for this installation request. - - - - -The class installer registry entry is invalid. - - - - -The icon representing this install class cannot be loaded. - - - - -The device instance does not exist in the hardware tree. - - - - -The INF from which a driver list is to be built does not exist. - - - - -The device property code is invalid. - - - - -The operation cannot be performed on a device information element that has not been registered. - - - - -The device instance cannot be created because it already exists. - - - - -The install class is not present or is invalid. - - - - -The device instance name is invalid. - - - - -The requested device registry key does not exist. - - - - -There is no driver selected for the device information set or element. - - - - -An existing device was found that is a duplicate of the device being manually installed. - - - - -The INF or the device information set or element does not match the specified install class. - - - - -The INF or the device information set or element does not have an associated install class. - - - - -The files affected by the installation of this file queue have not been backed up for uninstall. - - - - -The required line was not found in the INF. - - - - -The required section was not found in the INF. - - - - -The style of the INF is different than what was requested. - - - - -The syntax of the INF is invalid. - - - - -An INF section was encountered whose name exceeds the maximum section name length. - - - - -A section name marker in the INF is not complete, or does not exist on a line by itself. - - - - -A non-empty line was encountered in the INF before the start of a section. - - - - -The certificate has an invalid name. The name is not included in the permitted list or is explicitly excluded. - - - - -The certificate has invalid policy. - - - - -A certification chain processed correctly, but one of the CA certificates is not trusted by the policy provider. - - - - -The certificate was explicitly marked as untrusted by the user. - - - - -The certificate is not valid for the requested usage. - - - - -The certificate's CN name does not match the passed value. - - - - -The revocation process could not continue - the certificate(s) could not be checked. - - - - -The certification path terminates with the test root which is not trusted with the current policy settings. - - - - -A certificate was explicitly revoked by its issuer. - - - - -Generic trust failure. - - - - -A certificate chain could not be built to a trusted root authority. - - - - -A certificate chain processed, but terminated in a root certificate which is not trusted by the trust provider. - - - - -A certificate is missing or has an empty value for an important field, such as a subject or issuer name. - - - - -A parent of a given certificate in fact did not issue that child certificate. - - - - -A certificate being used for a purpose other than the ones specified by its CA. - - - - -A certificate contains an unknown extension that is marked 'critical'. - - - - -A path length constraint in the certification chain has been violated. - - - - -A certificate that can only be used as an end-entity is being used as a CA or visa versa. - - - - -The validity periods of the certification chain do not nest correctly. - - - - -A required certificate is not within its validity period when verifying against the current system clock or the timestamp in the signed file. - - - - -No signature was present in the subject. - - - - -This object does not read and write self-sizing data. - - - - -The size of the indefinite-sized data could not be determined. - - - - -The size of the data could not be determined. - - - - -Unspecified cryptographic failure. - - - - -Reading / writing Extensions where Attributes are appropriate, and visa versa. - - - - -Error due to problem in ASN.1 decoding process. - - - - -Error due to problem in ASN.1 encoding process. - - - - -The subject is not trusted for the specified action. - - - - -The form specified for the subject is not one supported or known by the specified trust provider. - - - - -The trust verification action specified is not supported by the specified trust provider. - - - - -Unknown trust provider. - - - - -The requested credential requires confirmation. - - - - -Some kind of structural error. - - - - -A check failed in a partially constant table. - - - - -The structure of the DSIG table is incorrect. - - - - -There is a bad version number in the file. - - - - -A call to a CryptoAPI function failed. - - - - -Failed on a file operation (open, map, read, write). - - - - -The file is not an OpenType file. - - - - -The file did not pass the hints check. - - - - -The signature does not have the correct attributes for the policy. - - - - -The file checksum is incorrect. - - - - -A table checksum is incorrect. - - - - -File is too small to contain the last table. - - - - -Too many pad bytes between tables or pad bytes are not 0. - - - - -Two or more tables overlap. - - - - -First table does not appear after header information. - - - - -A table does not start on a long word boundary. - - - - -Duplicate table tags or tags out of alphabetical order. - - - - -The offset table has incorrect values. - - - - -The magic number in the head table is incorrect. - - - - -Could not find the head table in the file. - - - - -Could not retrieve an object from the file. - - - - -Tried to reference a part of the file outside the proper range. - - - - -The certificate does not meet or contain the Authenticode(tm) financial extensions. - - - - -A certificate's basic constraint extension has not been observed. - - - - -The digital signature of the object did not verify. - - - - -The timestamp signature and/or certificate could not be verified or is malformed. - - - - -The signature of the certificate cannot be verified. - - - - -One of the counter signatures was invalid. - - - - -The certificate for the signer of the message is invalid or not found. - - - - -A system-level error occurred while verifying trust. - - - - -Signing certificate cannot include SMIME extension. - - - - -There is a key archival hash mismatch between the request and the response. - - - - -An unexpected key archival hash attribute was found in the response. - - - - -The key archival hash attribute was not found in the response. - - - - -You cannot add the root CA certificate into your local store. - - - - -The key is not exportable. - - - - -The certificate template requires too many RA signatures. Only one RA signature is allowed. - - - - -The certificate template renewal period is longer than the certificate validity period. The template should be reconfigured or the CA certificate renewed. - - - - -One or more certificate templates to be enabled on this certification authority could not be found. - - - - -The EMail name is unavailable and cannot be added to the Subject or Subject Alternate name. - - - - -The public key does not meet the minimum size required by the specified certificate template. - - - - -The request includes a private key for archival by the server, but key archival is not enabled for the specified certificate template. - - - - -The DNS name is unavailable and cannot be added to the Subject Alternate name. - - - - -The Active Directory GUID is unavailable and cannot be added to the Subject Alternate name. - - - - -The UPN is unavailable and cannot be added to the Subject Alternate name. - - - - -The request is missing one or more required signature issuance policies. - - - - -One or more signatures did not include the required application or issuance policies. The request is missing one or more required valid signatures. - - - - -The request is missing one or more required signatures. - - - - -The request is missing required signature policy information. - - - - -The template is missing a required signature policy attribute. - - - - -The request template version is newer than the supported template version. - - - - -The request was made on behalf of a subject other than the caller. The certificate template must be configured to require at least one signature to authorize the request. - - - - -The request is missing a required SMIME capabilities extension. - - - - -The request is missing a required private key for archival by the server. - - - - -The request is missing a required Subject Alternate name extension. - - - - -The request contains conflicting template information. - - - - -The request contains no certificate template information. - - - - -The requested certificate template is not supported by this CA. - - - - -The contacted domain controller cannot support signed LDAP traffic. Update the domain controller or configure Certificate Services to use SSL for Active Directory access. - - - - -The permissions on the certificate template do not allow the current user to enroll for this type of certificate. - - - - -The permissions on this certification authority do not allow the current user to enroll for certificates. - - - - -A memory reference caused a data alignment fault. - - - - -An attempt was made to open a Certification Authority database session, but there are already too many active sessions. The server may need to be configured to allow additional sessions. - - - - -The request contains an invalid renewal certificate attribute. - - - - -At least one security principal must have the permission to manage this CA. - - - - -The request is incorrectly formatted. The encrypted private key must be in an unauthenticated attribute in an outermost signature. - - - - -Cannot archive private key. The certification authority could not verify one or more key recovery certificates. - - - - -Cannot archive private key. The certification authority is not configured for key archival. - - - - -The operation is denied. It can only be performed by a certificate manager that is allowed to manage certificates for the current requester. - - - - -The operation is denied. The user has multiple roles assigned and the certification authority is configured to enforce role separation. - - - - -The certificate contains an encoded length that is potentially incompatible with older enrollment software. - - - - -Certificate service has been suspended for a database restore operation. - - - - -The certification authority's certificate contains invalid data. - - - - -The requested property value is empty. - - - - -The request's current status does not allow this operation. - - - - -The request does not exist. - - - - -The request subject name is invalid or too long. - - - - -ASN1 end of data expected - - - - -ASN1 skipped unknown extension(s). - - - - -ASN1 not yet implemented. - - - - -ASN1 bad PDU type. - - - - -ASN1 bad unicode (UTF8). - - - - -ASN1 bad encoding rule. - - - - -ASN1 bad choice value. - - - - -ASN1 bad tag value met. - - - - -ASN1 bad real value. - - - - -ASN1 bad arguments to function call. - - - - -ASN1 function not supported for this PDU. - - - - -ASN1 buffer overflow. - - - - -ASN1 out of memory. - - - - -ASN1 constraint violated. - - - - -ASN1 value too large. - - - - -ASN1 corrupted data. - - - - -ASN1 unexpected end of data. - - - - -ASN1 internal encode or decode error. - - - - -ASN1 Certificate encode/decode error code base. -The ASN1 error values are offset by CRYPT_E_ASN1_ERROR. - - - - -OSS ASN.1 Error: Trace file error. - - - - -OSS ASN.1 Error: System resource error. - - - - -OSS ASN.1 Error: Program link error. - - - - -OSS ASN.1 Error: Program link error. - - - - -OSS ASN.1 Error: Program link error. - - - - -OSS ASN.1 Error: Program link error. - - - - -OSS ASN.1 Error: Program link error. - - - - -OSS ASN.1 Error: Program link error. - - - - -OSS ASN.1 Error: Program link error. - - - - -OSS ASN.1 Error: Program link error. - - - - -OSS ASN.1 Error: Program link error. - - - - -OSS ASN.1 Error: Program link error. - - - - -OSS ASN.1 Error: Program link error. - - - - -OSS ASN.1 Error: Program link error. - - - - -OSS ASN.1 Error: Program link error. - - - - -OSS ASN.1 Error: Program link error. - - - - -OSS ASN.1 Error: Invalid data. - - - - -OSS ASN.1 Error: Invalid data. - - - - -OSS ASN.1 Error: Trace file error. - - - - -OSS ASN.1 Error: Trace file error. - - - - -OSS ASN.1 Error: Program link error. - - - - -OSS ASN.1 Error: Function not implemented. - - - - -OSS ASN.1 Error: Trace file error. - - - - -OSS ASN.1 Error: Encode/Decode function not implemented. - - - - -OSS ASN.1 Error: Invalid data. - - - - -OSS ASN.1 Error: Invalid data. - - - - -OSS ASN.1 Error: Invalid data. - - - - -OSS ASN.1 Error: Multi-threading conflict. - - - - -OSS ASN.1 Error: Internal Error. - - - - -OSS ASN.1 Error: Invalid data. - - - - -OSS ASN.1 Error: Invalid data. - - - - -OSS ASN.1 Error: Invalid data. - - - - -OSS ASN.1 Error: Access violation. - - - - -OSS ASN.1 Error: Unsupported BER indefinite-length encoding. - - - - -OSS ASN.1 Error: Invalid data. - - - - -OSS ASN.1 Error: Invalid data. - - - - -OSS ASN.1 Error: Internal Error. - - - - -OSS ASN.1 Error: Encode/Decode Error. - - - - -OSS ASN.1 Error: Out of memory. - - - - -OSS ASN.1 Error: Encode/Decode version mismatch. - - - - -OSS ASN.1 Error: Invalid argument. - - - - -OSS ASN.1 Error: Invalid data. - - - - -OSS ASN.1 Error: Output buffer is too small, the decoded data has been truncated. - - - - -OSS ASN.1 Error: Unknown ASN.1 data type. - - - - -OSS ASN.1 Error: Signed integer is encoded as a unsigned integer. - - - - -OSS ASN.1 Error: Output Buffer is too small. - - - - -OSS Certificate encode/decode error code base -See asn1code.h for a definition of the OSS runtime errors. The OSS -error values are offset by CRYPT_E_OSS_ERROR. - - - - -The public key's algorithm parameters are missing. - - - - -None of the signers of the cryptographic message or certificate trust list is trusted. - - - - -The subject was not found in a Certificate Trust List (CTL). - - - - -Since the server was offline, the called function was unable to complete the usage check. - - - - -The called function was unable to do a usage check on the subject. - - - - -No DLL or exported function was found to verify subject usage. - - - - -The cryptographic operation failed due to a local security option setting. - - - - -The Put operation cannot continue. The file needs to be resized. However, there is already a signature present. A complete signing operation must be done. - - - - -The dwValueType for the CERT_NAME_VALUE is not one of the character strings. Most likely it is either a CERT_RDN_ENCODED_BLOB or CERT_TDN_OCTED_STRING. - - - - -The string contains an invalid X500 name attribute key, oid, value or delimiter. - - - - -The string contains a character not in the 7 bit ASCII character set. - - - - -The string contains a non-printable character. - - - - -The string contains a non-numeric character. - - - - -The certificate is not in the revocation server's database. - - - - -The revocation function was unable to check revocation because the revocation server was offline. - - - - -The revocation function was unable to check revocation for the certificate. - - - - -No Dll or exported function was found to verify revocation. - - - - -The certificate is revoked. - - - - -Final closure is pending until additional frees or closes. - - - - -The signed cryptographic message does not have a signer for the specified signer index. - - - - -Not a cryptographic message or the cryptographic message is not formatted correctly. - - - - -Cannot find the certificate and private key to use for decryption. - - - - -Cannot find the certificate and private key for decryption. - - - - -The certificate does not have a property that references a private key. - - - - -Cannot find the requested object. - - - - -The previous certificate or CRL context was deleted. - - - - -The specified certificate is self signed. - - - - -No provider was specified for the store or object. - - - - -The object or property already exists. - - - - -Cannot find object or property. - - - - -An error occurred while reading or writing to a file. - - - - -An error occurred during encode or decode operation. - - - - -The length specified for the output data was insufficient. - - - - -The protected data needs to be re-protected. - - - - -The streamed cryptographic message requires more data to complete the decode operation. - - - - -The streamed cryptographic message is not ready to return data. - - - - -The cryptographic message does not contain all of the requested attributes. - - - - -Cannot find the original signer. - - - - -Invalid issuer and/or serial number. - - - - -Invalid control type. - - - - -The enveloped-data message does not contain the specified recipient. - - - - -The content of the cryptographic message has not been decrypted yet. - - - - -The content of the cryptographic message has already been decrypted. - - - - -The index value is not valid. - - - - -The hash value is not correct. - - - - -The cryptographic message does not contain an expected authenticated attribute. - - - - -Unexpected cryptographic message encoding. - - - - -Invalid cryptographic message type. - - - - -The object identifier is poorly formatted. - - - - -Unknown cryptographic algorithm. - - - - -An error occurred while performing an operation on a cryptographic message. - - - - -The recipient rejected the renegotiation request. - - - - -Client policy does not allow credential delegation to target server with NLTM only authentication. - - - - -Client policy does not allow credential delegation to target server. - - - - -One or more of the parameters passed to the function was invalid. - - - - -A signature operation must be performed before the user can authenticate. - - - - -The domain controller certificate used for smartcard logon has been revoked. Please contact your system administrator with the contents of your system event log. - - - - -The domain controller certificate used for smartcard logon has expired. Please contact your system administrator with the contents of your system event log. - - - - -An untrusted certificate authority was detected while processing the domain controller certificate used for authentication. There is additional information in the system event log. Please contact your system administrator. - - - - -The revocation status of the domain controller certificate used for smartcard authentication could not be determined. There is additional information in the system event log. Please contact your system administrator. - - - - -An attempt was made by this server to make a Kerberos constrained delegation request for a target outside of the server's realm. This is not supported, and indicates a misconfiguration on this server's allowed to delegate to list. Please contact your administrator. - - - - -The Kerberos subsystem encountered an error. A service for user protocol request was made against a domain controller which does not support service for user. - - - - -The smartcard certificate used for authentication has expired. Please contact your system administrator. - - - - -The smartcard certificate used for authentication was not trusted. Please contact your system administrator. - - - - -The revocation status of the smartcard certificate used for -authentication could not be determined. Please contact your system administrator. - - - - -An untrusted certificate authority was detected While processing the smartcard certificate used for authentication. Please contact your system administrator. - - - - -The smartcard certificate used for authentication has been revoked. Please contact your system administrator. There may be additional information in the event log. - - - - -The system detected a possible attempt to compromise security. Please ensure that you can contact the server that authenticated you. - - - - -The certificate is not valid for the requested usage. - - - - - SEC_E_NO_KERB_KEY - - - - -The received certificate was mapped to multiple accounts. - - - - -Client's supplied SSPI channel bindings were incorrect. - - - - -The requested operation cannot be completed. The computer must be trusted for delegation and the current user account must be configured to allow delegation. - - - - -An unsupported preauthentication mechanism was presented to the kerberos package. - - - - -The encryption type requested is not supported by the KDC. - - - - -The KDC was unable to generate a referral for the service requested. - - - - -An invalid request was sent to the KDC. - - - - -A system shutdown is in progress. - - - - -Smartcard logon is required and was not used. - - - - -The client certificate does not contain a valid UPN, or does not match the client name -in the logon request. Please contact your administrator. - - - - -Expected to find PA data for a hint of what etype to use, but it was not found. - - - - -The KDC reply contained more than one principal name. - - - - -The other end of the security negotiation is requires strong crypto but it is not supported on the local machine. - - - - -The local machine must be a Kerberos KDC (domain controller) and it is not. - - - - -The number of maximum ticket referrals has been exceeded. - - - - -The crypto system or checksum function is invalid because a required function is unavailable. - - - - -The supplied credential handle does not match the credential associated with the security context. - - - - -Unable to accomplish the requested task because the local machine does not have any IP addresses. - - - - -The client is trying to negotiate a context and the server requires user-to-user but didn't send a TGT reply. - - - - -A security context was deleted before the context was completed. This is considered a logon failure. - - - - -The security context could not be established due to a failure in the requested quality of service (e.g. mutual authentication or delegation). - - - - -The client and server cannot communicate, because they do not possess a common algorithm. - - - - -The specified data could not be decrypted. - - - - -The specified data could not be encrypted. - - - - -The received certificate has expired. - - - - -An unknown error occurred while processing the certificate. - - - - -The message received was unexpected or badly formatted. - - - - -The certificate chain was issued by an authority that is not trusted. - - - - -The clocks on the client and server machines are skewed. - - - - -There is no LSA mode context associated with this context. - - - - -The target principal name is incorrect. - - - - -The context data must be renegotiated with the peer. - - - - -The credentials supplied were not complete, and could not be verified. Additional information can be returned from the context. - - - - -The buffers supplied to a function was too small. - - - - -The credentials supplied were not complete, and could not be verified. The context could not be initialized. - - - - -The supplied message is incomplete. The signature was not verified. - - - - -The context has expired and can no longer be used. - - - - -The context has expired and can no longer be used. - - - - -The requested security package does not exist - - - - -The logon was completed, but no network authority was available. The logon was made using locally known information - - - - -The function completed successfully, but both CompleteToken and this function must be called to complete the context - - - - -The function completed successfully, but CompleteToken must be called - - - - -The function completed successfully, but must be called again to complete the context - - - - -No authority could be contacted for authentication. - - - - -The message supplied for verification is out of sequence - - - - -The message or signature supplied for verification has been altered - - - - -No credentials are available in the security package - - - - -The credentials supplied to the package were not recognized - - - - -The logon attempt failed - - - - -The security context does not allow impersonation of the client - - - - -The per-message Quality of Protection is not supported by the security package - - - - -The security package is not able to marshall the logon buffer, so the logon attempt has failed - - - - -The token supplied to the function is invalid - - - - -The security package failed to initialize, and cannot be installed - - - - -The caller is not the owner of the desired credentials - - - - -The requested security package does not exist - - - - -The Local Security Authority cannot be contacted - - - - -The specified target is unknown or unreachable - - - - -The function requested is not supported - - - - -The handle specified is invalid - - - - -Not enough memory is available to complete this request - - - - -The cryptographic provider does not support HMAC. - - - - -This operation requires input from the user. - - - - -An internal consistency check failed. - - - - -The specified data could not be decrypted. - - - - -The supplied buffers overlap incorrectly. - - - - -No more data is available. - - - - -The requested operation is not supported. - - - - -The buffer supplied to a function was too small. - - - - -The parameter is incorrect. - - - - -The supplied handle is invalid. - - - - -The key parameters could not be set because the CSP uses fixed parameters. - - - - -The profile for the user is a temporary profile. - - - - -The security token does not have storage space available for an additional container. - - - - -Provider could not perform the action since the context was acquired as silent. - - - - -A base error occurred. - - - - -An internal error occurred. - - - - -The Keyset parameter is invalid. - - - - -Provider DLL could not be found. - - - - -Provider DLL failed to initialize correctly. - - - - -The digital signature file is corrupt. - - - - -Provider type does not match registered value. - - - - -Keyset as registered is invalid. - - - - -The keyset is not defined. - - - - -Provider type as registered is invalid. - - - - -Provider type not defined. - - - - -Keyset does not exist - - - - -Provider's public key is invalid. - - - - -Invalid provider type specified. - - - - -Invalid provider specified. - - - - -Data already encrypted. - - - - -Object was not found. - - - - -Access denied. - - - - -Object already exists. - - - - -Insufficient memory available for the operation. - - - - -Key does not exist. - - - - -Hash not valid for use in specified state. - - - - -Key not valid for use in specified state. - - - - -Invalid type specified. - - - - -Invalid flags specified. - - - - -Invalid algorithm specified. - - - - -Bad Version of provider. - - - - -Invalid Signature. - - - - -Bad Data. - - - - -Bad Length. - - - - -Bad Key. - - - - -Bad Hash. - - - - -Bad UID. - - - - -Business rule scripts are disabled for the calling application. - - - - -The SID filtering operation removed all SIDs. - - - - -The specified event is currently not being audited. - - - - -An internal error occurred. - - - - -Call Cancellation is disabled - - - - -The COM IAccessControl object is not initialized - - - - -Unable to decode the ACL in the stream provided by the user - - - - -Unable to open the access token of the server process - - - - -The version of ACL format in the stream is not supported by this implementation of IAccessControl - - - - -Not all the DENY_ACCESS ACEs are arranged in front of the GRANT_ACCESS ACEs in the stream. - - - - -The number of ACEs in an ACL exceeds the system limit. - - - - -Unable to close a serialization handle or a file handle. - - - - -Unable to create file - - - - -Unable to generate a uuid. - - - - -Path too long - - - - -Unable to obtain the Windows directory - - - - -Unable to set or reset a serialization handle - - - - -The system function, LookupAccountName, failed - - - - -Unable to find a trustee name that corresponds to a security identifier provided by the user - - - - -The system function, LookupAccountSID, failed - - - - -Unable to find a security identifier that corresponds to a trustee string provided by the user - - - - -Unable to convert a wide character trustee string to a multibyte trustee string - - - - -One of the security identifiers provided by the user was invalid - - - - -One of the trustee strings provided by the user did not conform to the <Domain>\<Name> syntax and it was not the "*" string - - - - -Either NetAccessDel or NetAccessAdd returned an error code. - - - - -The system function, AccessCheck, returned false - - - - -Unable to set a discretionary ACL into a security descriptor - - - - -Unable to obtain the client's security blanket - - - - -The client who called IAccessControl::IsAccessPermitted was not the trustee provided to the method - - - - -Unable to obtain user info from an access token - - - - -Unable to open the access token of the current thread - - - - -Unable to obtain server's security context - - - - -Unable to impersonate DCOM client - - - - -Principal name is not a valid MSSTD name. - - - - -Full subject issuer chain SSL principal name expected from the server. - - - - -There are no synchronize objects to wait on. - - - - -This operation returned because the timeout period expired. - - - - -No context is associated with this call. This happens for some custom marshalled calls and on the client side of the call. - - - - -The marshaled interface data packet (OBJREF) has an invalid or unknown format. - - - - -Remote calls are not allowed for this process. - - - - -Access is denied. - - - - -No security packages are installed on this machine or the user is not logged on or there are no compatible security packages between the client and server. - - - - -Security must be initialized before any interfaces are marshalled or unmarshalled. It cannot be changed once initialized. - - - - -Impersonate on unsecure calls is not supported. - - - - -Call context cannot be accessed after call completed. - - - - -OLE is waiting before retrying a request. - - - - -OLE has sent a request and is waiting for a reply. - - - - -The requested object does not exist. - - - - -The requested object or interface does not exist. - - - - -OLE received a packet with an invalid extension. - - - - -OLE received a packet with an invalid header. - - - - -The version of OLE on the client and server machines does not match. - - - - -CoInitialize has not been called on the current thread. - - - - -The application called an interface that was marshalled for a different thread. - - - - -An outgoing call cannot be made since the application is dispatching an input-synchronous call. - - - - -A call control interfaces was called with invalid data. - - - - -The message filter rejected the call. - - - - -The message filter indicated that the application is busy. - - - - -The object invoked chose not to process the call now. Try again later. - - - - -The object invoked has disconnected from its clients. - - - - -The method called does not exist on the server. - - - - -Cannot change thread mode after it is set. - - - - -The server threw an exception. - - - - -RPC could not call the server or could not return the results of calling the server. - - - - -The requested interface is not registered on the server object. - - - - -Attempted to make calls on more than one thread in single threaded mode. - - - - -Could not allocate some required resource (memory, events, ...) - - - - -System call failed. - - - - -The callee (server [not server application]) is not available and disappeared; all connections are invalid. The call did not execute. - - - - -There is no second outgoing call on same channel in DDE conversation. - - - - -A particular parameter is invalid and cannot be (un)marshalled. - - - - -Received data is invalid; could be server or client data. - - - - -The server (callee) cannot unmarshall the parameter data - low memory, etc. - - - - -The server (callee) cannot marshall the return data - low memory, etc. - - - - -The client (caller) cannot unmarshall the return data - low memory, etc. - - - - -The client (caller) cannot marshall the parameter data - low memory, etc. - - - - -The call was not transmitted properly; the message queue was full and was not emptied after yielding. - - - - -The data packet with the marshalled parameter data is incorrect. - - - - -The caller (client) disappeared while the callee (server) was processing a call. - - - - -The callee (server [not server application]) is not available and disappeared; all connections are invalid. The call may have executed. - - - - -The connection terminated or is in a bogus state and cannot be used any more. Other connections are still valid. - - - - -It is illegal to call out while inside message filter. - - - - -The caller is dispatching an asynchronous call and cannot make an outgoing call on behalf of this call. - - - - -The caller is dispatching an intertask SendMessage call and cannot call out via PostMessage. - - - - -Call was canceled by the message filter. - - - - -Call was rejected by callee. - - - - -Copy Protection Error - The drive's region setting may be permanent or the number of user resets has been exhausted. - - - - -Copy Protection Error - The current DVD's region does not correspond to the region setting of the drive. - - - - -Copy Protection Error - The read failed because the sector is encrypted. - - - - -Copy Protection Error - DVD session key not established. - - - - -Copy Protection Error - The given sector does not have a valid CSS key. - - - - -Copy Protection Error - DVD CSS Authentication failed. - - - - -Generic Copy Protection Error. - - - - -Consolidation of the storage file is inappropriate. (commit succeeded). - - - - -Consolidation of the storage file failed. (commit succeeded). - - - - -Multiple opens prevent consolidated. (commit succeeded). - - - - -The notified event sink will not influence the storage operation. - - - - -The storage operation should retry immediately. - - - - -The storage operation should block until more data is available. - - - - -The underlying file was converted to compound file format. - - - - -The file download has been terminated. - - - - -The file download was aborted abnormally. The file is incomplete. - - - - -The compound file was not created with the STGM_SIMPLE flag - - - - -The compound file is too large for the current implementation - - - - -OLE32.DLL has been loaded at the wrong address. - - - - -The docfile has been corrupted. - - - - -Illegal operation called on object with extant marshallings. - - - - -Illegal operation called on non-file based storage. - - - - -Share.exe or equivalent is required for operation. - - - - -The compound file %1 was produced with a newer version of storage. - - - - -The compound file %1 was produced with an incompatible version of storage. - - - - -Can't save. - - - - -Attempted to use an object that has ceased to exist. - - - - -The storage has been changed since the last commit. - - - - -Attempted to use an object that is busy. - - - - -Invalid flag error. - - - - -That function is not implemented. - - - - -An unexpected error occurred. - - - - -The name %1 is not valid. - - - - -The file %1 is not a valid compound file. - - - - -An API call exited abnormally. - - - - -Illegal write of non-simple property to simple property set. - - - - -There is insufficient disk space to complete operation. - - - - -Invalid parameter error. - - - - -%1 already exists. - - - - -A lock violation has occurred. - - - - -A share violation has occurred. - - - - -A disk error occurred during a read operation. - - - - -A disk error occurred during a write operation. - - - - -An error occurred during a seek operation. - - - - -Disk is write-protected. - - - - -There are no more entries to return. - - - - -Invalid pointer error. - - - - -There is insufficient memory available to complete operation. - - - - -Attempted an operation on an invalid object. - - - - -Access Denied. - - - - -There are insufficient resources to open another file. - - - - -The path %1 could not be found. - - - - -%1 could not be found. - - - - -Unable to perform requested operation. - - - - -Circular dependency between types/modules. - - - - -Inconsistent property functions. - - - - -Error loading type library/DLL. - - - - -Error creating unique tmp file. - - - - -I/O Error. - - - - -Invalid number of arguments. - - - - -Type mismatch. - - - - -Incorrect inheritance depth in standard OLE hmember. - - - - -Duplicate ID in inheritance hierarchy. - - - - -Size may not exceed 64K. - - - - -Wrong module kind for the operation. - - - - -Function not defined in specified DLL. - - - - -Unknown LCID. - - - - -Name already exists in the library. - - - - -Ambiguous name. - - - - -Element not found. - - - - -Type mismatch. - - - - -Invalid forward reference, or reference to uncompiled type. - - - - -Qualified name disallowed. - - - - -Bound to unknown type. - - - - -Library not registered. - - - - -Error accessing the OLE registry. - - - - -Old format or invalid type library. - - - - -Old format or invalid type library. - - - - -Field name not defined in the record. - - - - -Buffer too small. - - - - -Buffer too small - - - - -Division by zero. - - - - -Does not support a collection. - - - - -Invalid callee. - - - - -Parameter not optional. - - - - -Invalid number of parameters. - - - - -Memory is locked. - - - - -Unknown language. - - - - -Invalid index. - - - - -Out of present range. - - - - -Exception occurred. - - - - -Bad variable type. - - - - -No named arguments. - - - - -Unknown name. - - - - -Type mismatch. - - - - -Parameter not found. - - - - -Member not found. - - - - -Unknown interface. - - - - -The class is not configured to support Elevated activation. - - - - -The activation requires that the RunAs value for the application is Activate As Activator. - - - - -The activation requires a display name to be present under the CLSID key. - - - - -The specified machine name was not found in the cache. - - - - -Not all the requested interfaces were available - - - - -The requested allocation size was too large - - - - -An allocation chain contained an invalid link pointer - - - - -An invalid root block pointer was specified - - - - -Object server is stopping when OLE service contacts it - - - - -Moniker path could not be normalized - - - - -OLE service could not communicate with the object server - - - - -Server execution failed - - - - -Bad path to object - - - - -RPC communication failed with OLE service - - - - -OLE service could not bind object - - - - -Attempt to create a class object failed - - - - -The task settings do not allow the task to start on demand. - - - - -The task has properties that are not compatible with previous versions of Windows. - - - - -The task is disabled. - - - - -The Task Scheduler service has asked the task to run. - - - - -The Task Scheduler service attempted to run the task, but the task did not run due to one of the constraints in the task definition. - - - - -The Task Scheduler service is too busy to handle your request. Please try again later. - - - - -The Task Scheduler service is not available. - - - - -The task image is corrupt or has been tampered with. - - - - -The task will not run because the user is not logged on. - - - - -An instance of this task is already running. - - - - -The task cannot be started after the trigger's end boundary. - - - - -The task XML contains too many nodes of the same type. - - - - -The task is registered, but may fail to start. Batch logon privilege needs to be enabled for the task principal. - - - - -The task is registered, but not all specified triggers will start the task. - - - - -The task XML is malformed. - - - - -The task XML is missing a required element or attribute. - - - - -The task XML contains a value which is incorrectly formatted or out of range. - - - - -The task XML contains an element or attribute from an unexpected namespace. - - - - -The task XML contains an unexpected node. - - - - -The Task Scheduler Service is not running. - - - - -The task has been configured with an unsupported combination of account settings and run time options. - - - - -The task object version is either unsupported or invalid. - - - - -Task Scheduler security services are available only on Windows NT. - - - - -Corruption was detected in the Task Scheduler security database; the database has been reset. - - - - -Unable to establish existence of the account specified. - - - - -No account information could be found in the Task Scheduler security database for the task indicated. - - - - -The object is either an invalid task object or is not a task object. - - - - -The task object could not be opened. - - - - -The Task Scheduler Service is not installed on this computer. - - - - -There is no running instance of the task. - - - - -One or more of the properties that are needed to run this task have not been set. - - - - -Trigger not found. - - - - -Event triggers don't have set run times. - - - - -Either the task has no triggers or the existing triggers are disabled or not set. - - - - -The last run of the task was terminated by the user. - - - - -One or more of the properties that are needed to run this task on a schedule have not been set. - - - - -There are no more runs scheduled for this task. - - - - -The task has not yet run. - - - - -The task will not run at the scheduled times because it has been disabled. - - - - -The task is currently running. - - - - -The task is ready to run at its next scheduled time. - - - - -Moniker is already registered in running object table - - - - -Common prefix is both monikers - - - - -Common prefix is input moniker - - - - -Common prefix is this moniker - - - - -Moniker reduced to itself - - - - -Unable to convert OLESTREAM to IStorage - - - - -Message is too long; some of it had to be truncated before displaying - - - - -Invalid window handle passed - - - - -Verb number is valid but verb cannot be done now - - - - -Invalid verb for OLE object - - - - -Some cache(s) not updated - - - - -Same cache - - - - -FORMATETC not supported - - - - -View is already frozen - - - - -Data has same FORMATETC - - - - -Use the default cursor - - - - -Drag-drop operation canceled - - - - -Successful drop took place - - - - -Macintosh clipboard format - - - - -Success, but static - - - - -Use the registry database to provide the requested information - - - - -The component made a call to EnterTransactionScope, but did not make a corresponding call to ExitTransactionScope before returning. - - - - -The component attempted to make a cross-context call between invocations of EnterTransactionScopeand ExitTransactionScope. This is not allowed. Cross-context calls cannot be made while inside of a transaction scope. - - - - -The TxIsolation Level property for the COM+ component being created is stronger than the TxIsolationLevel for the "root" component for the transaction. The creation failed. - - - - -The COM+ component requires synchronization, and it is not configured for it. - - - - -The COM+ component you created must use object construction to work correctly. - - - - -The COM+ component you created must use object pooling to work. - - - - -An attempt to use a database generated a database specific error. - - - - -An attempt to write a cookie failed. - - - - -IIS intrinsics not available. Start your work with IIS. - - - - -The components threading model has changed after install into a COM+ Application. Please re-install component. - - - - -The requested operation requires that the current context have a Transaction, and it does not - - - - -The requested operation requires that JIT be in the current context and it is not - - - - -COM+ Activation failed because an initialization function failed. Check the event log for more information. - - - - -COM+ activation failed because the activation could not be completed in the specified amount of time. - - - - -COM+ Activation failed due to a catalog or configuration error. - - - - -COM+ Activation failed. Check the event log for more information - - - - -An unexpected error occurred during COM+ Activation. - - - - -COM+ was unable to talk to the Microsoft Distributed Transaction Coordinator - - - - -The specified role was not configured for the application - - - - -You made a method call on a COM+ component that has a transaction that has already committed or aborted. - - - - -The component is configured to use synchronization and a thread has timed out waiting to enter the context. - - - - -The component is configured to use synchronization and this method call would cause a deadlock to occur. - - - - -There is no MTS object context - - - - -You made a method call on a COM+ component that has a transaction that has already aborted or in the process of aborting. - - - - -The root transaction wanted to commit, but transaction aborted - - - - -The resource manager has requested to be the coordinator (last resource manager) for the transaction. - - - - -The local transaction has not aborted. - - - - -The resource manager has performed a single-phase commit of the transaction. - - - - -An abort operation was already in progress. - - - - -The transaction was successfully aborted. However, the abort was non-retaining. - - - - -The sink is for the moment and wishes the transaction to proceed, but if other changes are made following this return by other event sinks then this sink wants another chance to look - - - - -The sink is content and wishes the transaction to proceed. Changes were made to one or more resources during this call. - - - - -No changes were made during this call, but the sink wants another chance to look if any other sinks make further changes. - - - - -The transaction was successfully aborted. However, this is a coordinated transaction, and some number of enlisted resources were aborted outright because they could not support abort-retaining semantics - - - - -The method call succeeded because the transaction was read-only. - - - - - XACT_S_DEFECT - - - - -An asynchronous operation was specified. The operation has begun, but its outcome is not known yet. - - - - - XACT_E_REPLAYREQUEST - - - - - XACT_E_INVALIDLSN - - - - - XACT_E_TRANSACTIONCLOSED - - - - - XACT_E_RECOVERYINPROGRESS - - - - - XACT_E_CLERKEXISTS - - - - - XACT_E_CLERKNOTFOUND - - - - -The local transaction has aborted. - - - - -MSDTC was unable to load the dtc proxy dll. - - - - -MSDTC was unable to read its configuration information. - - - - -The transaction manager has disabled its support for XA transactions. - - - - -The partner transaction manager has disabled its support for remote/network transactions. - - - - -The transaction manager has disabled its support for remote/network transactions. - - - - -The Transaction Manager has disabled its support for TIP. - - - - -The Transaction Manager on the destination machine is not available. - - - - -This transaction manager could not propagate a transaction from another TIP transaction manager. - - - - -This transaction manager encountered a protocol error with another TIP transaction manager. - - - - -This transaction manager failed to establish a connection with another TIP transaction manager. - - - - -Resource manager reenlistment to determine transaction status timed out. - - - - -A request to establish a connection with the transaction manager was denied. - - - - -A connection with the transaction manager was lost. - - - - -The Transaction Manager is not available. - - - - -The Transaction Manager returned a log full error. - - - - -The transaction has already been aborted. - - - - -The requested operation is already in progress for the transaction. - - - - -A time-out was specified, but time-outs are not supported. - - - - -The transaction status is in doubt. A communication failure occurred, or a transaction manager or resource manager has failed - - - - -The transaction cookie is invalid. - - - - -An import object for the transaction could not be found. - - - - -An enlistment in a transaction already exists. - - - - -The indicated unit of work does not match the unit of work expected by the resource manager. - - - - -This method was called in the wrong state - - - - -The resource manager id is not associated with this transaction or the transaction manager. - - - - -An invalid combination of flags was specified - - - - -The transaction has already been implicitly or explicitly committed or aborted - - - - -The transaction failed to commit due to the failure of optimistic concurrency control in at least one of the resource managers. - - - - -There is no resource presently associated with this enlistment - - - - -The requested semantics of retention of isolation across retaining commit and abort boundaries cannot be supported by this transaction implementation, or isoFlags was not equal to zero. - - - - -Unable to enlist in the transaction. - - - - -The transaction manager doesn't support an asynchronous operation for this method. - - - - -The requested isolation level is not valid or supported. - - - - -Some of the states of the resource may have been committed while others may have been aborted, likely because of heuristic decisions. - - - - -Some of the states of the resource were committed while others were aborted, likely because of heuristic decisions. - - - - -Instead of aborting, the resource heuristically committed. - - - - -Instead of committing, the resource heuristically aborted. - - - - -Cannot call commit on this transaction object because the calling application did not initiate the transaction. - - - - -The transaction failed to commit for an unknown reason. The transaction was aborted. - - - - -A retaining commit or abort is not supported - - - - -Another single phase resource manager has already been enlisted in this transaction. - - - - -The owner of the PerUser subscription is not logged on to the system specified - - - - -The event class for this subscription is in an invalid partition - - - - -Cannot modify or delete an object that was added using the COM+ Admin SDK - - - - -Cannot modify or delete an object that was not added using the COM+ Admin SDK - - - - -COM+ is required for this operation, but is not installed - - - - -Not all the objects requested could be removed - - - - -A subscription cannot be stored unless its event class already exists - - - - -An interface has too many methods to fire events from - - - - -A user-supplied component or subscriber raised an exception - - - - -The owner SID on a per-user subscription doesn't exist - - - - -An unexpected internal error was detected - - - - -An unexpected exception was raised - - - - -An invalid field name was used in a query string - - - - -A syntax error occurred trying to evaluate a query string - - - - -An event was delivered but there were no subscribers - - - - -An event was unable to invoke any of the subscribers - - - - -An event was able to invoke some but not all of the subscribers - - - - -Object has been released - - - - -Application was launched but it didn't register a class factory - - - - -Object is not connected to server - - - - -Object is already registered - - - - -Object is not registered - - - - -Wrong OS or OS version for application - - - - -Error in the DLL - - - - -DLL for class not found - - - - -Some error in application program - - - - -Application cannot be run more than once - - - - -Application not found - - - - -Invalid interface string - - - - -Invalid class string - - - - -Class of object cannot be determined - - - - -CoInitialize has already been called. - - - - -CoInitialize has not been called. - - - - -Moniker could not be enumerated - - - - -No common prefix - - - - -Moniker does not refer to storage - - - - -Moniker class has no inverse - - - - -User input required for operation to succeed - - - - -Moniker cannot open file - - - - -Moniker is not bound - - - - -Moniker is not bindable - - - - -Intermediate operation failed - - - - -Bad extension for file - - - - -No object for moniker - - - - -Invalid syntax - - - - -Operation unavailable - - - - -Moniker needs to be generic - - - - -Operation exceeded deadline - - - - -Moniker needs to be connected manually - - - - -CloseClipboard Failed - - - - -Data on clipboard is invalid - - - - -SetClipboard Failed - - - - -EmptyClipboard Failed - - - - -OpenClipboard Failed - - - - -There was an error in a Windows GDI call while converting the DIB to a bitmap. - - - - -Contents of IStorage is missing one of the standard streams - - - - -Contents of the IStorage not in correct format - - - - -There was an error in a Windows GDI call while converting the bitmap to a DIB - - - - -Contents of the OLESTREAM not in correct format - - - - -OLESTREAM Put method failed - - - - -OLESTREAM Get method failed - - - - -Space for tools is not available - - - - -Undo is not available - - - - -Invalid verb for OLE object - - - - -No verbs for OLE object - - - - -Cache not updated - - - - -An error occurred in the software installation data in the Active Directory. - - - - -The schema for the software installation data in the Active Directory does not match the required schema. - - - - -The size of this object exceeds the maximum size set by the Administrator. - - - - -A network error interrupted the operation. - - - - -The path to the software installation data in the Active Directory is not correct. - - - - -The software installation data object in the Active Directory already exists. - - - - -There is no software installation data object in the Active Directory. - - - - -There is no software installation data in the Active Directory. - - - - -The software installation data in the Active Directory is corrupt. - - - - -The CLSID was not found in the software installation data in the Active Directory. - - - - -Deleting this will break the referential integrity of the software installation data in the Active Directory. - - - - -No package in the software installation data in the Active Directory meets this criteria. - - - - -Description not found - - - - -CATID does not exist - - - - -Threading model entry is not valid - - - - -Interface not registered - - - - -Class not registered - - - - -Invalid value for registry - - - - -Could not find the key in the registry - - - - -Could not write key to registry - - - - -Could not read key from registry - - - - -Error drawing view - - - - -Class is not licensed for use - - - - -ClassFactory cannot supply requested class - - - - -Class does not support aggregation (or class object is remote) - - - - -Invalid window handle - - - - -This window has already been registered as a drop target - - - - -Trying to revoke a drop target that has not been registered - - - - -Object doesn't support IViewObject interface - - - - -tdSize parameter of the DVTARGETDEVICE structure is invalid - - - - -Invalid aspect(s) - - - - -Invalid clipboard format - - - - -Invalid tymed - - - - -Invalid lindex - - - - -Invalid STATDATA structure - - - - -Invalid STDGMEDIUM structure - - - - -Invalid DVTARGETDEVICE structure - - - - -Invalid FORMATETC structure - - - - -Not able to perform the operation because object is not given storage yet - - - - -Not able to convert object - - - - -Object is not in any of the inplace active states - - - - -Invalid window handle - - - - -compobj.dll is too old for the ole2.dll initialized - - - - -Invalid rectangle - - - - -User canceled out of save dialog - - - - -Object is static; operation not allowed - - - - -Not able to bind to the source - - - - -Not able to get the moniker of the object - - - - -Linked object's source class has changed - - - - -Uninitialized object - - - - -There is no cache to operate on - - - - -Need to run the object to perform this operation - - - - -There is no connection for this connection ID - - - - -This implementation doesn't take advises - - - - -Can't enumerate any more, because the associated data is missing - - - - -Invalid advise flags - - - - -Invalid OLEVERB structure - - - - -The server principal name (SPN) obtained during security negotiation is malformed. - - - - -The provided side-by-side configuration is invalid - - - - -The provided thread pool configuration is invalid - - - - -The provided tracker configuration is invalid - - - - -Unable to complete the call since there is no COM+ security context inside IObjectControl.Activate. - - - - -The server started, but did not finish initializing in a timely fashion. - - - - -The thread-pool rejected the submitted asynchronous work. - - - - -The common language runtime is not available - - - - -The component or application containing the component has been disabled. - - - - -Activations on the server are not paused. - - - - -Activations on the server are paused. - - - - -The specified activation could not occur in the client context as specified. - - - - -A Microsoft Software Installer error was encountered. - - - - -A dll must be loaded. - - - - -The operation attempted is not supported. - - - - -The registration information for this interface is inconsistent or incomplete. - - - - -The registration information for this server is inconsistent or incomplete. - - - - -The server did not respond after being launched. - - - - -This computer was unable to communicate with the computer providing the server. - - - - -The service providing this server could not be started. - - - - -The client is not allowed to launch this server. - - - - -The server process could not be started because the configured identity is incorrect. Check the username and password. - - - - -The server process could not be started as the configured identity. The pathname may be incorrect or unavailable. - - - - -The server process could not be started. The pathname may be incorrect. - - - - -A RunAs specification must be <domain name>\<user name> or simply <user name> - - - - -Use of Ole1 services requiring DDE windows is disabled - - - - -The class is configured to run as a security id different from the caller - - - - -A Remote activation was necessary but the server name provided was invalid - - - - -A Remote activation was necessary but was not allowed - - - - -There was an attempt to call CoInitialize a second time while single threaded - - - - -Failure attempting to launch OLE service - - - - -Unable to map view of file for OLE service - - - - -The OLE service file mapping already exists - - - - -The OLE service mutex already exists - - - - -The user supplied memory allocator is unacceptable - - - - -Could not allocate thread local storage channel control - - - - -Cannot set thread local storage channel control - - - - -Unable to initialize RPC services - - - - -Unable to initialize class cache - - - - -Get memory allocator failure - - - - -Get shared memory allocator failure - - - - -Thread local storage failure - - - - -The data necessary to complete this operation is not yet available. - - - - -General access denied error - - - - -Unspecified error - - - - -Operation aborted - - - - -Invalid handle - - - - -Invalid pointer - - - - -No such interface supported - - - - -One or more arguments are invalid - - - - -Ran out of memory - - - - -Not implemented - - - - -Catastrophic failure - - - - -The requested system device cannot be found. - - - - -The requested system device cannot be identified due to multiple indistinguishable devices potentially matching the identification criteria. - - - - -The caller of SetMonitorColorTemperature specified a color temperature that the current monitor did not support. This error implies that the monitor violated the MCCS 2.0 or MCCS 2.0 Revision 1 specification. - - - - -The monitor returned an invalid monitor technology type. CRT, Plasma and LCD (TFT) are examples of monitor technology types. This error implies that the monitor violated the MCCS 2.0 or MCCS 2.0 Revision 1 specification. - - - - -An internal Monitor Configuration API error occurred. - - - - -The Monitor Configuration API only works with monitors that support the MCCS 1.0 specification, MCCS 2.0 specification or the MCCS 2.0 Revision 1 specification. - - - - -The MCCS version in a monitor's mccs_ver capability does not match the MCCS version the monitor reports when the VCP Version (0xDF) VCP code is used. - - - - -The monitor does not comply with the MCCS specification it claims to support. - - - - -The monitor's VCP Version (0xDF) VCP code returned an invalid version value. - - - - -The monitor returned a DDC/CI capabilities string that did not comply with the ACCESS.bus 3.0, DDC/CI 1.1 or MCCS 2 Revision 1 specification. - - - - -Locale installation failed. - - - - -UI language installation failed. - - - - -User stopped resource enumeration. - - - - -The resource loader cache doesn't have loaded MUI entry. - - - - -The RC Manifest has invalid ultimatefallback name. - - - - -The RC Manifest has invalid culture name. - - - - -The RC Manifest is corrupted with garbage data or unsupported version or missing required item. - - - - -The resource loader failed to load MUI file because the file fail to pass validation. - - - - -The resource loader failed to find MUI file. - - - - -No active channel is found for the query. - - - - -The credential used by this subscription can't be found in credential store. - - - - -The credential store that is used to save credentials is full. - - - - -When forwarding events from local machine to itself, the query of the subscription can't contain target log of the subscription. - - - - -The log of the subscription is in disabled state, and can not be used to forward events to. The log must first be enabled before the subscription can be activated. - - - - -The subscription fails to activate. - - - - -Attempted to create a numeric type that is outside of its valid range. - - - - -The publisher has been disabled and its resource is not avaiable. This -usually occurs when the publisher is in the process of being uninstalled -or upgraded. - - - - -The channel at index %1!d! of the query can't be opened. - - - - -The resource is too new to be compatible. - - - - -The resource is too old to be compatible. - - - - -The locale specific resource for the desired message is not present. - - - - -The event definition could not be found for event id (%1). - - - - -The maximum number of replacements has been reached. - - - - -The description string for parameter reference (%1) could not be found. - - - - -The substitution string for insert index (%1) could not be found. - - - - -The message id for the desired message could not be found. - - - - -the message resource is present but the message is not found in the string/message table - - - - -The xpath expression exceeded supported complexity. Please symplify it or split it into two or more simple expressions. - - - - -The channel fails to activate. - - - - -Publisher property %1!s! contains invalid value. The value has invalid type, is outside of valid range, can't be updated or is not supported by this type of publisher. - - - - -Channel property %1!s! contains invalid value. The value has invalid type, is outside of valid range, can't be updated or is not supported by this type of channel. - - - - -The requested operation cannot be performed over an enabled direct channel. The channel must first be disabled before performing the requested operation. - - - - -The token encountered was unexpected. - - - - -This operator is unsupported by this implementation of the filter. - - - - -A syntax error occurred at position %1!d! - - - - -This data type is currently unsupported. - - - - -A step operation must involve either a node test or, in the case of a predicate, an algebraic expression against which to test each node in the node set identified by the preceeding node set can be evaluated. - - - - -Left hand side arguments to binary operators must be either attributes, nodes or variables and right hand side arguments must be constants. - - - - -Can't perform a step operation from a term that does not represent an element set. - - - - -An expression can only be followed by a change of scope operation if it itself evaluates to a node set and is not already part of some other change of scope operation. - - - - -Registered MSXML doesn't support validation. - - - - -Query result is currently at an invalid position. - - - - -The query result is stale / invalid. This may be due to the log being cleared or rolling over after the query result was created. Users should handle this code by releasing the query result object and reissuing the query. - - - - -Configuration error. - - - - -The caller is trying to subscribe to a direct channel which is not allowed. The events for a direct channel go directly to a logfile and cannot be subscribed to. - - - - -The specified xml text was not well-formed. See Extended Error for more details. - - - - -The specified channel could not be found. Check channel configuration. - - - - -The event data raised by the publisher is not compatible with the event template definition in the publisher's manifest - - - - -The specified publisher name is invalid. - - - - -The template for an event definition cannot be found in the resource (error = %1). - - - - -The publisher metadata cannot be found in the resource. - - - - -The specified query is invalid. - - - - -The specified channel path is invalid. - - - - -A component is missing file verification information in its manifest. - - - - -A generic command executable returned a result that indicates failure. - - - - -The SMI primitive installer failed during setup or servicing. - - - - -One or more required members of the transaction are not present. - - - - -The setting is not registered. - - - - -The size of the manifest exceeds the maximum allowed. - - - - -The file is not a part of the assembly. - - - - -The assembly is not a deployment. - - - - -The component identities are different. - - - - -The identities of the manifests are identical but their contents are different. - - - - -The character encoding in the XML declaration did not match the encoding used in the document. - - - - -An advanced installer failed during setup or servicing. - - - - -The component store has been corrupted. - - - - -The component must be locked before making the request. - - - - -A substitution string had no mapping. - - - - -The public key token does not correspond to the public key specified. - - - - -A string containing localized substitutable content was malformed. Either a dollar sign ($) was follwed by something other than a left parenthesis or another dollar sign or an substitution's right parenthesis was not found. - - - - -The identity string is malformed. This may be due to a trailing comma, more than two unnamed attributes, missing attribute name or missing attribute value. - - - - -An identity contains two definitions for the same attribute. - - - - -The name of an attribute in an identity is not within the legal range. - - - - -The value of an attribute in an identity is not within the legal range. - - - - -The activation context of system default assembly could not be generated. - - - - -A kernel mode component is releasing a reference on an activation context. - - - - -A component used by the isolation facility has requested to terminate the process. - - - - -The activation context being deactivated has already been deactivated. - - - - -The activation context being deactivated is not active for the current thread of execution. - - - - -The activation context being deactivated is not the most recently activated one. - - - - -The application isolation metadata for this process or thread has become corrupt. - - - - -The activation context activation stack for the running thread of execution is corrupt. - - - - -The referenced assembly could not be found. - - - - -The supplied assembly identity has one or more attribute names that contain characters not permitted in XML names. - - - - -The supplied assembly identity is missing one or more attributes which must be present in this context. - - - - -Assembly Protection Error : The catalog for an assembly is missing. - - - - -An HRESULT could not be translated to a corresponding Win32 error code. - - - - -Assembly Protection Error : The catalog for an assembly is not valid, or does not match the assembly's manifest. - - - - -Assembly Protection Error : The public key for an assembly was too short to be allowed. - - - - -Assembly Protection Error : Unable to recover the specified assembly. - - - - -Manifest Parse Error : Missing equals sign between attribute and attribute value. - - - - -Manifest Parse Error : Invalid version number. - - - - -Manifest Parse Error : The standalone attribute cannot be used in external entities. - - - - -Manifest Parse Error : The standalone attribute must have the value 'yes' or 'no'. - - - - -Manifest Parse Error : The name 'xml' is reserved and must be lower case. - - - - -Manifest Parse Error : Switch from current encoding to specified encoding not supported. - - - - -Manifest Parse Error : System does not support the specified encoding. - - - - -Manifest Parse Error : The namespace prefix is not allowed to start with the reserved string "xml". - - - - -Manifest Parse Error : A CDATA section was not closed. - - - - -Manifest Parse Error : A declaration was not closed. - - - - -Manifest Parse Error : A comment was not closed. - - - - -Manifest Parse Error : A string literal was not closed. - - - - -Manifest Parse Error : End element was missing the character '>'. - - - - -Manifest Parse Error : Element was not closed. - - - - -Manifest Parse Error : Parameter entities cannot be used inside markup declarations in an internal subset. - - - - -Manifest Parse Error : Unexpected end of file. - - - - -Manifest Parse Error : XML document must have a top level element. - - - - -Manifest Parse Error : Invalid xml declaration. - - - - -Manifest Parse Error : Invalid at the top level of the document. - - - - -Manifest Parse Error : Only one top level element is allowed in an XML document. - - - - -Manifest Parse Error : Duplicate attribute. - - - - -Manifest Parse Error : The following tags were not closed: %1. - - - - -Manifest Parse Error : End tag was not expected at this location. - - - - -Manifest Parse Error : Expecting whitespace or '?'. - - - - -Manifest Parse Error : Invalid unicode character value for this platform. - - - - -Manifest Parse Error : Invalid character for hexidecimal digit. - - - - -Manifest Parse Error : Invalid character for decimal digit. - - - - -Manifest Parse Error : Multiple colons are not allowed in a name. - - - - -Manifest Parse Error : A single or double closing quote character (\' or \") is missing. - - - - -Manifest Parse Error : Missing parenthesis. - - - - -Manifest Parse Error : End of file reached in invalid state for current encoding. - - - - -Manifest Parse Error : Whitespace is not allowed at this location. - - - - -Manifest Parse Error : Internal error. - - - - -Manifest Parse Error : Unbalanced parentheses. - - - - -Manifest Parse Error : A semi colon character was expected. - - - - -Manifest Parse Error : The character '>' was expected. - - - - -Manifest Parse Error : Required white space was missing. - - - - -Manifest Parse Error : An Invalid character was found in text content. - - - - -Manifest Parse Error : Invalid syntax for an xml declaration. - - - - -Manifest Parse Error : A string literal contained an invalid character. - - - - -Manifest Parse Error : A name contained an invalid character. - - - - -Manifest Parse Error : A name was started with an invalid character. - - - - -Manifest Parse Error : Incorrect syntax was used in a comment. - - - - -Manifest Parse Error : A string literal was expected, but no opening quote character was found. - - - - -The policy manifest contains one or more syntax errors. - - - - -A component's file does not match the verification information present in the component manifest. - - - - -Two or more components referenced directly or indirectly by the application manifest are different versions of the same component which is not permitted. - - - - -Two or more components referenced directly or indirectly by the application manifest have the same COM ProgIDs. - - - - -Two or more components referenced directly or indirectly by the application manifest have the same COM type library TLBIDs. - - - - -Two or more components referenced directly or indirectly by the application manifest have proxies for the same COM interface IIDs. - - - - -Two or more components referenced directly or indirectly by the application manifest have the same COM server CLSIDs. - - - - -Two or more components referenced directly or indirectly by the application manifest have window classes with the same name. - - - - -Two or more components referenced directly or indirectly by the application manifest have files by the same name. - - - - -The private manifest probed has crossed reparse-point-associated path - - - - -The manifest has a default namespace specified on the assembly element but its value is not "urn:schemas-microsoft-com:asm.v1". - - - - -The manifest is missing the required default namespace specification on the assembly element. - - - - -The manifest contains an attribute for the assembly identity which is not valid. - - - - -The manifest for an assembly used by the application has a reference to a dependent assembly which is not installed - - - - -The application manifest contains a reference to a dependent assembly which is not installed - - - - -The manifest contains a reference to an invalid URI. - - - - -The encoding requested is not recognized. - - - - -The encoding group identifier specified is not recognized. - - - - -An attempt to set the process default activation context failed because the process default activation context was already set. - - - - -Lack of system resources has required isolated activation to be disabled for the current thread of execution. - - - - -The type requested activation context section does not match the query API used. - - - - -A component version required by the application conflicts with another component version already active. - - - - -The requested lookup key was not found in any active activation context. - - - - -The application attempted to activate a disabled activation context. - - - - -The manifest file contains one or more syntax errors. - - - - -The manifest file does not begin with the required tag and format information. - - - - -The referenced assembly is not installed on your system. - - - - -The application binding data format is invalid. - - - - -The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log for more detail. - - - - -The requested section was not present in the activation context. - - - - -IPsec dropped a clear text packet. - - - - -IPsec integrity check failed. - - - - -IPsec header and/or trailer in the packet is invalid. - - - - -Packet sequence number replay check failed. - - - - -Packet was received on an IPsec SA that doesn't match the packet characteristics. - - - - -Packet was received on an IPsec SA whose lifetime has expired. - - - - -The SPI in the packet does not match a valid IPsec SA. - - - - - ERROR_IPSEC_IKE_NEG_STATUS_END - - - - -Too many dynamically added IKEEXT filters were detected. - - - - -Quick mode SA was expired by IPsec driver. - - - - -Parameters of the main mode are invalid for this quick mode. - - - - -Error processing NatOA payload. - - - - -Could not verify binding between CGA address and certificate. - - - - -IKE service is shutting down. - - - - -Sent DOS cookie notify to intiator. - - - - -Received invalid authentication offers. - - - - -Received unexpected message ID. - - - - -Certificate doesn't chain to a trusted root in IPsec policy. - - - - -Main mode SA assumed to be invalid because peer stopped responding. - - - - -Main mode SA lifetime expired or peer sent a main mode delete. - - - - -Reached maximum quick mode limit for the main mode. New main mode will be started. - - - - -IKE received a policy that disables negotiation. - - - - -Max number of established MM SAs to peer exceeded. - - - - -Key length in certificate is too small for configured security requirements. - - - - -The lifetime value received in the Responder Lifetime Notify is below the Windows 2000 configured minimum value. Please fix the policy on the peer machine. - - - - -Temporary state created to perform reinit. This is not a real failure. - - - - -Deleted via RPC call - - - - -Load failed - - - - -Invalid certificate signature - - - - -Invalid authentication algorithm - - - - -Invalid encryption algorithm - - - - -Invalid hash size - - - - -Invalid hash algorithm - - - - -Hash verification failed - - - - -Unsupported ID - - - - -Policy match error - - - - -Error decrypting payload - - - - -Error encrypting payload - - - - -Invalid Diffie-Hellman group - - - - -Diffie-Hellman failure - - - - -Invalid situation - - - - -Invalid DOI - - - - -Invalid policy - - - - -Failed to add Security Association to IPSec Driver. The most common cause for this is if the IKE negotiation took too long to complete. If the problem persists, reduce the load on the faulting machine. - - - - -Memory allocation failed. - - - - -Given filter is invalid - - - - -Failed to obtain new SPI for the inbound SA from Ipsec driver. The most common cause for this is that the driver does not have the correct filter. Check your policy to verify the filters. - - - - -Failed to determine SSPI principal name for ISAKMP/ERROR_IPSEC_IKE service (QueryCredentialsAttributes). - - - - -Failed to obtain Kerberos server credentials for ISAKMP/ERROR_IPSEC_IKE service. Kerberos authentication will not function. The most likely reason for this is lack of domain membership. This is normal if your computer is a member of a workgroup. - - - - -Failed to query Kerberos package to obtain max token size. - - - - -Failed to obtain security function table dispatch address from SSPI. - - - - -Failed to load SECURITY.DLL. - - - - -Failed to enabled TCB privilege. - - - - -There is no available Main Mode IKE policy. - - - - -New policy invalidated SAs formed with old policy - - - - -Certification Revocation check of peer's certificate failed - - - - -Peer failed to send valid machine certificate - - - - -Invalid cookie received. - - - - -Soft SA torn down - - - - -Soft SA loaded - - - - -Invalid payload received - - - - -Error processing VendorId payload - - - - -Error processing Delete Payload - - - - -Error processing Notify payload - - - - -Error processing Nonce payload - - - - -Error processing Signature payload - - - - -Error processing Hash payload - - - - -Error processing Certificate Request payload - - - - -Error processing Cert payload - - - - -Error processing ID payload - - - - -Error processing KE payload - - - - -Error processing Transform payload - - - - -Error processing Proposal payload - - - - -Error processing SA payload - - - - -Error processing error payload - - - - -Peer's certificate did not have a public key - - - - -Failed to authenticate using kerberos - - - - -Failed to verify signature - - - - -No policy configured - - - - -Invalid header - - - - -Failure in Diffie-Helman computation - - - - -IKE negotiation failed because the machine certificate used does not have a private key. IPsec certificates require a private key. Contact your Network Security administrator about replacing with a certificate that has a private key. - - - - -Invalid certificate type - - - - -Invalid certificate key usage - - - - -Certificate Revocation Check failed - - - - -Unknown error occurred - - - - -Negotiation took too long - - - - -Negotiation took too long - - - - -No response from peer - - - - -Negotiation request sat in Queue too long - - - - -Negotiation request sat in Queue too long - - - - -Negotiation request sat in Queue too long - - - - -Negotiation request sat in Queue too long - - - - -IKE SA deleted before establishment completed - - - - -IKE SA deleted by peer before establishment completed - - - - -IKE failed to find valid machine certificate. Contact your Network Security Administrator about installing a valid certificate in the appropriate Certificate Store. - - - - -Negotiation timed out - - - - -General processing error - - - - -IKE Negotiation in progress - - - - -IKE security attributes are unacceptable - - - - -IKE authentication credentials are unacceptable - - - - - ERROR_IPSEC_IKE_NEG_STATUS_BEGIN - - - - -The Quick Mode policy was successfully added, but some of the requested offers are not supported. - - - - -The Main Mode policy was successfully added, but some of the requested offers are not supported. - - - - -The Quick Mode policy is pending deletion. - - - - -The Main Mode authentication bundle is pending deletion. - - - - -The Main Mode policy is pending deletion. - - - - -The tunnel filter is pending deletion. - - - - -The transport filter is pending deletion. - - - - -The Main Mode filter is pending deletion. - - - - -The specified tunnel mode filter was not found. - - - - -The specified tunnel mode filter exists. - - - - -The specified default quick mode policy was not found. - - - - -The specified default main mode authentication list was not found. - - - - -The specified default main mode policy was not found. - - - - -The specified main mode authentication list is being used. - - - - -The specified main mode authentication list was not found. - - - - -The specified main mode authentication list exists. - - - - -The specified transport mode filter does not exist. - - - - -The specified transport mode filter already exists. - - - - -The specified main mode filter was not found. - - - - -The specified main mode filter already exists. - - - - -The specified main mode policy is being used. - - - - -The specified main mode policy was not found - - - - -The specified main mode policy already exists. - - - - -The specified quick mode policy is being used. - - - - -The specified quick mode policy was not found. - - - - -The specified quick mode policy already exists. - - - - -A reserved policy element was found in the QOS provider-specific buffer. - - - - -An invalid shaping rate object was found in the QOS provider-specific buffer. - - - - -An invalid shape discard mode object was found in the QOS provider specific buffer. - - - - -An invalid FILTERSPEC was found in the QOS provider-specific buffer. - - - - -An invalid or inconsistent flowspec was found in the QOS provider specific buffer. - - - - -An invalid QOS flow descriptor was found in the flow descriptor list. - - - - -An invalid policy object was found in the QOS provider-specific buffer. - - - - -An unrecognized object was found in the QOS provider-specific buffer. - - - - -An incorrect number of flow descriptors was specified in the QOS structure. - - - - -An object with an invalid ObjectLength field was specified in the QOS provider-specific buffer. - - - - -An incorrect number of QOS FILTERSPECs were specified in the FLOWDESCRIPTOR. - - - - -An invalid QOS filter type was used. - - - - -An invalid QOS filter style was used. - - - - -Invalid QOS provider-specific buffer. - - - - -An invalid or inconsistent flowspec was found in the QOS structure. - - - - -An invalid or unrecognized service type was found in the flowspec. - - - - -General QOS error. - - - - -Problem with some part of the flowspec. - - - - -Problem with some part of the filterspec or providerspecific buffer in general. - - - - -Unknown or conflicting style. - - - - -Rejected for administrative reasons - bad credentials. - - - - -Error due to lack of resources. - - - - -Reserve has been confirmed. - - - - -There are no receivers. - - - - -There are no senders. - - - - -At least one path has arrived. - - - - -At least one reserve has arrived. - - - - -The requested name is valid, but no data of the requested type was found. - - - - -A non-recoverable error occurred during a database lookup. - - - - -This is usually a temporary error during hostname resolution and means that the local server did not receive a response from an authoritative server. - - - - -No such host is known. - - - - -A database query failed because it was actively refused. - - - - -A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled. - - - - -No more results can be returned by WSALookupServiceNext. - - - - -The specified class was not found. - - - - -No such service is known. The service cannot be found in the specified name space. - - - - -A system call that should never fail has failed. - - - - -The requested service provider could not be loaded or initialized. - - - - -The requested service provider is invalid. - - - - -The procedure call table is invalid. - - - - -A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled. - - - - -No more results can be returned by WSALookupServiceNext. - - - - -Returned by WSARecv or WSARecvFrom to indicate the remote party has initiated a graceful shutdown sequence. - - - - -Either the application has not called WSAStartup, or WSAStartup failed. - - - - -The Windows Sockets version requested is not supported. - - - - -WSAStartup cannot function at this time because the underlying system it uses to provide network services is currently unavailable. - - - - -Item is not available locally. - - - - -File handle reference is no longer available. - - - - -Ran out of disk quota. - - - - -Ran out of quota. - - - - -A Windows Sockets implementation may have a limit on the number of applications that may use it simultaneously. - - - - -Cannot remove a directory that is not empty. - - - - -A socket operation was attempted to an unreachable host. - - - - -A socket operation failed because the destination host was down. - - - - -Name component or name was too long. - - - - -Cannot translate name. - - - - -No connection could be made because the target machine actively refused it. - - - - -A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. - - - - -Too many references to some kernel object. - - - - -A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call. - - - - -A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied. - - - - -A connect request was made on an already connected socket. - - - - -An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full. - - - - -An existing connection was forcibly closed by the remote host. - - - - -An established connection was aborted by the software in your host machine. - - - - -The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress. - - - - -A socket operation was attempted to an unreachable network. - - - - -A socket operation encountered a dead network. - - - - -The requested address is not valid in its context. - - - - -Only one usage of each socket address (protocol/network address/port) is normally permitted. - - - - -An address incompatible with the requested protocol was used. - - - - -The protocol family has not been configured into the system or no implementation for it exists. - - - - -The attempted operation is not supported for the type of object referenced. - - - - -The support for the specified socket type does not exist in this address family. - - - - -The requested protocol has not been configured into the system, or no implementation for it exists. - - - - -An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call. - - - - -A protocol was specified in the socket function call that does not support the semantics of the socket type requested. - - - - -A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself. - - - - -A required address was omitted from an operation on a socket. - - - - -An operation was attempted on something that is not a socket. - - - - -An operation was attempted on a non-blocking socket that already had an operation in progress. - - - - -A blocking operation is currently executing. - - - - -A non-blocking socket operation could not be completed immediately. - - - - -Too many open sockets. - - - - -An invalid argument was supplied. - - - - -The system detected an invalid pointer address in attempting to use a pointer argument in a call. - - - - -An attempt was made to access a socket in a way forbidden by its access permissions. - - - - -The file handle supplied is not valid. - - - - -A blocking operation was interrupted by a call to WSACancelBlockingCall. - - - - -The application directory partition operation failed. The domain controller holding the domain naming master role is down or unable to service the request or is not running Windows Server 2003. - - - - -The directory partition is not available at this time. Please wait a few minutes and try again. - - - - -This DNS server is already enlisted in the specified directory partition. - - - - -This DNS server is not enlisted in the specified directory partition. - - - - -The specified directory partition already exists. - - - - -The specified directory partition does not exist. - - - - -No DNS servers configured for local system. - - - - -TCP/IP network protocol not installed. - - - - -Secure update call needs to continue update request. - - - - -Added local WINS server. - - - - -DNS zone transfer failed. - - - - -DNS AXFR (zone transfer) complete. - - - - -An alias loop has been detected with either CNAME or DNAME records. - - - - -A DNAME record already exists for given name. - - - - -Node is a DNAME DNS record. - - - - -DNS server not creating or reading the boot file for the directory service integrated DNS zone. - - - - -DNS zone already exists in the directory service. - - - - -The directory service is unavailable. - - - - -DNS domain was undeleted. - - - - -Could not create pointer (PTR) record. - - - - -DNS name does not exist. - - - - -Could not create DNS cache data. - - - - -Secondary DNS zone data error. - - - - -DNS record already exists. - - - - -Record only at DNS zone root. - - - - -A CNAME record already exists for given name. - - - - -Node is a CNAME DNS record. - - - - -CNAME loop detected. - - - - -Name not in DNS zone. - - - - -DNS record timed out. - - - - -Unknown DNS record type. - - - - -Node creation failure in DNS. - - - - -DNS record format error. - - - - -DNS record does not exist. - - - - -Failure while reading datafile for DNS zone. - - - - -Failed to write datafile for DNS zone. - - - - -Failed to open datafile for DNS zone. - - - - -Invalid datafile name for DNS zone. - - - - -Primary DNS zone requires datafile. - - - - -The operation cannot be performed because this zone is shutdown. - - - - -This zone must be configured with one or more master DNS server IP addresses. - - - - -A conditional forwarding zone already exists for that name. - - - - -Invalid delete of start of authority (SOA) - - - - -NBTSTAT initialization call failed. - - - - -Need WINS servers. - - - - -WINS initialization failed. - - - - -Need secondary IP address. - - - - -DNS zone not secondary. - - - - -Secondary DNS zone requires master IP address. - - - - -Invalid DNS zone type. - - - - -DNS automatic zone already exists. - - - - -DNS zone already exists. - - - - -DNS zone creation failed. - - - - -DNS zone is locked. - - - - -DNS zone has no Name Server (NS) record. - - - - -DNS zone has no start of authority (SOA) record. - - - - -Invalid DNS zone configuration. - - - - -Invalid operation for DNS zone. - - - - -DNS zone information not available. - - - - -DNS zone does not exist. - - - - -No data is allowed to exist underneath a DNAME record. - - - - -The operation requested is not permitted on against a DNS server running on a read-only DC. - - - - -This operation is not allowed while the DNS server is loading zones in the background. Please try again later. - - - - -The specified value is too large for this parameter. - - - - -The specified value is too small for this parameter. - - - - -The DNS server found root hints but they were not consistent across all adapters. - - - - -The DNS server could not find a set of root hints. - - - - -The record could not be created because this part of the DNS namespace has been delegated to another server. - - - - -The operation requested is not permitted on a DNS root server. - - - - -DNS name is entirely numeric. - - - - -DNS name contains an invalid character. - - - - -DNS name is a single-part name. - - - - -DNS name is dotted (multi-label). - - - - -DNS name is a fully-qualified DNS name. - - - - -DNS name does not comply with RFC specifications. - - - - -Record for given name and type is not unique. - - - - -Try DNS operation again later. - - - - -Invalid property. - - - - -Invalid IP address. - - - - -Invalid DNS type. - - - - -Unsecured DNS packet. - - - - -DNS error, check rcode. - - - - -No DNS packet. - - - - -Bad DNS packet. - - - - -No records found for given DNS query. - - - - -DNS signature validity expired. - - - - -DNS bad key. - - - - -DNS signature failed to verify. - - - - -DNS name in update or prereq is not in zone. - - - - -DNS server not authoritative for zone. - - - - -DNS RR set that ought to exist, does not exist. - - - - -DNS RR set that ought not exist, does exist. - - - - -DNS name that ought not exist, does exist. - - - - -DNS operation refused. - - - - -DNS request not supported by name server. - - - - -DNS name does not exist. - - - - -DNS server failure. - - - - -DNS server unable to interpret format. - - - - -The address books are nested too deeply. Failed to build the hierarchy table. - - - - -The search flags for the attribute are invalid. The tuple index bit is valid only on attributes of Unicode strings. - - - - -The search flags for the attribute are invalid. The subtree index bit is valid only on single valued attributes. - - - - -A required audit event could not be generated for the operation. - - - - -The requested search operation is not supported for ASQ searches. - - - - -The NTDS Settings object for the domain controller does not exist. - - - - -The server object for the domain controller does not exist. - - - - -Could not find a writable domain controller in the domain. - - - - -The local account store does not contain secret material for the specified account. - - - - -The site settings object for the specified site does not exist. - - - - -At this time, it cannot be determined if the branch replication policy is available on the hub domain controller. Please retry at a later time to account for replication latencies. - - - - -The scheduled replication did not take place because the system was too busy to execute the request within the schedule window. The replication queue is overloaded. Consider reducing the number of partners or decreasing the scheduled replication frequency. - - - - -The LDAP servers network send queue has filled up because the client is not processing the results of it's requests fast enough. No more requests will be processed until the client catches up. If the client does not catch up then it will be disconnected. - - - - -The requested operation is not allowed on an object under the system container. - - - - -The directory service cannot replicate with this server because the time since the last replication with this server has exceeded the tombstone lifetime. - - - - -The directory service detected a child partition below the requested partition name. The partition hierarchy must be created in a top down method. - - - - -The Directory Service cannot perform the requested operation because a domain rename operation is in progress. - - - - -The target container for a redirection of a well known object container cannot already be a special container. - - - - -The FSMO role ownership could not be verified because its directory partition has not replicated successfully with atleast one replication partner. - - - - -Cross-domain move of non-empty query based application groups is not allowed. - - - - -Cross-domain move of non-empty basic application groups is not allowed. - - - - -The group cannot be converted due to attribute restrictions on the requested group type. - - - - -Insufficient attributes were given to create an object. This object may not exist because it may have been deleted and already garbage collected. - - - - -The requested object has a non-unique identifier and cannot be retrieved. - - - - -Writeable NCs prevent this DC from demoting. - - - - -The DS cannot derive a service principal name (SPN) with which to mutually authenticate the target server because the server's domain has been deleted from the forest. - - - - -A cross reference is in use locally with the same name. - - - - -The remote create cross reference operation failed on the Domain Naming Master FSMO. The operation's error is in the extended data. - - - - -The Directory Service cannot process the script because it is invalid. - - - - -The directory service failed to authorize the request. - - - - -Schema deletion failed: attribute is used in rDNAttID. - - - - -Schema update failed: Duplicate msDS-INtId. Retry the operation. - - - - -Schema update failed: No values for msDS-IntId are available. - - - - -Operation not allowed on a disabled cross ref. - - - - -The directory service binding must be renegotiated due to a change in the server -extensions information. - - - - -The directory service cannot perform the requested operation because the servers -involved are of different replication epochs (which is usually related to a -domain rename that is in progress). - - - - -The Directory Service cannot process the script because of an error. - - - - -The Directory Service cannot parse the script because of a syntax error. - - - - -The Directory Service failed to enter single user mode. - - - - -The DS cannot derive a service principal name (SPN) with which to mutually authenticate the target server because the corresponding server object in the local DS database has no serverReference attribute. - - - - -The Global catalog server is not in the closest site. - - - - -The thread limit for this request was exceeded. - - - - -The directory cannot validate the proposed naming context (or partition) name because it does not hold a replica nor can it contact a replica of the naming context above the proposed naming context. Please ensure that the parent naming context is properly registered in DNS, and at least one replica of this naming context is reachable by the Domain Naming master. - - - - -Could not access a partition of the directory service located on a remote server. Make sure at least one server is running for the partition in question. - - - - -The requested action is not supported on standard server. - - - - -Unable to resolve completely, a referral to another forest is generated. - - - - -This object is not allowed to change its grandparent container. Moves are not forbidden on this object, but are restricted to sibling containers. - - - - -A system flag has been set on the object and does not allow the object to be moved or renamed. - - - - -Move operations on objects in the schema naming context are not allowed. - - - - -Rename or move operations on naming context heads or read-only objects are not allowed. - - - - -An account group cannot have a universal group as a member. - - - - -Schema update failed: There are no link identifiers available. - - - - -Schema update failed: The link identifier is reserved. - - - - -Unable to find a valid security descriptor reference domain for this partition. - - - - -Unable to continue operation because multiple conflicting controls were used. - - - - -The database is out of version store. - - - - -The machine account was created pre-NT4. The account needs to be recreated. - - - - -The requested name already exists as a unique identifier. - - - - -The sort order requested is not supported. - - - - -The forest functional level cannot be raised to the requested value since one or more domains are still in mixed domain mode. All domains in the forest must be in native mode, for you to raise the forest functional level. - - - - -The functional level of the domain (or forest) cannot be raised to the requested value, because there exist one or more domain controllers in the domain (or forest) that are at a lower incompatible functional level. - - - - -The version of the operating system installed on this server is incompatible with the functional level of the domain or forest. - - - - -The version of the operating system installed on this server no longer supports the current domain functional level. You must raise the domain functional level before this server can become a domain controller in this domain. - - - - -The version of the operating system installed on this server no longer supports the current forest functional level. You must raise the forest functional level before this server can become a domain controller in this forest. - - - - -The version of the operating system installed is incompatible with the current domain functional level. You must upgrade to a new version of the operating system before this server can become a domain controller in this domain. - - - - -The version of the operating system installed is incompatible with the current forest functional level. You must upgrade to a new version of the operating system before this server can become a domain controller in this forest. - - - - -Security Accounts Manager initialization failed because of the following error: %1. -Error Status: 0x%2. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further. - - - - -Directory Services could not start because of the following error: %1. -Error Status: 0x%2. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further. - - - - -Critical Directory Service System objects cannot be deleted during tree delete operations. The tree delete may have been partially performed. - - - - -For security reasons, the source DC must be NT4SP4 or greater. - - - - -For security reasons, the operation must be run on the destination DC. - - - - -Your computer could not be joined to the domain. You have exceeded the maximum number of computer accounts you are allowed to create in this domain. Contact your system administrator to have this limit reset or increased. - - - - -The unicodePwd attribute value must be enclosed in double quotes. - - - - -A Filter was passed that uses constructed attributes. - - - - -A Service Principal Name (SPN) could not be constructed because the provided hostname is not in the necessary format. - - - - -Security principal objects can only be created inside domain naming contexts. - - - - -The operation requires that source domain auditing be enabled. - - - - -The checkpoint with the PDC could not be taken because there too many modifications being processed currently. - - - - -The attribute is not allowed to be replicated to the GC because of security reasons. - - - - -Foreign security principals cannot be members of universal groups. - - - - -A local group can only be a member of other local groups in the same domain. - - - - -The requested operation can be performed only on a global catalog server. - - - - -The requested domain could not be deleted because there exist domain controllers that still host this domain. - - - - -The replication update could not be applied because either the source or the destination has not yet received information regarding a recent cross-domain move operation. - - - - -The replication operation could not be completed due to a previous schema incompatibility. - - - - -The replication operation could not be completed due to a schema incompatibility. - - - - -Schema information could not be included in the replication request. - - - - -Security Accounts Manager initialization failed because of the following error: %1. -Error Status: 0x%2. Click OK to shut down the system and reboot into Safe Mode. Check the event log for detailed information. - - - - -The source and destination object must be of the same type. - - - - -The source object's SID already exists in destination forest. - - - - -The source object must be a group or user. - - - - -The operation couldn't locate a DC for the source domain. - - - - -The operation requires that destination domain auditing be enabled. - - - - -The destination domain must be in the forest. - - - - -The source domain may not be in the same forest as destination. - - - - -The connection between client and server requires packet privacy or better. - - - - -Directory Services could not start. - - - - -Directory Service cannot start. - - - - -Security Account Manager needs to get the boot key from floppy disk. - - - - -Security Account Manager needs to get the boot password. - - - - -The syntax of the linked attribute being added is incorrect. Forward links can only have syntax 2.5.5.1, 2.5.5.7, and 2.5.5.14, and backlinks can only have syntax 2.5.5.1 - - - - -The object requested was not found, but an object with that key was found. - - - - -The Security Descriptor attribute could not be read. - - - - -While processing a change to the DNS Host Name for an object, the Service Principal Name values could not be kept in sync. - - - - -The DSA operation is unable to proceed because of a DNS lookup failure. - - - - -Only DSAs configured to be Global Catalog servers should be allowed to hold the Domain Naming Master FSMO role. (Applies only to Windows 2000 servers) - - - - -The schema cache load failed to convert the string default SD on a class-schema object. - - - - -A group with primary members cannot change to a security-disabled group. - - - - -A local group cannot have another cross domain local group as a member. - - - - -A global group cannot have a cross-domain member. - - - - -A universal group cannot have a local group as a member. - - - - -A global group cannot have a universal group as a member. - - - - -A global group cannot have a local group as a member. - - - - -You cannot nest local groups in a mixed domain if the group is security-enabled. - - - - -You cannot nest global groups in a mixed domain if the group is security-enabled. - - - - -The specified group type is invalid. - - - - -The replica/child install failed to read the objectVersion attribute in the SCHEMA section of the file schema.ini in the system32 directory. - - - - -The replica/child install failed to get the objectVersion attribute on the schema container on the source DC. Either the attribute is missing on the schema container or the credentials supplied do not have permission to read it. - - - - -An object of this class cannot be created under the schema container. You can only create attribute-schema and class-schema objects under the schema container. - - - - -Schema update is not allowed on this DC because the DC is not the schema FSMO Role Owner. - - - - -Adding a new mandatory attribute to an existing class, deleting a mandatory attribute from an existing class, or adding an optional attribute to the special class Top that is not a backlink attribute (directly or through inheritance, for example, by adding or deleting an auxiliary class) is not allowed. - - - - -An attempt is made to modify the base schema. - - - - -Cannot change the primary group ID of a domain controller account. - - - - -Only an administrator can modify the membership list of an administrative group. - - - - -Security Accounts Manager initialization failed because of the following error: %1. -Error Status: 0x%2. Click OK to shut down the system and reboot into Directory Services Restore Mode. Check the event log for detailed information. - - - - -The directory service failed to identify the list of objects to delete while attempting a tree deletion. - - - - -The directory service failed to lock a tree in preparation for a tree deletion because the tree was in use. - - - - -Tree deletions starting at an object which has an NC head as a descendant are not allowed. - - - - -The search flags for the attribute are invalid. The ANR bit is valid only on attributes of Unicode or Teletex strings. - - - - -Cross-domain move of non-empty resource groups is not allowed. - - - - -Cross-domain move of non-empty account groups is not allowed. - - - - -The operation cannot be performed because the server does not have an infrastructure container in the domain of interest. - - - - -Destination domain must be in native mode. - - - - -The directory cannot validate the proposed naming context name because it does not hold a replica of the naming context above the proposed naming context. Please ensure that the domain naming master role is held by a server that is configured as a global catalog server, and that the server is up to date with its replication partners. (Applies only to Windows 2000 Domain Naming masters) - - - - -A naming context head must be the immediate child of another naming context head, not of an interior node. - - - - -Can't move objects with memberships across domain boundaries as once moved, this would violate the membership conditions of the account group. Remove the object from any account group memberships and retry. - - - - -This object may not be moved across domain boundaries either because cross-domain moves for this class are disallowed, or the object has some special characteristics, e.g.: trust account or restricted RID, which prevent its move. - - - - -A cross-domain move operation failed such that two versions of the moved object exist - one each in the source and destination domains. The destination object needs to be removed to restore the system to a consistent state. - - - - -Another operation which requires exclusive access to the PDC FSMO is already in progress. - - - - -Object being moved across-domains is already known to be deleted by the destination server. The source server does not have the latest version of the source object. - - - - -Source and destination of a cross-domain move do not agree on the identity of the source object. Either source or destination does not have the latest version of the source object. - - - - -Destination of a cross-domain move is not authoritative for the destination naming context. - - - - -Source and destination for a cross-domain move are not in agreement on the naming contexts in the forest. Either source or destination does not have the latest version of the Partitions container. - - - - -Source and destination for the cross-domain move operation are identical. Caller should use local move operation instead of cross-domain move operation. - - - - -Source and destination of a cross-domain move do not agree on the object's current name. Either source or destination does not have the latest version of the object. - - - - -Source and destination of a cross-domain move do not agree on the object's epoch number. Either source or destination does not have the latest version of the object. - - - - -The schema update operation tried to add a backward link attribute that has no corresponding forward link. - - - - -The search failed to retrieve attributes from the database. - - - - -The requested search operation is only supported for base searches. - - - - -The LDAP display name of the class or attribute contains non-ASCII characters. - - - - -The requested operation requires a directory service, and none was available. - - - - -The replication request has been posted; waiting for reply. - - - - -The OM-Object-Class specified is incorrect for an attribute with the specified syntax. - - - - -Modification of a constructed attribute is not allowed. - - - - -Name translation: Unable to perform purely syntactical mapping at the client without going out to the wire. - - - - -Name translation: Unable to resolve completely, only the domain was found. - - - - -Name translation: Input name found, but not the associated output format. - - - - -Name translation: Input name mapped to more than one output name. - - - - -Name translation: Could not find the name or insufficient right to see name. - - - - -Name translation: Generic processing error. - - - - -Schema update failed: An attribute with the same link identifier already exists. - - - - -The version of the directory service schema of the source forest is not compatible with the version of directory service on this computer. - - - - -The server specified for this replication operation was contacted, but that server was unable to contact an additional server needed to complete the operation. - - - - -The replication synchronization attempt failed because a master replica attempted to sync from a partial replica. - - - - -Synchronization attempt failed because the destination DC is currently waiting to synchronize new partial attributes from source. This condition is normal if a recent schema change modified the partial attribute set. The destination partial attribute set is not a subset of source partial attribute set. - - - - -The replication operation was terminated because the system is shutting down. - - - - -The replication synchronization attempt was abandoned because of a lack of updates. - - - - -The replication operation was preempted. - - - - -The replication operation failed because a required parent object is missing. - - - - -The replication source has been reinstalled. - - - - -The replication operation failed due to a collision of object names. - - - - -The destination server is currently rejecting replication requests. - - - - -The source server is currently rejecting replication requests. - - - - -The replication remote procedure call was cancelled. - - - - -The requested operation is not supported by this version of the directory service. - - - - -Replication access was denied. - - - - -The naming context is in the process of being removed or is not replicated from the specified server. - - - - -The replication operation encountered a database error. - - - - -The naming context cannot be removed because it is replicated to another server. - - - - -The replication reference information for the target server does not exist. - - - - -The replication reference information for the target server already exists. - - - - -The replication operation encountered an error with the mail system. - - - - -The replication operation failed to allocate memory. - - - - -The replication operation encountered an object with an invalid instance type. - - - - -The server specified for this replication operation could not be contacted. - - - - -The replication operation encountered a database inconsistency. - - - - -The replication system encountered an internal error. - - - - -The distinguished name specified for this replication operation already exists. - - - - -The naming context specified for this replication operation is invalid. - - - - -The distinguished name specified for this replication operation is invalid. - - - - -The directory service is too busy to complete the replication operation at this time. - - - - -An invalid parameter was specified for this replication operation. - - - - -The replication operation failed. - - - - -The directory service was unable to transfer ownership of one or more floating single-master operation roles to other servers. - - - - -The directory service is missing mandatory configuration information, and is unable to determine the ownership of floating single-master operation roles. - - - - -This directory server is shutting down, and cannot take ownership of new floating single-master operation roles. - - - - -A root object requires a class of 'top'. - - - - -The directory service encountered an unknown failure. - - - - -The directory service encountered an internal failure. - - - - -The allocation of the hierarchy table failed. - - - - -The attempt to count the address book indices failed. - - - - -The directory configuration parameter is missing from the registry. - - - - -The attempt to build the hierarchy table failed. - - - - -The hierarchy file is invalid. - - - - -The operation cannot replace the hidden record. - - - - -The modification was not permitted for security reasons. - - - - -The child object could not be retrieved. - - - - -The naming context could not be found in the cache. - - - - -The naming context could not be found. - - - - -The DSA object could not be found. - - - - -The replication operation failed because of a schema mismatch between the servers involved. - - - - -The global catalog verification failed. The global catalog is not available or does not support the operation. Some part of the directory is currently not available. - - - - -Failed to obtain the required syntax for the attribute schema. - - - - -Schema allocation failed. Please check if the machine is running low on memory. - - - - -The schema is not loaded. - - - - -A security checking error has occurred. - - - - -The specified naming context is missing a cross reference. - - - - -An expected attribute is missing. - - - - -The attribute GOVERNSID is missing. - - - - -A database error has occurred. - - - - -An internal error has occurred. - - - - -The instance type attribute could not be retrieved. - - - - -No superior reference has been configured for the directory service. The directory service is therefore unable to issue referrals to objects outside this forest. - - - - -The distinguished name attribute could not be read. - - - - -The class could not be removed from the cache. - - - - -The attribute could not be removed from the cache. - - - - -The class could not be cached. - - - - -The attribute could not be cached. - - - - -The attribute schema has bad syntax. - - - - -Cannot read the governs class identifier for the schema record. - - - - -The requested delete operation could not be performed. - - - - -The tree deletion is not finished. The request must be made again to continue deleting the tree. - - - - -Schema update failed in recalculating validation cache. - - - - -Schema deletion failed: class is used as poss superior. - - - - -Schema deletion failed: class is used as sub class. - - - - -Schema deletion failed: class is used as auxiliary class. - - - - -Schema update failed: Rdn-Att-Id has wrong syntax. - - - - -Schema update failed: class in subclassof list does not exist or does not satisfy hierarchy rules. - - - - -Schema update failed: class in poss-superiors does not exist. - - - - -Schema update failed: class in aux-class list does not exist or is not an auxiliary class. - - - - -Schema update failed: attribute in must-contain does not exist. - - - - -Schema update failed: attribute in may-contain does not exist. - - - - -Schema deletion failed: attribute is used in may-contain. - - - - -Schema deletion failed: attribute is used in must-contain. - - - - -Schema update failed: syntax mismatch. - - - - -Schema update failed: range-lower less than range upper. - - - - -Schema update failed: duplicate LDAP display name. - - - - -Schema update failed: duplicate schema-id GUID. - - - - -Schema update failed: duplicate MAPI identifier. - - - - -Schema update failed: duplicate OID. - - - - -Schema update failed: duplicate RDN. - - - - -Notification filter is too complex. - - - - -Subtree notifications are only supported on NC heads. - - - - -It is not permitted to delete a master cross reference. - - - - -A cross reference already exists. - - - - -The name reference is invalid. - - - - -The specified class is not a subclass. - - - - -The specified class is not defined. - - - - -Only the replicator can perform this function. - - - - -The attribute cannot be modified because it is owned by the system. - - - - -Modification of a DN across a naming context is not permitted. - - - - -The requested FSMO operation failed. The current FSMO holder could not be contacted. - - - - -The role owner attribute could not be read. - - - - -The directory service request is invalid. - - - - -The operation could not be performed because the directory service is shutting down. - - - - -The cross reference for the specified naming context could not be found. - - - - -The operation cannot be performed on a back link. - - - - -A local object with this GUID (dead or alive) already exists. - - - - -The schema object could not be found. - - - - -The class of the object must be structural; you cannot instantiate an abstract class. - - - - -It is not permitted to add an attribute which is owned by the system. - - - - -The object must be a naming context. - - - - -The parent of a new subref must exist. - - - - -Failed to create name for deleted object. - - - - -The security descriptor is invalid. - - - - -The security descriptor is too short. - - - - -The name does not identify an object; the name identifies a phantom. - - - - -The directory service cannot get the attribute type for a name. - - - - -The directory service encountered an error parsing a name. - - - - -The name value is too long. - - - - -The name is too long. - - - - -The name has too many parts. - - - - -Access to the attribute is not permitted because the attribute is owned by the Security Accounts Manager (SAM). - - - - -The object cannot be added because the parent is not on the list of possible superiors. - - - - -Insufficient access rights to perform the operation. - - - - -The object must be of class DSA. - - - - -The operation can only be performed on an internal master DSA object. - - - - -A directory service error has occurred. - - - - -The DSA object cannot be deleted. - - - - -The operation cannot continue because the object is in the process of being removed. - - - - -The operation is out of scope. - - - - -The alias cannot be dereferenced. - - - - -It is not permitted for an alias to refer to another alias. - - - - -The object name has bad syntax. - - - - -The aliased object is missing. - - - - -Directory object not found. - - - - -The operation cannot be performed because child objects exist. This operation can only be performed on a leaf object. - - - - -The object and parent must be of the same type, either both masters or both replicas. - - - - -Having a parent that is an alias is not permitted. Aliases are leaf objects. - - - - -The operation could not be performed because the object's parent is either uninstantiated or deleted. - - - - -Chained evaluation is not permitted. - - - - -Chaining is not permitted. - - - - -The specified root object cannot be a subref. - - - - -The attribute value cannot be removed because it is not present on the object. - - - - -The attribute cannot be removed because it is not present on the object. - - - - -The specified value already exists. - - - - -A value for the attribute was not in the acceptable range of values. - - - - -Multiple values were specified for an attribute that can have only one value. - - - - -The specified attribute is not present, or has no values. - - - - -The specified attribute is already present on the object. - - - - -An attempt was made to modify an object to include an attribute that is not legal for its class. - - - - -A required attribute is missing. - - - - -The object class attribute must be specified. - - - - -The operation must be performed at a master DSA. - - - - -The specified instance type is not valid. - - - - -The specified object is too large. - - - - -Illegal modify operation. Some aspect of the modification is not permitted. - - - - -The attribute specified in the operation is not present on the object. - - - - -The user buffer is too small. - - - - -None of the requested attributes were found on the objects. - - - - -An attempt was made to add an object using an RDN that is not the RDN defined in the schema. - - - - -An attempt was made to add an object of a class that does not have an RDN defined in the schema. - - - - -An attempt was made to add an object to the directory with a name that is already in use. - - - - -The maximum size of an object has been exceeded. - - - - -A reference to an attribute that is not defined in the schema occurred. - - - - -The add replica operation cannot be performed. The naming context must be writeable in order to create the replica. - - - - -The root object must be the head of a naming context. The root object cannot have an instantiated parent. - - - - -The search results exceed the offset range specified. - - - - -The search requires a SORT control. - - - - -The preset referral limit was exceeded. - - - - -A referral loop was detected by the client. - - - - -The specified control is not supported by the server. - - - - -No results were returned. - - - - -The specified method is not supported. - - - - -One or more parameters are illegal. - - - - -The search filter cannot be recognized. - - - - -A decoding error has occurred. - - - - -An encoding error has occurred. - - - - -A local error has occurred. - - - - -The server is not operational. - - - - -The operation affects multiple DSAs - - - - -The result set is too large. - - - - -There is a naming violation. - - - - -A loop has been detected. - - - - -The server is unwilling to process the request. - - - - -There is an alias dereferencing problem. - - - - -The object is a leaf object. - - - - -An invalid dn syntax has been specified. - - - - -There is an alias problem. - - - - -There is no such object on the server. - - - - -A constraint violation occurred. - - - - -Inappropriate matching. - - - - -This request requires a secure connection. - - - - -The server does not support the requested critical extension. - - - - -A referral was returned from the server. - - - - -The authentication mechanism is unknown. - - - - -Inappropriate authentication. - - - - -A more secure authentication method is required for this server. - - - - -The requested authentication method is not supported by the server. - - - - -The compare response was true. - - - - -The compare response was false. - - - - -The administrative limit for this request was exceeded. - - - - -The size limit for this request was exceeded. - - - - -The time limit for this request was exceeded. - - - - -A protocol error occurred. - - - - -An operations error occurred. - - - - -A domain controller promotion is not currently active - - - - -A domain controller promotion is currently active. - - - - -The requested policy information is only in the directory service. - - - - -The policy object does not exist. - - - - -The policy object is shared and can only be modified at the root. - - - - -Unable to contact the global catalog server. - - - - -The requested cross-domain move operation could not be performed. - - - - -The directory service detected an attempt to modify the object class of an object. - - - - -The directory service cannot perform the requested operation on the RDN attribute of an object. - - - - -The directory service can perform the requested operation only on a leaf object. - - - - -The requested operation did not satisfy one or more constraints associated with the class of the object. - - - - -The directory service was unable to initialize the subsystem that allocates relative identifiers. - - - - -The requested operation could not be performed because the directory service is not the master for that type of operation. - - - - -The directory service has exhausted the pool of relative identifiers. - - - - -The directory service was unable to allocate a relative identifier. - - - - -The directory service is unavailable. - - - - -The directory service is busy. - - - - -The specified directory service attribute or value already exists. - - - - -The attribute type specified to the directory service is not defined. - - - - -The attribute syntax specified to the directory service is invalid. - - - - -The specified directory service attribute or value does not exist. - - - - -The directory service evaluated group memberships locally. - - - - -An error occurred while installing the directory service. For more information, see the event log. - - - - -The file replication service detected an invalid parameter. - - - - -The file replication service cannot stop replicating the system volume because of an internal error. -The event log may have more information. - - - - -The file replication service cannot process the request. The system volume is busy with a previous request. - - - - -The file replication service cannot populate the system volume because of an internal timeout. -The event log may have more information. - - - - -The file replication service cannot populate the system volume because of an internal error. -The event log may have more information. - - - - -The file replication service on the domain controller cannot communicate with the file replication service on this computer. -The event log may have more information. - - - - -The file replication service cannot communicate with the file replication service on the domain controller. -The event log may have more information. - - - - -The file replication service cannot satisfy the request because authenticated RPC is not available on the domain controller. -The event log may have more information. - - - - -The file replication service cannot satisfy the request because the user has insufficient privileges on the domain controller. -The event log may have more information. - - - - -The file replication service cannot satisfy the request because authenticated RPC is not available. -The event log may have more information. - - - - -The file replication service cannot satisfy the request because the user has insufficient privileges. -The event log may have more information. - - - - -The file replication service cannot be contacted. -The event log may have more information. - - - - -The file replication service terminated the request. -The event log may have more information. - - - - -The file replication service API terminated the request. -The event log may have more information. - - - - -The file replication service cannot be stopped. - - - - -The file replication service cannot be started. - - - - -The file replication service API was called incorrectly. - - - - -The target session is incompatible with the current session. - - - - -The Terminal Server security layer detected an error in the protocol stream and has disconnected the client. - - - - -The Client Drive Mapping Service Has Disconnected on Terminal Connection. - - - - -The Client Drive Mapping Service Has Connected on Terminal Connection. - - - - -The RDP protocol component %2 detected an error in the protocol stream and has disconnected the client. - - - - -Unable to log you on because of an account restriction. - - - - -The user %s\\%s is already logged on to the console of this computer. You do not have permission to log in at this time. To resolve this issue, contact %s\\%s and have them log off. - - - - -The user %s\\%s is currently logged on to this computer. Only the current user or an administrator can log on to this computer. - - - - -You do not have the proper encryption level to access this Session. - - - - -Remote logins are currently disabled. - - - - -Activation has already been reset the maximum number of times for this installation. Your activation timer will not be cleared. - - - - -The remote control of the console was terminated because the display mode was changed. Changing the display mode in a remote control session is not supported. - - - - -Remote control could not be terminated because the specified session is not currently being remotely controlled. - - - - -The system license has expired. Your logon request is denied. - - - - -The client you are using is not licensed to use this system. Your logon request is denied. - - - - -The number of connections to this computer is limited and all connections are in use right now. -Try connecting later or contact your system administrator. - - - - -Your request to connect to this Terminal Server has been rejected. Your Terminal Server client license number has not been entered for this copy of the Terminal Server client. -Please contact your system administrator. - - - - -Your request to connect to this Terminal Server has been rejected. Your Terminal Server client license number is currently being used by another user. -Please call your system administrator to obtain a unique license number. - - - - -The requested session is not configured to allow remote control. - - - - -The requested session cannot be controlled remotely. -This may be because the session is disconnected or does not currently have a user logged on. - - - - -The specified terminal connection driver is invalid. - - - - -The requested session access is denied. - - - - -The request to control another session remotely was denied. - - - - -Reconnecting a disconnected session to the console is not supported. - - - - -Disconnecting the console session is not supported. - - - - -The client failed to respond to the server connect message. - - - - -The requested operation can be performed only on the system console. -This is most often the result of a driver or system DLL requiring direct console access. - - - - -Your interactive logon privilege has been disabled. -Please contact your administrator. - - - - -The application attempted to enable DOS graphics mode. -DOS graphics mode is not supported. - - - - -An attempt has been made to connect to a session whose video mode is not supported by the current client. - - - - -The requested operation cannot be completed because the terminal connection is currently busy processing a connect, disconnect, reset, or delete operation. - - - - -The specified session name is already in use. - - - - -The specified session cannot be found. - - - - -Transport driver error - - - - -Voice detected at remote site on callback. - - - - -Busy signal detected at remote site on callback. - - - - -Dial tone not detected within the required time. Verify that the phone cable is properly attached and functional. - - - - -Carrier detect has failed or carrier has been dropped due to disconnect. - - - - -The modem did not respond to the command sent to it. Verify that the modem is properly cabled and powered on. - - - - -The modem did not accept the command sent to it. Verify that the configured modem name matches the attached modem. - - - - -The modem name was not found in MODEM.INF. - - - - -The MODEM.INF file was not found. - - - - -There are no free output buffers available. - - - - -A close operation is pending on the session. - - - - -A service with the same name already exists on the system. - - - - -A registry key for event logging could not be created for this session. - - - - -The specified terminal connection driver was not found in the system path. - - - - -The specified protocol driver was not found in the system path. - - - - -The specified protocol driver is invalid. - - - - -The specified session name is invalid. - - - - -This operation cannot be performed in a transaction. - - - - -The link tracking operation could not be completed because a transaction is active. - - - - -The operation could not be completed because the volume is dirty. Please run chkdsk and try again. - - - - -The compression operation could not be completed because a transaction is active on the file. - - - - -The operation could not be completed due to bad clusters on disk. - - - - -The transactional resource manager had too many tranactions outstanding that could not be aborted. The transactional resource manger has been shut down. - - - - -The transactional resource manager cannot currently accept transacted work due to a transient condition such as low resources. - - - - -I/O was attempted on a section object that has been floated as a result of a transaction ending. There is no valid data. - - - - -The call to create a TransactionManager object failed because the Tm Identity stored in the logfile does not match the Tm Identity that was passed in as an argument. - - - - -The sparse operation could not be completed because a transaction is active on the file. - - - - -Windows has discovered corruption in a file, and that file has since been repaired. Data loss may have occurred. - - - - -The savepoint operation failed because files are open on the transaction. This is not permitted. - - - - -The target volume is not a snapshot volume. This operation is only valid on a volume mounted as a snapshot. - - - - -Transactions cannot be frozen because a freeze is already in progress. - - - - -The request to thaw frozen transactions was ignored because transactions had not previously been frozen. - - - - -This file is open for modification in an unresolved transaction and may be opened for execute only by a transacted reader. - - - - -Promotion was required in order to allow the resource manager to enlist, but the transaction was set to disallow it. - - - - -A transaction scope could not be entered because the scope handler has not been initialized. - - - - -Transaction metadata is already present on this file and cannot be superseded. - - - - -Memory mapping (creating a mapped section) a remote file under a transaction is not supported. - - - - -An attempt to create space in the transactional resource manager's log failed. The failure status has been recorded in the event log. - - - - -This object is not allowed to be opened in a transaction. - - - - -The encryption operation could not be completed because a transaction is active. - - - - -The transactional metadata attribute on the file or directory is corrupt and unreadable. - - - - -A rollback could not be scheduled because a previously scheduled rollback has already executed or been queued for execution. - - - - -The operation could not be completed because the transaction manager does not have a log. - - - - -The operation would leave a transactional resource manager in an inconsistent state and is therefore not allowed. - - - - -The $Txf directory must be empty for this operation to succeed. - - - - -The operation would involve a single file with two transactional resource managers and is therefore not allowed. - - - - -The operation cannot be performed because another transaction is depending on the fact that this property will not change. - - - - -The file cannot be opened transactionally, because its identity depends on the outcome of an unresolved transaction. - - - - -The transactional resource manager has already been started. - - - - -The transactional resource manager is already consistent. Recovery is not needed. - - - - -The request was rejected because the enlistment in question is not a superior enlistment. - - - - -The transaction outcome is unavailable because the resource manager responsible for it has disconnected. - - - - -The file can't be recovered because there is a handle still open on it. - - - - -The log data is corrupt. - - - - -There is no transaction metadata on the file. - - - - -The handle has been invalidated by a transaction. The most likely cause is the presence of memory mapping on a file or an open handle when the transaction ended or rolled back to savepoint. - - - - -The remote server sent mismatching version number or Fid for a file opened with transactions. - - - - -It is not possible to create any more miniversions for this stream. - - - - -It is not possible to open a miniversion with modify access. - - - - -A miniversion may only be opened in the context of the transaction that created it. - - - - -The specified file miniversion was found but has been invalidated. Most likely cause is a transaction savepoint rollback. - - - - -The specified file miniversion was not found for this transacted file open. - - - - -The object (file, stream, link) corresponding to the handle has been deleted by a Transaction Savepoint Rollback. - - - - -The requested log size is invalid. - - - - -The remote server or share does not support transacted file operations. - - - - -The specified directory does not contain a resource manager. - - - - -The metadata of the RM has been corrupted. The RM will not function. - - - - -Transaction support within the specified file system resource manager is not started or was shutdown due to an error. - - - - -The function attempted to use a name that is reserved for use by another transaction. - - - - -The kernel transaction manager had to abort or forget the transaction because it blocked forward progress. - - - - -Implicit transaction are not supported. - - - - -The specified operation could not be performed, because the record that would be logged was too long. This can occur because of two conditions: either there are too many Enlistments on this Transaction, or the combined RecoveryInformation being logged on behalf of those Enlistments is too long. - - - - -The specified operation could not be performed on this Superior enlistment, because the enlistment was not created with the corresponding completion response in the NotificationMask. - - - - -Because the associated transaction manager or resource manager has been closed, the handle is no longer valid. - - - - -The call to create a superior Enlistment on this Transaction object could not be completed, because the Transaction object specified for the enlistment is a subordinate branch of the Transaction. Only the root of the Transactoin can be enlisted on as a superior. - - - - -The specified TransactionManager was unable to create the objects contained in its logfile in the Ob namespace. Therefore, the TransactionManager was unable to recover. - - - - -The specified ResourceManager was unable to create an enlistment, because its associated TransactionManager is not online. - - - - -The specified TransactionManager object could not be opened, because it was not found. - - - - -The specified Enlistment object could not be opened, because it was not found. - - - - -The specified ResourceManager object could not be opened, because it was not found. - - - - -The specified Transaction object could not be opened, because it was not found. - - - - -The current transaction context associated with the thread is not a valid handle to a transaction object. - - - - -The buffer passed in to PushTransaction or PullTransaction is not in a valid format. - - - - -The requested propagation protocol was not registered as a CRM. - - - - -The attempt to propagate the Transaction failed. - - - - -The RM tried to register a protocol that already exists. - - - - -The Transaction object already has a superior enlistment, and the caller attempted an operation that would have created a new superior. Only a single superior enlistment is allow. - - - - -The resource manager has attempted to prepare a transaction that it has not successfully joined. - - - - -The specified ResourceManager made no changes or updates to the resource under this transaction. - - - - -The Transaction Manager was unable to be successfully initialized. Transacted operations are not supported. - - - - -It is too late to perform the requested operation, since the Transaction has already been committed. - - - - -It is too late to perform the requested operation, since the Transaction has already been aborted. - - - - -The caller has called a response API, but the response is not expected because the TM did not issue the corresponding request to the caller. - - - - -The requested operation is not valid on the Transaction object in its current state. - - - - -The requested operation was made in the context of a transaction that is no longer active. - - - - -The transaction handle associated with this operation is not valid. - - - - -The log is pinned due to reservation consuming most of the log space. Free some reserved records to make space available. - - - - -Records were appended to the log or reservation changes were made, but the log could not be flushed. - - - - -Security on the log and its containers is inconsistent. - - - - -Log metadata flush failed. - - - - -Log space cannot be reclaimed because the log is pinned. - - - - -Log service is not in the correct state to perform a requested action. - - - - -Log service enountered an invalid container state when attempting a requested action. - - - - -Log service enountered an error when attempting open a log container. - - - - -Log service enountered an error when attempting to write to a log container. - - - - -Log service enountered an error when attempting to read from a log container. - - - - -A request has already been made to handle the log full condition. - - - - -A log client has not been registered on the stream. - - - - -A log client has already registered on the stream. - - - - -The log must have at least two containers before it can be read from or written to. - - - - -The operation requires a non-ephemeral log, but the log is ephemeral. - - - - -Log archival is in progress. - - - - -The operation requires an archive context. - - - - -The operation failed because the log is a dedicated log. - - - - -Log is multiplexed, no direct writes to the physical log is allowed. - - - - -The log could not be set to the requested size. - - - - -Log space is exhausted. - - - - -An new or existing archive tail or base of the active log is invalid. - - - - -Reserved log space or the adjustment of the log space is invalid. - - - - -Number of reserved log records or the adjustment of the number of reserved log records is invalid. - - - - -Log record is not a record in the log file. - - - - -Log space cannot be reclaimed because the log is pinned by the archive tail. - - - - -A policy on the log in question prevented the operation from completing. - - - - -The installed set of policies on the log is invalid. - - - - -Log policy in question was not installed at the time of the request. - - - - -Log policy could not be installed because a policy of the same type is already present. - - - - -Log service has attempted to read or write backward past the start of the log. - - - - -Log service has reached the maximum allowable containers allocated to a log file. - - - - -Log service cannot delete log file or file system container. - - - - -Log service encountered an attempt to erroneous allocate or dispose reservation space. - - - - -Log service encountered a metadata file with inconsistent data. - - - - -Log service encountered a metadata file that could not be created by the log file system. - - - - -Log service encountered a corrupted metadata file. - - - - -Log service encountered a log stream with no restart area. - - - - -Log service encountered an attempt to read the log with an invalid read mode. - - - - -Log service encountered an invalid log block. - - - - -Log service encountered an invalid log block version. - - - - -Log service encountered an invalid log restart area. - - - - -Log service encountered an attempt read from a marshalling area with an invalid read context. - - - - -Log service user marshalling buffers are exhausted. - - - - -Log service encountered an attempt access data outside the active log range. - - - - -Log service encountered a partial or incomplete log block. - - - - -Log service encountered a remapped log sector. - - - - -Log service encountered a log sector with invalid block parity. - - - - -Log service encountered an invalid log sector. - - - - -The Task Scheduler service must be configured to run in the System account to function properly. Individual tasks may be configured to run in other accounts. - - - - -The list of servers for this workgroup is not currently available - - - - -The SMB client requested a CSE FSCTL on a non-CSE file. - - - - -A new encrypted file is being created and a $EFS needs to be provided. - - - - -File is encrypted and should be opened in Client Side Encryption mode. - - - - -Client Side Encryption is not supported by the remote server even though it claims to support it. - - - - -The remote server sent an invalid response for a file being opened with Client Side Encryption. - - - - -A newer system is required to decrypt this encrypted file. - - - - -This machine is disabled for file encryption. - - - - -The disk partition does not support file encryption. - - - - -The encryption algorithm used on the source file needs a bigger key buffer than the one on the destination file. - - - - -Recovery policy configured for this system contains invalid recovery certificate. - - - - -The server is not trusted for remote encryption operation. - - - - -The directory has been disabled for encryption. - - - - -The specified file is read only. - - - - -The specified file is not in the defined EFS export format. - - - - -The specified file is not encrypted. - - - - -There are no EFS keys defined for the user. - - - - -The file was encrypted with a different encryption driver than is currently loaded. - - - - -The required encryption driver is not loaded for this system. - - - - -There is no valid encryption recovery policy configured for this system. - - - - -The specified file is encrypted and the user does not have the ability to decrypt it. - - - - -The specified file could not be decrypted. - - - - -The specified file could not be encrypted. - - - - -The resources must be online on the same node for this operation - - - - -The Failover Clustering feature is not installed on this node. - - - - -The RHS process failed to initialize. - - - - -The call into the resource DLL raised an unhandled exception. - - - - -The dependencies for this resource are nested too deeply. - - - - -Quorum resource cannot reside in the Available Storage group. - - - - -The cluster network is not valid for an IPv6 Tunnel resource. Check the configuration of the IP Address resource on which the IPv6 Tunnel resource depends. - - - - -The cluster network is not valid for an IPv6 Address resource, or it does not match the configured address. - - - - -A quorum of cluster nodes was not present to form a cluster. - - - - -One or more property values for this resource are in conflict with one or more property values associated with its dependent resource(s). - - - - -An error occurred while deserializing a stream of cluster data. - - - - -An error occurred while writing to a stream of data. The required number of bytes could not be written. - - - - -An error occurred while reading from a stream of data. An unexpected number of bytes was returned. - - - - -An internal cluster error occurred. Data was not properly initialized. - - - - -An internal cluster error occurred. There was an attempt to commit a cluster database transaction while no transaction was in progress. - - - - -An internal cluster error occurred. A cluster database transaction was attempted while a transaction was already in progress. - - - - -An input string of characters is not in a valid format for the data it represents. - - - - -An input string of characters is not properly terminated. - - - - -An invalid cluster registry operation was attempted. - - - - -A network error occurred while sending data to another node in the cluster. The number of bytes transmitted was less than required. - - - - -A parameter value is out of acceptable range. - - - - -An internal cluster error occurred. A call to an invalid function was attempted. - - - - -The address is not valid for an IPv6 Address resource. A global IPv6 address is required, and it must match a cluster network. Compatibility addresses are not permitted. - - - - -The call to the cluster resource DLL timed out. - - - - -The resource type cannot accept the request since is too busy performing another operation. - - - - -The group is unable to accept the request since it is moving to another node. - - - - -The cluster node has been poisoned. - - - - -No network adapters are available. - - - - -The name of the corresponding computer account doesn't match the Network Name for this resource. - - - - -One or more nodes in the cluster are running a version of Windows that does not support this operation. - - - - -The drive letter assigned to a system disk on one node conflicted with the drive letter assigned to a disk on another node. - - - - -The cluster configuration action could not be rolled back. - - - - -The cluster configuration action has already been committed. - - - - -A cluster cannot be created with the specified cluster name because that cluster name is already in use. Specify a different name for the cluster. - - - - -This computer cannot be made a member of a cluster because it does not have the correct version of Windows installed. - - - - -This computer cannot be made a member of a cluster. - - - - -Two or more parameter values specified for a resource's properties are in conflict. - - - - -The cluster node was evicted from the cluster successfully, but the node was not cleaned up. To determine what cleanup steps failed and how to recover, see the Failover Clustering application event log using Event Viewer. - - - - -The actual data type of the property did not match the expected data type of the property. - - - - -A matching cluster network for the specified IP address could not be found. - - - - -The join operation failed because the cluster instance ID of the joining node does not match the cluster instance ID of the sponsor node. - - - - -The membership engine requested shutdown of the cluster service on this node. - - - - -The quorum resource does not contain the quorum log. - - - - -An operation was attempted that is incompatible with the current membership state of the node. - - - - -An attempt to modify a resource property failed because it conflicts with another existing property. - - - - -A DFS root already exists in this cluster node. - - - - -The backed up cluster database is possibly corrupt. - - - - -The quorum disk could not be located by the cluster service. - - - - -A non locker code got a request to reserve the lock for making global updates. - - - - -The resource monitor will not allow the fail operation to be performed while the resource is in its current state. This may happen if the resource is in a pending state. - - - - -The join operation failed because the cluster database sequence number has changed or is incompatible with the locker node. This may happen during a join operation if the cluster database was changing during the join. - - - - -You cannot bring the group online because the owner of the group is not in the preferred list for the group. To change the owner node for the group, move the group. - - - - -No authentication package could be registered with the RPC server. - - - - -The specified resource name is not supported by this resource DLL. This may be due to a bad (or changed) name supplied to the resource DLL. - - - - -The specified node does not support a resource of this type. This may be due to version inconsistencies or due to the absence of the resource DLL on this node. - - - - -The specified resource type was not found. - - - - -The system configuration changed during the cluster join or form operation. The join or form operation was aborted. - - - - -This resource cannot be created because the cluster has reached the limit on the number of resources it can monitor. - - - - -The cluster join operation failed due to incompatible software versions between the joining node and its sponsor. - - - - -The cluster join operation was aborted. - - - - -The cluster node is shutting down. - - - - -The cluster node is not ready to perform the requested operation. - - - - -The cluster resource cannot be brought online. The owner node cannot run this resource. - - - - -The cluster node is paused. - - - - -The cluster quorum resource is not allowed to have any dependencies. - - - - -This operation cannot be performed on the cluster resource as it the quorum resource. You may not bring the quorum resource offline or modify its possible owners list. - - - - -One or more cluster resources depend on the network to provide service to clients. The client access capability cannot be removed from the network. - - - - -The cluster network is the only one configured for internal cluster communication between two or more active cluster nodes. The internal communication capability cannot be removed from the network. - - - - -The cluster node is already a member of the cluster. - - - - -The cluster network is already offline. - - - - -The cluster network is already online. - - - - -The cluster node is already down. - - - - -The cluster node is already up. - - - - -The cluster network is not configured for internal cluster communication. - - - - -No cluster security context is available. - - - - -The cluster node is not paused. - - - - -The cluster IP address is already in use. - - - - -The cluster node is up. - - - - -The cluster network is not valid. - - - - -A cluster join operation is not in progress. - - - - -The cluster node is not a member of the cluster. - - - - -The cluster node is not reachable. - - - - -The cluster node is down. - - - - -The cluster network provider is not valid. - - - - -The cluster request is not valid for this object. - - - - -The cluster network interface was not found. - - - - -The cluster network interface already exists. - - - - -The cluster network was not found. - - - - -The cluster network already exists. - - - - -The cluster local node information was not found. - - - - -The cluster node was not found. - - - - -A node is in the process of joining the cluster. - - - - -The cluster node already exists. - - - - -The cluster node is not valid. - - - - -A cluster resource failed. - - - - -All cluster nodes must be running to perform this operation. - - - - -A cluster node is not available for this operation. - - - - -A cluster network is not available for this operation. - - - - -The cluster node failed to take control of the quorum resource because the resource is owned by another active node. - - - - -The minimum required disk space needed for logging is not available. - - - - -No checkpoint record was found in the cluster log. - - - - -The cluster log exceeds its maximum size. - - - - -The record could not be written to the cluster log since it exceeds the maximum size. - - - - -The cluster log is corrupt. - - - - -The quorum log could not be created or mounted successfully. - - - - -The quorum resource failed to come online. - - - - -The cluster resource could not be deleted since it is a core resource. - - - - -The cluster could not make the specified resource a quorum resource because it does not belong to a shared storage class. - - - - -The properties were stored but not all changes will take effect until the next time the resource is brought online. - - - - -The group or resource is not in the correct state to perform the requested operation. - - - - -The cluster software is shutting down. - - - - -The cluster could not make the specified resource a quorum resource because it is not capable of being a quorum resource. - - - - -The cluster resource could not be deleted or brought offline because it is the quorum resource. - - - - -The operation could not be completed because the cluster resource is online. - - - - -The cluster resource could not be brought online by the resource monitor. - - - - -The cluster resource could not be created in the specified resource monitor. - - - - -The operation failed because either the specified cluster node is not the owner of the group, or the node -is not a possible owner of the group. - - - - -The operation failed because either the specified cluster node is not the owner of the resource, or the node -is not a possible owner of the resource. - - - - -The operation could not be completed because the cluster group is not online. - - - - -The cluster group could not be found. - - - - -The cluster group is not available for any new requests. - - - - -The object is already in the list. - - - - -The object already exists. - - - - -A cluster node cannot be evicted from the cluster unless the node is down or it is the last node. - - - - -The cluster is being shut down. - - - - -The cluster resource could not be found. - - - - -The cluster resource is not available. - - - - -A cluster node is not available for this operation. - - - - -The cluster resource is not online. - - - - -The cluster resource cannot be made dependent on the specified resource because it is already dependent. - - - - -The cluster resource dependency cannot be found. - - - - -The operation cannot be completed because other resources are dependent on this resource. - - - - -Single Instance Storage is not available on this volume. - - - - -There is a mismatch between the tag specified in the request and the tag present in the reparse point. - - - - -The tag present in the reparse point buffer is invalid. - - - - -The data present in the reparse point buffer is invalid. - - - - -The reparse point attribute cannot be set because it conflicts with an existing attribute. - - - - -The file or directory is not a reparse point. - - - - -The remote storage service encountered a media error. - - - - -The remote storage service is not operational at this time. - - - - -This file is currently not available for use on this computer. - - - - -Cannot use the ieport because it is not empty. - - - - -A cleaner cartridge is present in the tape library. - - - - -This offline media cannot be mounted on this system since no enabled drives are present which can be used. - - - - -The media type cannot be removed from this library since at least one drive in the library reports it can support this media type. - - - - -The volume contains system or paging files. - - - - -The message provided exceeds the maximum size allowed for this parameter. - - - - -The last remaining item in this group or resource cannot be deleted. - - - - -Unexpected on-medium identifier. - - - - -The cleaner cartridge has performed the maximum number of drive cleanings. - - - - -A cleaner slot is not reserved. - - - - -A cleaner slot is already reserved. - - - - -Unable to eject the medium because it is in a drive. - - - - -Unable to open or close the inject/eject port. - - - - -Cannot use the transport because it is already in use. - - - - -Unable to retrieve status about the transport. - - - - -Unable to retrieve the slot status. - - - - -Unable to retrieve the drive status. - - - - -Unable to load the medium into the drive. - - - - -The transport cannot access the medium. - - - - -Library is full. No slot is available for use. - - - - -The drive identifier does not represent a valid drive. - - - - -The operator or administrator has refused the request. - - - - -The device is not ready for use. - - - - -The media is not mounted or ready for use. - - - - -The operation identifier is not valid. - - - - -The resource required for this operation does not exist. - - - - -The medium is not compatible with the device or media pool. - - - - -The database is full. - - - - -Unable to read from or write to the database. - - - - -The object identifier does not represent a valid object. - - - - -The drive cannot be cleaned or does not support cleaning. - - - - -The media identifier does not represent a valid cleaner. - - - - -A resource required for this operation is disabled. - - - - -No media is currently available in this media pool or library. - - - - -The library, drive, or media pool must be empty to perform this operation. - - - - -The library, drive, or media pool is empty. - - - - -The operation cannot be performed on an offline library. - - - - -The medium currently exists in an offline library and must be online to perform this operation. - - - - -The drive and medium are not compatible or exist in different libraries. - - - - -The media pool identifier does not represent a valid media pool. - - - - -The library identifier does not represent a valid library. - - - - -The media identifier does not represent a valid medium. - - - - -The WMI data item or data block could not be changed. - - - - -The WMI data item or data block is read only. - - - - -The WMI data block or event notification has already been disabled. - - - - -The WMI registration information is not valid. - - - - -The WMI MOF information is not valid. - - - - -The WMI data provider failed to carry out the request. - - - - -The WMI data service is not available. - - - - -The WMI data block is no longer available. - - - - -The WMI data block or event notification has already been enabled. - - - - -The WMI data provider references an instance set that has not been registered. - - - - -The WMI data provider could not be located. - - - - -The WMI request could not be completed and should be retried. - - - - -The data item ID passed was not recognized as valid by a WMI data provider. - - - - -The instance name passed was not recognized as valid by a WMI data provider. - - - - -The GUID passed was not recognized as valid by a WMI data provider. - - - - -The DHCP client has obtained an IP address that is already in use on the network. The local interface will be disabled until the DHCP client can obtain a new address. - - - - -Replication with a nonconfigured partner is not allowed. - - - - -The name does not exist in the WINS database. - - - - -The backup failed. Check the directory to which you are backing the database. - - - - -The backup failed. Was a full backup done before? - - - - -The importation from the file failed. - - - - -The local WINS cannot be deleted. - - - - -WINS encountered an error while processing the command. - - - - -Reissue the given operation as a cached IO operation - - - - -The requested print job has failed to print. A print system update requires the job to be resubmitted. - - - - -The specified printer driver was not found on the system and needs to be downloaded. - - - - -The requested operation failed. A system reboot has been initiated to roll back changes made. - - - - -The requested operation failed. A system reboot is required to roll back changes made. - - - - -Unable to find a core driver package that is required by the printer driver package. - - - - -The specified printer driver package is currently in use. - - - - -The printer driver is known to harm the system. - - - - -The printer driver is known to be unreliable. - - - - -No printers were found. - - - - -The requested operation is successful. Changes will not be effective until the service is restarted. - - - - -The requested operation is successful. Changes will not be effective until the system is rebooted. - - - - -The requested operation is not allowed when there are jobs queued to the printer. - - - - -The specified print monitor is currently in use. - - - - -The specified print monitor does not have the required functions. - - - - -The specified print monitor has already been installed. - - - - -The specified print processor has already been installed. - - - - -An AddJob call was not issued. - - - - -A StartDocPrinter call was not issued. - - - - -The spool file was not found. - - - - -The specified printer driver is currently in use. - - - - -The specified print monitor is unknown. - - - - -The device is in use by an active process and cannot be disconnected. - - - - -Active connections still exist. - - - - -This network connection has files open or requests pending. - - - - -This network connection does not exist. - - - - -The specified username is invalid. - - - - -The network connection was made successfully using default credentials. - - - - -The network connection was made successfully, but the user had to be prompted for a password other than the one originally specified. - - - - -The specified profile is intended for a device of a different type than the specified device. - - - - -The specified named color index is not present in the profile. - - - - -The specified transform does not match the bitmap's color space. - - - - -The specified color transform is invalid. - - - - -There was an error while deleting the color transform. - - - - -Image Color Management is not enabled. - - - - -The specified color space is invalid. - - - - -The specified color profile was not found. - - - - -The specified color profile is not associated with the specified device. - - - - -The specified tag is already present. - - - - -A required tag is not present. - - - - -The specified tag was not found. - - - - -The specified color profile is invalid. - - - - -The specified color management module is invalid. - - - - -The requested clipping operation is not supported. - - - - -The requested transformation operation is not supported. - - - - -The requested metafile operation is not supported. - - - - -The window style or class attribute is invalid for this operation. - - - - -The specified driver is invalid. - - - - -The pixel format is invalid. - - - - -Logon Failure: Authentication failed because NTLM authentication has been disabled. - - - - -Remote connections to the Print Spooler are blocked by a policy set on your machine. - - - - -Logon Failure: The machine you are logging onto is protected by an authentication firewall. The specified account is not allowed to authenticate to the machine. - - - - -The current user's delegated trust deletion quota has been exceeded. - - - - -The total delegated trust creation quota has been exceeded. - - - - -The current user's delegated trust creation quota has been exceeded. - - - - -The context has expired and can no longer be used. - - - - -The printer driver is not compatible with a policy enabled on your computer that blocks NT 4.0 drivers. - - - - -The group element could not be removed. - - - - -The group element could not be added. - - - - -The specified profile element could not be removed. - - - - -The specified profile element could not be added. - - - - -The specified profile entry could not be added. - - - - -Interface could not be exported to the specified entry. - - - - -Not all object UUIDs could be exported to the specified entry. - - - - -The entry is not of the expected type. - - - - -The name of the file cannot be resolved by the system. - - - - -The file cannot be accessed by the system. - - - - -No site name is available for this machine. - - - - -No more data is available from the RPC pipe. - - - - -The RPC call completed before all pipes were processed. - - - - -The RPC pipe object has already been closed. - - - - -Invalid asynchronous RPC call handle for this operation. - - - - -Invalid asynchronous remote procedure call handle. - - - - -Some data remains to be sent in the request buffer. - - - - -The object resolver set specified was not found. - - - - -The object specified was not found. - - - - -The object exporter specified was not found. - - - - -The referenced account is currently locked out and may not be logged on to. - - - - -Could not find the domain controller for this domain. - - - - -The user's password must be changed before logging on the first time. - - - - -The state of the printer is invalid. - - - - -The specified printer has been deleted. - - - - -The specified printer handle is already being waited on - - - - -The specified form size is invalid. - - - - -The specified form name is invalid. - - - - -The specified time is invalid. - - - - -The object universal unique identifier (UUID) is the nil UUID. - - - - -The endpoint mapper database entry could not be created. - - - - -The group member was not found. - - - - -Unsupported RPC pipe version. - - - - -An invalid operation was attempted on an RPC pipe object. - - - - -The RPC pipe object is invalid or corrupted. - - - - -Incompatible version of the RPC stub. - - - - -Incompatible version of the serializing package. - - - - -Invalid operation on the encoding/decoding handle. - - - - -Thread is not canceled. - - - - -A security package specific error occurred. - - - - -A UUID that is valid only on this computer has been allocated. - - - - -The error specified is not a valid Windows RPC error code. - - - - -No principal name registered. - - - - -The requested authentication level is not supported. - - - - -A communications failure occurred during a remote procedure call. - - - - -The binding handle does not contain all required information. - - - - -The remote procedure call was cancelled. - - - - -No interfaces have been registered. - - - - -Not enough quota is available to process this command. - - - - -The specified resource language ID cannot be found in the image file. - - - - -The specified resource name cannot be found in the image file. - - - - -The specified resource type cannot be found in the image file. - - - - -The specified image file did not contain a resource section. - - - - -The server is in use and cannot be unloaded. - - - - -The name or security ID (SID) of the domain specified is inconsistent with the trust information for that domain. - - - - -The account used is a server trust account. Use your global user account or local user account to access this server. - - - - -The account used is a computer account. Use your global user account or local user account to access this server. - - - - -The account used is an interdomain trust account. Use your global user account or local user account to access this server. - - - - -There are no more bindings. - - - - -The environment specified is invalid. - - - - -The specified datatype is invalid. - - - - -The printer command is invalid. - - - - -The printer already exists. - - - - -The printer name is invalid. - - - - -The specified priority is invalid. - - - - -The specified separator file is invalid. - - - - -The print processor is unknown. - - - - -The printer driver is unknown. - - - - -The specified port is unknown. - - - - -The specified printer driver is already installed. - - - - -The redirector is in use and cannot be unloaded. - - - - -The user's account has expired. - - - - -An attempt was made to logon, but the network logon service was not started. - - - - -A remote procedure call is already in progress for this thread. - - - - -The network logon failed. - - - - -The trust relationship between this workstation and the primary domain failed. - - - - -The trust relationship between the primary domain and the trusted domain failed. - - - - -The security database on the server does not have a computer account for this workstation trust relationship. - - - - -The workstation does not have a trust secret. - - - - -The disk media is not recognized. It may not be formatted. - - - - -The supplied user buffer is not valid for the requested operation. - - - - -The stub received bad data. - - - - -The byte count is too small. - - - - -The enumeration value is out of range. - - - - -A null reference pointer was passed to the stub. - - - - -The stub is unable to get the remote procedure call handle. - - - - -The binding handles passed to a remote procedure call do not match. - - - - -The context handle changed during a remote procedure call. - - - - -A null context handle was passed from the client to the host during a remote procedure call. - - - - -The file containing the character translation table has fewer than 512 bytes. - - - - -Unable to open the character translation table file. - - - - -The list of RPC servers available for the binding of auto handles has been exhausted. - - - - -A floating-point overflow occurred at the RPC server. - - - - -A floating-point underflow occurred at the RPC server. - - - - -A floating-point operation at the RPC server caused a division by zero. - - - - -An addressing error occurred in the RPC server. - - - - -The RPC server attempted an integer division by zero. - - - - -An internal error occurred in a remote procedure call (RPC). - - - - -No security context is available to allow impersonation. - - - - -The requested operation is not supported. - - - - -The network address family is invalid. - - - - -The name service is unavailable. - - - - -The entry is not found. - - - - -The entry already exists. - - - - -The interface was not found. - - - - -There is nothing to unexport. - - - - -There are no more members. - - - - -The version option is invalid. - - - - -The entry name is incomplete. - - - - -No interfaces have been exported. - - - - -There are no more endpoints available from the endpoint mapper. - - - - -The server endpoint cannot perform the operation. - - - - -The entry is invalid. - - - - -The authorization service is unknown. - - - - -The security context is invalid. - - - - -The authentication level is unknown. - - - - -The authentication service is unknown. - - - - -The binding does not contain any authentication information. - - - - -The procedure number is out of range. - - - - -The RPC protocol sequence was not found. - - - - -The string is too long. - - - - -The maximum number of calls is too small. - - - - -The authentication type is unknown. - - - - -The endpoint is a duplicate. - - - - -No network address is available to use to construct a universal unique identifier (UUID). - - - - -The name syntax is not supported. - - - - -The name syntax is invalid. - - - - -The binding does not contain an entry name. - - - - -The array bounds are invalid. - - - - -The tag is invalid. - - - - -The universal unique identifier (UUID) type is not supported. - - - - -The transfer syntax is not supported by the RPC server. - - - - -Access to the HTTP proxy is denied. - - - - -A remote procedure call (RPC) protocol error occurred. - - - - -The remote procedure call failed and did not execute. - - - - -The remote procedure call failed. - - - - -There are no remote procedure calls active on this thread. - - - - -The network options are invalid. - - - - -The RPC server is too busy to complete this operation. - - - - -The RPC server is unavailable. - - - - -Not enough resources are available to complete this operation. - - - - -The endpoint cannot be created. - - - - -There are no protocol sequences. - - - - -There are no bindings. - - - - -The interface is unknown. - - - - -The manager type is unknown. - - - - -The RPC server is not listening. - - - - -No protocol sequences have been registered. - - - - -The RPC server is already listening. - - - - -The type universal unique identifier (UUID) has already been registered. - - - - -The object universal unique identifier (UUID) has already been registered. - - - - -The object universal unique identifier (UUID) was not found. - - - - -The timeout value is invalid. - - - - -No endpoint was found. - - - - -The network address is invalid. - - - - -The endpoint format is invalid. - - - - -The string universal unique identifier (UUID) is invalid. - - - - -The RPC protocol sequence is invalid. - - - - -The RPC protocol sequence is not supported. - - - - -The binding handle is invalid. - - - - -The binding handle is not the correct type. - - - - -The string binding is invalid. - - - - -The Windows Installer service is not accessible in Safe Mode. Please try again when your computer is not in Safe Mode or you can use System Restore to return your machine to a previous good state. - - - - -Windows Installer does not permit updating of managed advertised products. At least one feature of the product must be installed before applying the update. - - - - -The XML update data is invalid. - - - - -Update removal was disallowed by policy. - - - - -No valid sequence could be found for the set of updates. - - - - -The update is not applied to this product. - - - - -Uninstallation of the update package is not supported. - - - - -The Windows Installer does not permit installation from a Remote Desktop Connection. - - - - -One or more customizations are not permitted by software restriction policy. - - - - -The update package is not permitted by software restriction policy. - - - - -The upgrade cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade may update a different version of the program. Verify that the program to be upgraded exists on your computer and that you have the correct upgrade. - - - - -The requested operation completed successfully. The system will be restarted so the changes can take effect. - - - - -Only administrators have permission to add, remove, or configure server software during a Terminal services remote session. If you want to install or configure software on the server, contact your network administrator. - - - - -Invalid command line argument. Consult the Windows Installer SDK for detailed command line help. - - - - -Another version of this product is already installed. Installation of this version cannot continue. To configure or remove the existing version of this product, use Add/Remove Programs on the Control Panel. - - - - -This update package cannot be processed by the Windows Installer service. You must install a Windows service pack that contains a newer version of the Windows Installer service. - - - - -This update package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer update package. - - - - -This update package could not be opened. Verify that the update package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer update package. - - - - -Component not used on this computer. - - - - -This installation package is not supported by this processor type. Contact your product vendor. - - - - -The Temp folder is on a drive that is full or is inaccessible. Free up space on the drive or verify that you have write permission on the Temp folder. - - - - -The Windows Installer service failed to start. Contact your support personnel. - - - - -Data of this type is not supported. - - - - -Data supplied is of wrong type. - - - - -Invalid or unknown table specified. - - - - -Function failed during execution. - - - - -Function could not be executed. - - - - -This installation is forbidden by system policy. Contact your system administrator. - - - - -Error applying transforms. Verify that the specified transform paths are valid. - - - - -The language of this installation package is not supported by your system. - - - - -Error opening installation log file. Verify that the specified log file location exists and that you can write to it. - - - - -There was an error starting the Windows Installer service user interface. Contact your support personnel. - - - - -This installation package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer package. - - - - -This installation package could not be opened. Verify that the package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer package. - - - - -Another installation is already in progress. Complete that installation before proceeding with this install. - - - - -The device has been removed. - - - - -Record field does not exist. - - - - -SQL query syntax invalid or unsupported. - - - - -Product is uninstalled. - - - - -This installation package cannot be installed by the Windows Installer service. You must install a Windows service pack that contains a newer version of the Windows Installer service. - - - - -The installation source for this product is not available. Verify that the source exists and that you can access it. - - - - -Component qualifier not present. - - - - -The configuration data for this product is corrupt. Contact your support personnel. - - - - -Handle is in an invalid state. - - - - -Unknown property. - - - - -Component ID not registered. - - - - -Feature ID not registered. - - - - -This action is only valid for products that are currently installed. - - - - -Installation suspended, incomplete. - - - - -Fatal error during installation. - - - - -User cancelled installation. - - - - -The Windows Installer Service could not be accessed. This can occur if the Windows Installer is not correctly installed. Contact your support personnel for assistance. - - - - -The specified thread is already joining a task. - - - - -The specified task index is invalid. - - - - -The specified task name is invalid. - - - - -The event log file has changed between read operations. - - - - -The event log file is full. - - - - -No event log file could be opened, so the event logging service did not start. - - - - -The event log file is corrupted. - - - - -There was an AuthIP failure when attempting to connect to the remote host. - - - - -The caller made the connection request in the wrong routing compartment. - - - - -This application must be restarted. - - - - -An error was encountered while processing an XML digital signature. - - - - -Windows was unable to parse the requested XML data. - - - - -This application does not support the current operation on symbolic links. - - - - -The symbolic link cannot be followed because its type is disabled. - - - - - Incorrect size argument. - - - - -Invalid monitor handle. - - - - -This operation returned because the timeout period expired. - - - - -This operation requires an interactive window station. - - - - -Hook type not allowed. - - - - -Invalid keyboard layout handle. - - - - -A menu item was not found. - - - - -The paging file is too small for this operation to complete. - - - - -Insufficient quota to complete the requested service. - - - - -Insufficient quota to complete the requested service. - - - - -Insufficient system resources exist to complete the requested service. - - - - -Insufficient system resources exist to complete the requested service. - - - - -Insufficient system resources exist to complete the requested service. - - - - -Cannot show or remove the window in the way specified. - - - - -Scroll bar range cannot be greater than MAXLONG. - - - - -The window does not have scroll bars. - - - - -Popup menu already active. - - - - -Cannot process a message from a window that is not a multiple document interface (MDI) window. - - - - -Invalid thread identifier. - - - - -Invalid GW_* command. - - - - -The window is not a child window. - - - - -All handles to windows in a multiple-window position structure must have the same parent. - - - - -Screen already locked. - - - - -Invalid system-wide (SPI_*) parameter. - - - - -Invalid message box style. - - - - -The window does not have a system menu. - - - - -Child windows cannot have menus. - - - - -Cannot destroy object created by another thread. - - - - -This list box does not support tab stops. - - - - -LB_SETCOUNT sent to non-lazy list box. - - - - -Invalid message for single-selection list box. - - - - -The hook procedure is not installed. - - - - -The journal hook procedure is already installed. - - - - -This hook procedure can only be set globally. - - - - -Cannot set nonlocal hook without a module handle. - - - - -Invalid hook procedure. - - - - -Invalid hook procedure type. - - - - -Invalid device context (DC) handle. - - - - -Height must be less than 256. - - - - -The window is not a combo box. - - - - -Invalid message for a combo box because it does not have an edit control. - - - - -Control ID not found. - - - - -The window is not a valid dialog window. - - - - -Hot key is not registered. - - - - -Thread does not have a clipboard open. - - - - -No wildcards were found. - - - - -The list box identifier was not found. - - - - -Using private DIALOG window words. - - - - -Invalid icon handle. - - - - -Invalid index. - - - - -Class still has open windows. - - - - -Class does not exist. - - - - -Class already exists. - - - - -Hot key is already registered. - - - - -Invalid window; it belongs to other thread. - - - - -Cannot find window class. - - - - -Cannot create a top-level child window. - - - - -Invalid handle to a multiple-window position structure. - - - - -Invalid hook handle. - - - - -Invalid accelerator table handle. - - - - -Invalid cursor handle. - - - - -Invalid menu handle. - - - - -Invalid window handle. - - - - -This operation cannot be performed on the current domain. - - - - -There is a time and/or date difference between the client and server. - - - - -Mutual Authentication failed. The server's password is out of date at the domain controller. - - - - -Logon Failure: The target account name is incorrect. - - - - -The service being accessed is licensed for a particular number of connections. -No more connections can be made to the service at this time because there are already as many connections as the service can accept. - - - - -There is no user session key for the specified logon session. - - - - -The disk structure is corrupted and unreadable. - - - - -The file or directory is corrupted and unreadable. - - - - -Indicates an ACL contains no inheritable components. - - - - -A cross-encrypted password is necessary to change this user password. - - - - -Too many security IDs have been specified. - - - - -A new member could not be added to a local group because the member has the wrong account type. - - - - -A member could not be added to or removed from the local group because the member does not exist. - - - - -A cross-encrypted password is necessary to change a user password. - - - - -Logon failure: the user has not been granted the requested logon type at this computer. - - - - -During a logon attempt, the user's security context accumulated too many security IDs. - - - - -The local security authority database contains an internal inconsistency. - - - - -The length of a secret exceeds the maximum length allowed. - - - - -The maximum number of secrets that may be stored in a single system has been exceeded. - - - - -Logon failure: the user has not been granted the requested logon type at this computer. - - - - -The specified local group already exists. - - - - -The specified account name is already a member of the group. - - - - -The specified account name is not a member of the group. - - - - -The specified local group does not exist. - - - - -The token is already in use as a primary token. - - - - -The user cannot be removed from a group because the group is currently the user's primary group. - - - - -Cannot perform this operation on this built-in special user. - - - - -Cannot perform this operation on this built-in special group. - - - - -Cannot perform this operation on built-in accounts. - - - - -An internal security database corruption has been encountered. - - - - -The transaction state of a registry subtree is incompatible with the requested operation. - - - - -Unable to impersonate using a named pipe until data has been read from that pipe. - - - - -A logon request contained an invalid logon type value. - - - - -The logon session ID is already in use. - - - - -The logon session is not in a state that is consistent with the requested operation. - - - - -A specified authentication package is unknown. - - - - -Cannot start a new logon session with an ID that is already in use. - - - - -The requested action is restricted for use by logon processes only. The calling process has not registered as a logon process. - - - - -A security descriptor is not in the right format (absolute or self-relative). - - - - -Generic access types were contained in an access mask which should already be mapped to nongeneric types. - - - - -An internal error occurred. - - - - -Unable to complete the requested operation because of either a catastrophic media failure or a data structure corruption on the disk. - - - - -An attempt was made to exceed the limit on the number of domains per server. - - - - -The specified domain already exists. - - - - -The specified domain either does not exist or could not be contacted. - - - - -This operation is only allowed for the Primary Domain Controller of the domain. - - - - -The domain was in the wrong state to perform the security operation. - - - - -The security account manager (SAM) or local security authority (LSA) server was in the wrong state to perform the security operation. - - - - -Configuration information could not be read from the domain controller, either because the machine is unavailable, or access has been denied. - - - - -Unable to perform a security operation on an object that has no associated security. - - - - -The type of the token is inappropriate for its attempted use. - - - - -The validation information class requested was invalid. - - - - -Cannot open an anonymous level security token. - - - - -Either a required impersonation level was not provided, or the provided impersonation level is invalid. - - - - -The specified attributes are invalid, or incompatible with the attributes for the group as a whole. - - - - -No more memory is available for security information updates. - - - - -The value provided was an invalid value for an identifier authority. - - - - -The server is currently enabled. - - - - -The server is currently disabled. - - - - -The inherited access control list (ACL) or access control entry (ACE) could not be built. - - - - -The security descriptor structure is invalid. - - - - -The security ID structure is invalid. - - - - -The access control list (ACL) structure is invalid. - - - - -The subauthority part of a security ID is invalid for this particular use. - - - - -No more local user identifiers (LUIDs) are available. - - - - -Too many local user identifiers (LUIDs) were requested at one time. - - - - -No mapping between account names and security IDs was done. - - - - -Logon failure: account currently disabled. - - - - -Logon failure: the specified account password has expired. - - - - -Logon failure: user not allowed to log on to this computer. - - - - -Logon failure: account logon time restriction violation. - - - - -Logon failure: user account restriction. Possible reasons are blank passwords not allowed, logon hour restrictions, or a policy restriction has been enforced. - - - - -Logon failure: unknown user name or bad password. - - - - -Unable to update the password. The value provided for the new password does not meet the length, complexity, or history requirements of the domain. - - - - -Unable to update the password. The value provided for the new password contains values that are not allowed in passwords. - - - - -Unable to update the password. The value provided as the current password is incorrect. - - - - -The last remaining administration account cannot be disabled or deleted. - - - - -The specified user account is not a member of the specified group account. - - - - -Either the specified user account is already a member of the specified group, or the specified group cannot be deleted because it contains a member. - - - - -The specified group does not exist. - - - - -The specified group already exists. - - - - -The specified account does not exist. - - - - -The specified account already exists. - - - - -The name provided is not a properly formed account name. - - - - -A required privilege is not held by the client. - - - - -A specified privilege does not exist. - - - - -A specified logon session does not exist. It may already have been terminated. - - - - -There are currently no logon servers available to service the logon request. - - - - -The group may not be disabled. - - - - -An attempt has been made to operate on an impersonation token by a thread that is not currently impersonating a client. - - - - -This security ID may not be assigned as the primary group of an object. - - - - -This security ID may not be assigned as the owner of this object. - - - - -Indicates two revision levels are incompatible. - - - - -The revision level is unknown. - - - - -The password is too complex to be converted to a LAN Manager password. The LAN Manager password returned is a NULL string. - - - - -No encryption key is available. A well-known encryption key was returned. - - - - -No system quota limits are specifically set for this account. - - - - -Some mapping between account names and security IDs was not done. - - - - -Not all privileges or groups referenced are assigned to the caller. - - - - -Indicates a particular Security ID may not be assigned as the label of an object. - - - - -A privilege that the service requires to function properly does not exist in the service account configuration. -You may use the Services Microsoft Management Console (MMC) snap-in (services.msc) and the Local Security Settings MMC snap-in (secpol.msc) to view the service configuration and the account configuration. - - - - -The requested file operation failed because the storage policy blocks that type of file. For more information, contact your system administrator. - - - - -The requested file operation failed because the storage quota was exceeded. -To free up disk space, move files to a different location or delete unnecessary files. For more information, contact your system administrator. - - - - -The service notification client is lagging too far behind the current state of services in the machine. - - - - -Either the target process, or the target thread's containing process, is a protected process. - - - - -An operation attempted to exceed an implementation-defined limit. - - - - -The process hosting the driver for this device has been terminated. - - - - -The service start failed since one or more services in the same process have an incompatible service SID type setting. A service with restricted service SID type can only coexist in the same process with other services with a restricted SID type. If the service SID type for this service was just configured, the hosting process must be restarted in order to start this service. - - - - -The operation occurred beyond the valid data length of the file. - - - - -The parameter passed to a C runtime function is incorrect. - - - - -Insufficient information exists to identify the cause of failure. - - - - -%1 is a 16-bit application. You do not have permissions to execute 16-bit applications. Check your permissions with your system administrator. - - - - -An attempt to delay-load a .dll or get a function address in a delay-loaded .dll failed. - - - - -An attempt to do an operation on a debug object failed because the object is in the process of being deleted. - - - - -Data present in one of the parameters is more than the function can operate on. - - - - -The system detected an overrun of a stack-based buffer in this application. This overrun could potentially allow a malicious user to gain control of this application. - - - - -The current thread has already been converted from a fiber. - - - - -The current thread has already been converted to a fiber. - - - - -A transaction recover failed. - - - - -Windows cannot open this program because the license enforcement system has been tampered with or become corrupted. - - - - -Windows cannot open this program since it has been disabled. - - - - -A dynamic link library (DLL) referenced a module that was neither a DLL nor the process's executable image. - - - - -This driver has been blocked from loading - - - - -The group policy framework should call the extension in the synchronous foreground policy refresh. - - - - -An application-defined callback gave invalid data when called. - - - - -The machine is locked and cannot be shut down without the force option. - - - - -The system detected a possible attempt to compromise security. Please ensure that you can contact the server that authenticated you. - - - - -The kerberos protocol encountered an error while attempting to utilize the smartcard subsystem. - - - - -The kerberos protocol encountered an error while validating the KDC certificate during smartcard logon. There is more information in the system event log. - - - - -The share is currently offline or does not exist. - - - - -A program attempt to use an invalid register value. Normally caused by an uninitialized register. This error is Itanium specific. - - - - -This program is blocked by group policy. For more information, contact your system administrator. - - - - -AppHelp dialog canceled thus preventing the application from starting. - - - - -The security identifier provided does not have a domain component. - - - - -The security identifier provided is not from an account domain. - - - - -The remote system is not available. For information about network troubleshooting, see Windows Help. - - - - -The server machine is shutting down. - - - - -This operation is not supported on a computer running Windows Server 2003 for Small Business Server - - - - -The specified user does not have a valid profile. - - - - -The group policy framework should call the extension even if there are no changes. - - - - -This operation is supported only when you are connected to the server. - - - - -A domain controller with the specified name already exists. - - - - -The specified site does not exist. - - - - -No more local devices. - - - - -An attempt was made to perform an initialization operation when initialization has already been completed. - - - - -Continue with work in progress. - - - - -The operation being requested was not performed because the user has not logged on to the network. -The specified service does not exist. - - - - -The operation being requested was not performed because the user has not been authenticated. - - - - -The specified service does not exist. - - - - -The service is already registered. - - - - -The network address could not be used for the operation requested. - - - - -The account is not authorized to log in from this station. - - - - -Attempting to log in during an unauthorized time of day for this account. - - - - -A connection to the server could not be made because the limit on the number of concurrent connections for this account has been reached. - - - - -The operation could not be completed. A retry should be performed. - - - - -The network connection was aborted by the local system. - - - - -The request was aborted. - - - - -No service is operating at the destination network endpoint on the remote system. - - - - -The network location cannot be reached. For information about network troubleshooting, see Windows Help. - - - - -The network location cannot be reached. For information about network troubleshooting, see Windows Help. - - - - -The network location cannot be reached. For information about network troubleshooting, see Windows Help. - - - - -An invalid operation was attempted on an active network connection. - - - - -An operation was attempted on a nonexistent network connection. - - - - -An address has not yet been associated with the network endpoint. - - - - -The network transport endpoint already has an address associated with it. - - - - -The network connection was gracefully closed. - - - - -The remote computer refused the network connection. - - - - -The requested operation cannot be performed on a file with a user-mapped section open. - - - - -The operation was canceled by the user. - - - - -The network is not present or not started. - - - - -The workgroup or domain name is already in use by another computer on the network. - - - - -An attempt was made to establish a session to a network server, but there are already too many sessions established to that server. - - - - -Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed. Disconnect all previous connections to the server or shared resource and try again. - - - - -The format of the specified message destination is invalid. - - - - -The format of the specified message name is invalid. - - - - -The format of the specified password is invalid. - - - - -The format of the specified share name is invalid. - - - - -The format of the specified network name is invalid. - - - - -The format of the specified service name is invalid. - - - - -The format of the specified domain name is invalid. - - - - -The format of the specified event name is invalid. - - - - -The format of the specified computer name is invalid. - - - - -The format of the specified group name is invalid. - - - - -An extended error has occurred. - - - - -Cannot enumerate a noncontainer. - - - - -The network connection profile is corrupted. - - - - -Unable to open the network connection profile. - - - - -The specified network provider name is invalid. - - - - -The network path was either typed incorrectly, does not exist, or the network provider is not currently available. Please try retyping the path or contact your network administrator. - - - - -The local device name has a remembered connection to another network resource. - - - - -The device is not currently connected but it is a remembered connection. - - - - -The specified device name is invalid. - - - - -The system shutdown cannot be initiated because there are other users logged on to the computer. - - - - -A system shutdown has already been scheduled. - - - - -The journal entry has been deleted from the journal. - - - - -A file was found, but it may not be the correct file. - - - - -The volume change journal is not active. - - - - -The volume change journal is being deleted. - - - - -Unable to move the replacement file to the file to be replaced. The file to be replaced has been renamed using the backup name. - - - - -Unable to move the replacement file to the file to be replaced. The file to be replaced has retained its original name. - - - - -Unable to remove the file to be replaced. - - - - -The Volume ID could not be found. - - - - -The tracking (workstation) service is not running. - - - - -The point passed to GetMouseMovePoints is not in the buffer. - - - - -The property set specified does not exist on the object. - - - - -There was no match for the specified key in the index. - - - - -Element not found. - - - - -The device is not connected. - - - - -The device has indicated that its door is open. - - - - -The device has indicated that cleaning is required before further operations are attempted. - - - - -The indicated device requires reinitialization due to hardware errors. - - - - -The indicated element is part of a magazine that is not present. - - - - -The indicated element does not exist. - - - - -The indicated destination element already contains media. - - - - -The indicated source element has no media. - - - - -The message can be used only with synchronous operations. - - - - -The current process has used all of its system allowance of handles for Window Manager objects. - - - - -One of the library files needed to run this application cannot be found. - - - - -An error occurred in sending the command to the application. - - - - -No application is associated with the specified file for this operation. - - - - -One of the library files needed to run this application is damaged. - - - - -The specified program was written for an earlier version of Windows. - - - - -Cannot start more than one instance of the specified program. - - - - -The specified program is not a Windows or MS-DOS program. - - - - -The specified program requires a newer version of Windows. - - - - -An attempt was made to create more links on a file than the file system supports. - - - - -The system BIOS failed an attempt to change the system power state. - - - - -An attempt to change the system power state was vetoed by another application or driver. - - - - -The base address or the file offset specified does not have the proper alignment. - - - - -A potential deadlock condition has been detected. - - - - -Not enough server storage is available to process this command. - - - - -Physical end of tape encountered. - - - - -While accessing the hard disk, a disk controller reset was needed, but even that failed. - - - - -While accessing the hard disk, a disk operation failed even after retries. - - - - -While accessing the hard disk, a recalibrate operation failed, even after retries. - - - - -The floppy disk controller returned inconsistent results in its registers. - - - - -The floppy disk controller reported an error that is not recognized by the floppy disk driver. - - - - -Mismatch between the floppy disk sector ID field and the floppy disk controller track address. - - - - -No ID address mark was found on the floppy disk. - - - - -A serial I/O operation completed because the timeout period expired. -(The IOCTL_SERIAL_XOFF_COUNTER did not reach zero.) - - - - -A serial I/O operation was completed by another write to the serial port. -(The IOCTL_SERIAL_XOFF_COUNTER reached zero.) - - - - -Unable to open a device that was sharing an interrupt request (IRQ) with other devices. At least one other device that uses that IRQ was already opened. - - - - -No serial device was successfully initialized. The serial driver will unload. - - - - -The request could not be performed because of an I/O device error. - - - - -Unable to abort the system shutdown because no shutdown was in progress. - - - - -A system shutdown is in progress. - - - - -A dynamic link library (DLL) initialization routine failed. - - - - -No mapping for the Unicode character exists in the target multi-byte code page. - - - - -No media in drive. - - - - -The I/O bus was reset. - - - - -The media in the drive may have changed. - - - - -Unable to unload the media. - - - - -Unable to lock the media eject mechanism. - - - - -Tape partition information could not be found when loading a tape. - - - - -When accessing a new tape of a multivolume partition, the current block size is incorrect. - - - - -Tape could not be partitioned. - - - - -No more data is on the tape. - - - - -A tape access reached the end of a set of files. - - - - -The beginning of the tape or a partition was encountered. - - - - -A tape access reached a filemark. - - - - -The physical end of the tape has been reached. - - - - -This service cannot be started in Safe Mode - - - - -The executable program that this service is configured to run in does not implement the service. - - - - -No recovery program has been configured for this service. - - - - -This service runs in the same process as the service control manager. -Therefore, the service control manager cannot take action if this service's process terminates unexpectedly. - - - - -Failure actions can only be set for Win32 services, not for drivers. - - - - -The account specified for this service is different from the account specified for other services running in the same process. - - - - -The name is already in use as either a service name or a service display name. - - - - -No attempts to start the service have been made since the last boot. - - - - -The current boot has already been accepted for use as the last-known-good control set. - - - - -The dependency service does not exist or has been marked for deletion. - - - - -The system is currently running with the last-known-good configuration. - - - - -The specified service already exists. - - - - -The specified service has been marked for deletion. - - - - -The specified service database lock is invalid. - - - - -After starting, the service hung in a start-pending state. - - - - -The service did not start due to a logon failure. - - - - -The dependency service or group failed to start. - - - - -The process terminated unexpectedly. - - - - -The service has returned a service-specific error code. - - - - -The database specified does not exist. - - - - -An exception occurred in the service when handling the control request. - - - - -The service process could not connect to the service controller. - - - - -The service has not been started. - - - - -The service cannot accept control messages at this time. - - - - -The specified service does not exist as an installed service. - - - - -Circular service dependency was specified. - - - - -The service cannot be started, either because it is disabled or because it has no enabled devices associated with it. - - - - -The account name is invalid or does not exist, or the password is invalid for the account name specified. - - - - -An instance of the service is already running. - - - - -The service database is locked. - - - - -A thread could not be created for the service. - - - - -The service did not respond to the start or control request in a timely fashion. - - - - -The requested control is not valid for this service. - - - - -A stop control has been sent to a service that other running services are dependent on. - - - - -A notify change request is being completed and the information is not being returned in the caller's buffer. The caller now needs to enumerate the files to find the changes. - - - - -Cannot create a stable subkey under a volatile parent key. - - - - -Cannot create a symbolic link in a registry key that already has subkeys or values. - - - - -System could not allocate the required space in a registry log. - - - - -Illegal operation attempted on a registry key that has been marked for deletion. - - - - -The system has attempted to load or restore a file into the registry, but the specified file is not in a registry file format. - - - - -An I/O operation initiated by the registry failed unrecoverably. The registry could not read in, or write out, or flush, one of the files that contain the system's image of the registry. - - - - -The registry is corrupted. The structure of one of the files containing registry data is corrupted, or the system's memory image of the file is corrupted, or the file could not be recovered because the alternate copy or log was absent or corrupted. - - - - -One of the files in the registry database had to be recovered by use of a log or alternate copy. The recovery was successful. - - - - -The configuration registry key could not be written. - - - - -The configuration registry key could not be read. - - - - -The configuration registry key could not be opened. - - - - -The configuration registry key is invalid. - - - - -The configuration registry database is corrupt. - - - - -An attempt was made to reference a token that does not exist. - - - - -The requested operation cannot be performed in full-screen mode. - - - - -The volume for a file has been externally altered so that the opened file is no longer valid. - - - - -The volume does not contain a recognized file system. -Please make sure that all required file system drivers are loaded and that the volume is not corrupted. - - - - -Invalid flags. - - - - -Cannot complete this function. - - - - -The window cannot act on the sent message. - - - - -Recursion too deep; the stack overflowed. - - - - -Error performing inpage operation. - - - - -Invalid access to memory location. - - - - -Overlapped I/O operation is in progress. - - - - -Overlapped I/O event is not in a signaled state. - - - - -The I/O operation has been aborted because of either a thread exit or an application request. - - - - -Access to the extended attribute was denied. - - - - -The resources required for this device conflict with the MCFG table. - - - - -{Delayed Write Failed} -Windows was unable to save all the data for the file %hs; the data has been lost. -This error may be caused if the device has been removed or the media is write-protected. - - - - -{Delayed Write Failed} -Windows was unable to save all the data for the file %hs; the data has been lost. -This error was returned by the server on which the file exists. Please try to save this file elsewhere. - - - - -{Delayed Write Failed} -Windows was unable to save all the data for the file %hs; the data has been lost. -This error may be caused by network connectivity issues. Please try to save this file elsewhere. - - - - -A valid hibernation file has been invalidated and should be abandoned. - - - - -Access to %1 has been restricted by your Administrator by policy rule %2. - - - - -Access to %1 is monitored by policy rule %2. - - - - -A thread is getting dispatched with MCA EXCEPTION because of MCA. - - - - -The system powerstate is transitioning from %2 to %3 but could enter %4. - - - - -The system powerstate is transitioning from %2 to %3. - - - - -The Desktop heap encountered an error while allocating session memory. -There is more information in the system event log. - - - - -The attempted operation required self healing to be enabled. - - - - -The hardware has reported an uncorrectable memory error. - - - - -The iterator's start position is invalid. - - - - -A version number could not be parsed. - - - - -The client of a component requested an operation which is not valid given the state of the component instance. - - - - -The implementation is not capable of performing the request. - - - - -One or more errors occurred while processing the request. - - - - -The data provider was not able to intrepret the flags set for a column binding in an accessor. - - - - -The data provider requires that previously fetched data is released before asking for more data. - - - - -The data provider cannot scroll backwards through a result set. - - - - -The data provider cannot fetch backwards through a result set. - - - - -Compression is disabled for this volume. - - - - -An exception occurred in a user mode callback and the kernel callback frame should be removed. - - - - -Debugger continued - - - - -Debugger handled exception - - - - -An operation is blocked waiting for an oplock. - - - - -The specified interrupt vector is still connected. - - - - -The specified interrupt vector was already connected. - - - - -A file system or file system filter driver has successfully completed an FsFilter operation. - - - - -{Volume Shadow Copy Service} -The system is now ready for hibernation. - - - - -The specified process is part of a job. - - - - -The specified process is not part of a job. - - - - -A process being terminated has no threads to terminate. - - - - -The translator has translated these resources into the global space and no further translations should be performed. - - - - -The device has succeeded a query-stop and its resource requirements have changed. - - - - -A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link. - - - - -Specified buffer contains all zeros. - - - - -Crash dump exists in paging file. - - - - -Cached page was locked during operation. - - - - -Page fault was satisfied by reading from a secondary storage device. - - - - -Page fault was a demand zero fault. - - - - -Page fault was a demand zero fault. - - - - -Page fault was a demand zero fault. - - - - -Page fault was a transition fault. - - - - -{Connect Failure on Primary Transport} -An attempt was made to connect to the remote server %hs on the primary transport, but the connection failed. -The computer WAS able to connect on a secondary transport. - - - - -This indicates that a notify change request has been completed due to closing the handle which made the notify change request. - - - - -This success level status indicates that the transaction state already exists for the registry sub-tree, but that a transaction commit was previously aborted. -The commit has now been completed. - - - - -A new volume has been mounted by a file system. - - - - -An open/create operation completed while an oplock break is underway. - - - - -A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link. - - - - -The requested operation requires elevation. - - - - - ERROR_ALERTED - - - - - ERROR_KERNEL_APC - - - - - ERROR_USER_APC - - - - - ERROR_ABANDONED_WAIT_63 - - - - - ERROR_ABANDONED_WAIT_0 - - - - - ERROR_WAIT_63 - - - - - ERROR_WAIT_3 - - - - - ERROR_WAIT_2 - - - - - ERROR_WAIT_1 - - - - -The system has awoken - - - - -A device driver is leaking locked I/O pages causing system degradation. The system has automatically enabled tracking code in order to try and catch the culprit. - - - - -Windows has detected that the system firmware (BIOS) was updated [previous firmware date = %2, current firmware date %3]. - - - - -The system was resumed from hibernation. - - - - -The system was put into hibernation. - - - - -The CPUs in this multiprocessor system are not all the same revision level. To use all processors the operating system restricts itself to the features of the least capable processor in the system. Should problems occur with this system, contact the CPU manufacturer to see if this mix of processors is supported. - - - - -The inserted CardBus device cannot be started because of a configuration error on "%hs". - - - - -The arbiter has deferred arbitration of these resources to its parent - - - - -The resumable flag to a timer API was ignored. - - - - -A yield execution was performed and no thread was available to run. - - - - -{Machine Type Mismatch} -The image file %hs is valid, but is for a machine type other than the current machine. - - - - - ERROR_ALREADY_WIN32 - - - - -Application popup: %1 : %2 - - - - -{Page Locked} -One of the pages to lock was already locked. - - - - -%hs - - - - -{Page Unlocked} -The page protection of a locked page was changed to 'No Access' and the page was unlocked from memory and from the process. - - - - -The specified registry key is referenced by a predefined handle. - - - - -{Fatal Application Exit} -%hs - - - - -Checking file system on %wZ - - - - -{TDI Event Pending} -The TDI indication has entered the pending state. - - - - -{TDI Event Done} -The TDI indication has completed successfully. - - - - -{Partial Expedited Data Received} -The network transport returned partial data to its client and this data was marked as expedited by the remote system. The remaining data will be sent later. - - - - -{Expedited Data Received} -The network transport returned data to its client that was marked as expedited by the remote system. - - - - -{Partial Data Received} -The network transport returned partial data to its client. The remaining data will be sent later. - - - - -{Machine Type Mismatch} -The image file %hs is valid, but is for a machine type other than the current machine. Select OK to continue, or CANCEL to fail the DLL load. - - - - -{Redundant Write} -To satisfy a write request, the NT fault-tolerant file system successfully wrote a redundant copy of the information. -This was done because the file system encountered a failure on a member of the fault-tolerant volume, but was not able to reassign the failing area of the device. - - - - -{Redundant Read} -To satisfy a read request, the NT fault-tolerant file system successfully read the requested data from a redundant copy. -This was done because the file system encountered a failure on a member of the fault-tolerant volume, but was unable to reassign the failing area of the device. - - - - -{Invalid Current Directory} -The process cannot switch to the startup current directory %hs. -Select OK to set current directory to %hs, or select CANCEL to exit. - - - - -{Segment Load} -A virtual DOS machine (VDM) is loading, unloading, or moving an MS-DOS or Win16 program segment image. -An exception is raised so a debugger can load, unload or track symbols and breakpoints within these 16-bit segments. - - - - -This informational level status indicates that a specified registry sub-tree transaction state did not yet exist and had to be created. - - - - -{Image Relocated} -An image file could not be mapped at the address specified in the image file. Local fixups must be performed on this image. - - - - -{Thread Suspended} -A thread termination occurred while the thread was suspended. The thread was resumed, and termination proceeded. - - - - -{Object Exists} -An attempt was made to create an object and the object name already existed. - - - - -Debugger command communication exception. - - - - -Debugger received control break. - - - - -Debugger received RIP exception. - - - - -Debugger printed exception on control C. - - - - -Debugger got control C. - - - - -Debugger terminated process. - - - - -Debugger terminated thread. - - - - -Debugger cannot provide handle. - - - - -Debugger will reply later. - - - - -Debugger did not handle the exception. - - - - -The application is loading executable code from the module %hs. This is secure, but may be incompatible with previous releases of the operating system. An alternative, %hs, is available. Should the application use the secure module %hs? - - - - -The application is attempting to run executable code from the module %hs. This may be insecure. An alternative, %hs, is available. Should the application use the secure module %hs? - - - - -{Registry Hive Recovered} -Registry hive (file): -%hs -was corrupted and it has been recovered. Some data might have been lost. - - - - -A frame consolidation has been executed. - - - - -The Plug and Play query operation was not successful. - - - - -A long jump has been executed. - - - - -The create operation stopped after reaching a symbolic link - - - - -{GUID Substitution} -During the translation of a global identifier (GUID) to a Windows security ID (SID), no administratively-defined GUID prefix was found. -A substitute prefix was used, which will not compromise system security. -However, this may provide a more restrictive access than intended. - - - - -{Media Changed} -The media may have changed. - - - - -This warning level status indicates that the transaction state already exists for the registry sub-tree, but that a transaction commit was previously aborted. -The commit has NOT been completed, but has not been rolled back either (so it may still be committed if desired). - - - - -{Too Much Information} -The specified access control list (ACL) contained more information than was expected. - - - - -{Handles Closed} -Handles to objects have been automatically closed as a result of the requested operation. - - - - -{Kernel Debugger Awakened} -the system debugger was awakened by an interrupt. - - - - -Driver %2 returned invalid ID for a child device (%3). - - - - -A IRQ translator failed to translate resources. - - - - -A translator failed to translate resources. - - - - -A device is missing in the system BIOS MPS table. This device will not be used. -Please contact your system vendor for system BIOS update. - - - - -WOW Assertion Error. - - - - -An error occurred in the ACPI subsystem. - - - - -An assertion failure has occurred. - - - - -The requested operation could not be completed due to a file system limitation - - - - -The system has failed to hibernate (The error code is %hs). Hibernation will be disabled until the system is restarted. - - - - -{Volume Shadow Copy Service} -Please wait while the Volume Shadow Copy Service prepares volume %hs for hibernation. - - - - -The driver could not be loaded because a previous version of the driver is still in memory. - - - - -System hive size has exceeded its limit. - - - - -There was error [%2] processing the driver database. - - - - -A Machine Check Error has occurred. Please check the system eventlog for additional information. - - - - -The device object parameter is either not a valid device object or is not attached to the volume specified by the file name. - - - - -The create operation failed because the name contained at least one mount point which resolves to a volume to which the specified device object is not attached. - - - - -The "%hs" encountered an error while applying power or reading the device configuration. -This may be caused by a failure of your hardware or by a poor connection. - - - - -The driver was not loaded because it failed it's initialization call. - - - - -The driver was not loaded because the system is booting into safe mode. - - - - -The specified range could not be found in the range list. - - - - -This version of Windows is not compatible with the behavior version of directory forest, domain or domain controller. - - - - -An attempt to remove a processes DebugPort was made, but a port was not already associated with the process. - - - - -The system is in the process of shutting down. - - - - - ERROR_MULTIPLE_FAULT_VIOLATION - - - - -There is not enough power to complete the requested operation. - - - - -Device will not start without a reboot. - - - - -{Fatal System Error} -The system image %s is not properly signed. -The file has been replaced with the signed file. -The system has been shut down. - - - - -A device was removed so enumeration must be restarted. - - - - -{Virtual Memory Minimum Too Low} -Your system is low on virtual memory. Windows is increasing the size of your virtual memory paging file. -During this process, memory requests for some applications may be denied. For more information, see Help. - - - - -The system file %1 has become corrupt and has been replaced. - - - - -{System Standby Failed} -The driver %hs does not support standby mode. Updating this driver may allow the system to go to standby mode. - - - - -The requested interface is not supported. - - - - -{EXCEPTION} -Multiple floating point traps. - - - - -{EXCEPTION} -Multiple floating point faults. - - - - -A group marked use for deny only cannot be enabled. - - - - -The server process is running under a SID different than that required by client. - - - - -The range could not be added to the range list because of a conflict. - - - - -There are no more matches for the current index enumeration. - - - - -The validation process needs to continue on to the next step. - - - - -{DLL Initialization Failed} -The application failed to initialize because the window station is shutting down. - - - - -{Illegal System DLL Relocation} -The system DLL %hs was relocated in memory. The application will not run properly. -The relocation occurred because the DLL %hs occupied an address range reserved for Windows system DLLs. The vendor supplying the DLL should be contacted for a new DLL. - - - - -{Windows Evaluation Notification} -The evaluation period for this installation of Windows has expired. This system will shutdown in 1 hour. To restore access to this installation of Windows, please upgrade this installation using a licensed distribution of this product. - - - - -The specified quota list is internally inconsistent with its descriptor. - - - - -The specified Plug and Play registry device path is invalid. - - - - -The specified hardware profile configuration is invalid. - - - - -The specified compression format is unsupported. - - - - -You have attempted to change your password to one that you have used in the past. -The policy of your user account does not allow this. Please select a password that you have not previously used. - - - - -The policy of your user account does not allow you to change passwords too frequently. -This is done to prevent users from changing back to a familiar, but potentially discovered, password. -If you feel your password has been compromised then please contact your administrator immediately to have a new one assigned. - - - - -The password provided is too short to meet the policy of your user account. -Please choose a longer password. - - - - -A callback return system service cannot be executed when no callback is active. - - - - -{Low On Registry Space} -The system has reached the maximum size allowed for the system part of the registry. Additional storage requests will be ignored. - - - - -There is an IP address conflict with another system on the network - - - - -There is an IP address conflict with another system on the network - - - - -{Invalid Service Callback Entrypoint} -The %hs service is not written correctly. The stack pointer has been left in an inconsistent state. -The callback entrypoint should be declared as WINAPI or STDCALL. Selecting OK will cause the service to continue operation. However, the service process may operate incorrectly. - - - - -{Invalid DLL Entrypoint} -The dynamic link library %hs is not written correctly. The stack pointer has been left in an inconsistent state. -The entrypoint should be declared as WINAPI or STDCALL. Select YES to fail the DLL load. Select NO to continue execution. Selecting NO may cause the application to operate incorrectly. - - - - -There is insufficient account information to log you on. - - - - -The timer resolution was not previously set by the current process. - - - - -{Audit Failed} -An attempt to generate a security audit failed. - - - - -The specified buffer contains ill-formed data. - - - - -The supplied variant structure contains invalid data. - - - - -The user/kernel marshalling buffer has overflowed. - - - - -The bucket array must be grown. Retry transaction after doing so. - - - - -The attempt to find the object found an object matching by ID on the volume but it is out of the scope of the handle used for the operation. - - - - -Internal OFS status codes indicating how an allocation operation is handled. Either it is retried after the containing onode is moved or the extent stream is converted to a large stream. - - - - -The request must be handled by the stack overflow code. - - - - -The stream is not a tiny stream. - - - - -The parameter(s) passed to the server in the client/server shared memory window were invalid. Too much data may have been put in the shared memory window. - - - - -{Delayed Write Failed} -Windows was unable to save all the data for the file %hs. The data has been lost. -This error may be caused by a failure of your computer hardware or network connection. Please try to save this file elsewhere. - - - - -{Reply Message Mismatch} -An attempt was made to reply to an LPC message, but the thread specified by the client ID in the message was not waiting on that message. - - - - -{Cancel Timeout} -The driver %hs failed to complete a cancelled I/O request in the allotted time. - - - - -NTVDM encountered a hard error. - - - - -{Data Not Accepted} -The TDI client could not handle the data received during an indication. - - - - -{Fatal System Error} -The %hs system process terminated unexpectedly with a status of 0x%08x (0x%08x 0x%08x). -The system has been shut down. - - - - -{Unexpected Failure in DebugActiveProcess} -An unexpected failure occurred while processing a DebugActiveProcess API request. You may choose OK to terminate the process, or Cancel to ignore the error. - - - - -{Registry File Failure} -The registry cannot load the hive (file): -%hs -or its log or alternate. -It is corrupt, absent, or not writable. - - - - -A volume has been accessed for which a file system driver is required that has not yet been loaded. - - - - -An attempt was made to acquire a mutant such that its maximum count would have been exceeded. - - - - -This operation is only allowed for the Primary Domain Controller of the domain. - - - - -The system BIOS failed to connect a system interrupt to the device or bus for which the device is connected. - - - - -The paging file cannot be created on a floppy diskette. - - - - -The Unicode character is not defined in the Unicode character set installed on the system. - - - - -An illegal character was encountered. For a multi-byte character set this includes a lead byte without a succeeding trail byte. For the Unicode character set this includes the characters 0xFFFF and 0xFFFE. - - - - -A Windows Server has an incorrect configuration. - - - - -An event pair synchronization operation was performed using the thread specific client/server event pair object, but no event pair object was associated with the thread. - - - - -{EXCEPTION} -A real-mode application issued a floating-point instruction and floating-point hardware is not present. - - - - -{No Paging File Specified} -No paging file was specified in the system configuration. - - - - -Windows cannot verify the digital signature for this file. A recent hardware or software change might have installed a file that is signed incorrectly or damaged, or that might be malicious software from an unknown source. - - - - -{Unable to Create Paging File} -The creation of the paging file %hs failed (%lx). The requested size was %ld. - - - - -{Application Error} -The application failed to initialize properly (0x%lx). Click OK to terminate the application. - - - - -{Application Error} -The exception %s (0x%08lx) occurred in the application at location 0x%08lx. - - - - -{Missing System File} -The required system file %hs is bad or missing. - - - - -{Application Exit by CTRL+C} -The application terminated as a result of a CTRL+C. - - - - -{Privilege Failed} -The I/O permissions for the process could not be changed. - - - - -The NtCreateFile API failed. This error should never be returned to an application, it is a place holder for the Windows Lan Manager Redirector to use in its internal error mapping routines. - - - - -The SAM database on a Windows Server is significantly out of synchronization with the copy on the Domain Controller. A complete synchronization is required. - - - - -The Netlogon service cannot start because another Netlogon service running in the domain conflicts with the specified role. - - - - -Page file quota was exceeded. - - - - -An attempt was made to operate on a thread within a specific process, but the thread specified is not in the process specified. - - - - -Indicates a process has too many threads to perform the requested action. For example, assignment of a primary token may only be performed when a process has zero or one threads. - - - - -Indicates that the user supplied an invalid descriptor when trying to set up Ldt descriptors. - - - - -Indicates that the starting value for the LDT information was not an integral multiple of the selector size. - - - - -Indicates that an attempt was made to grow an LDT by setting its size, or that the size was not an even number of selectors. - - - - -Indicates that an attempt was made to assign protection to a file system file or directory and one of the SIDs in the security descriptor could not be translated into a GUID that could be stored by the file system. -This causes the protection attempt to fail, which may cause a file creation attempt to fail. - - - - -A malformed function table was encountered during an unwind operation. - - - - -If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter. -In this case information is lost, however, the filter correctly handles the exception. - - - - -If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter. -In this case information is lost, however, the filter correctly handles the exception. - - - - -If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter. -In this case information is lost, however, the filter correctly handles the exception. - - - - -Indicates that a thread attempted to terminate itself by default (called NtTerminateThread with NULL) and it was the last thread in the current process. - - - - -Used to indicate that an operation cannot continue without blocking for I/O. - - - - -The number of active profiling objects is at the maximum and no more may be started. - - - - -The passed ACL did not contain the minimum required information. - - - - -Profiling not stopped. - - - - -Profiling not started. - - - - -An attempt was made to execute an instruction at an unaligned address and the host system does not support unaligned instruction references. - - - - -An attempt was made to attach to a device that was already attached to another device. - - - - -An attempt was made to lower a quota limit below the current usage. - - - - -Length of message passed to NtRequestPort or NtRequestWaitReplyPort was longer than the maximum message allowed by the port. - - - - -Invalid Object Attributes specified to NtCreatePort or invalid Port Attributes specified to NtConnectPort - - - - -An invalid unwind target was encountered during an unwind operation. - - - - -An invalid or unaligned stack was encountered during an unwind operation. - - - - -Unwind exception code. - - - - -An attempt was made to cancel or set a timer that has an associated APC and the subject thread is not the thread that originally set the timer with an associated APC routine. - - - - -An error occurred in the WX86 subsystem. - - - - -A warning occurred in the WX86 subsystem. - - - - -An error occurred in the ABIOS subsystem. - - - - -Application verifier has found an error in the current process. - - - - -Waiting for a process to open the other end of the pipe. - - - - -There is a process on other end of the pipe. - - - - -Arithmetic result exceeded 32 bits. - - - - -User profile cannot be loaded. - - - - -Attempt to access invalid address. - - - - -The process is not in background processing mode. - - - - -The process is already in background processing mode. - - - - -The thread is not in background processing mode. - - - - -The thread is already in background processing mode. - - - - -The maximum number of sessions has been reached. - - - - -The restart operation failed. - - - - -The shutdown operation failed. - - - - -No action was taken as a system reboot is required. - - - - -The scope specified was not found. - - - - -The system cannot find message text for message number 0x%1 in the message file for %2. - - - - -The file cannot be opened because it is in the process of being deleted. - - - - -The volume is too fragmented to complete this operation. - - - - -An invalid oplock acknowledgment was received by the system. - - - - -The oplock request is denied. - - - - -Only part of a ReadProcessMemory or WriteProcessMemory request was completed. - - - - -Too many posts were made to a semaphore. - - - - -Attempt to release mutex not owned by caller. - - - - -The mounted file system does not support extended attributes. - - - - -The specified extended attribute handle is invalid. - - - - -The extended attribute table file is full. - - - - -The extended attribute file on the mounted file system is corrupt. - - - - -The extended attributes did not fit in the buffer. - - - - -The directory name is invalid. - - - - -The copy functions cannot be used. - - - - -No more data is available. - - - - -The wait operation timed out. - - - - -The extended attributes are inconsistent. - - - - -The specified extended attribute name was invalid. - - - - -The session was canceled. - - - - -More data is available. - - - - -No process is on the other end of the pipe. - - - - -The pipe is being closed. - - - - -All pipe instances are busy. - - - - -The pipe state is invalid. - - - - -The pipe is local. - - - - -This file contains a virus and cannot be opened. Due to the nature of this virus, the file has been removed from this location. - - - - -Operation did not complete successfully because the file contains a virus. - - - - -Access Denied. Before opening files in this location, you must first browse to the web site and select the option to login automatically. - - - - -The file size exceeds the limit allowed and cannot be saved. - - - - -The file type being saved or retrieved has been blocked. - - - - -The file must be checked out before saving changes. - - - - -This file is checked out or locked for editing by another user. - - - - -The image file %1 is strong signed, unable to modify. - - - - -The image file %1 is signed, unable to modify. - - - - -This version of %1 is not compatible with the version of Windows you're running. Check your computer's system information to see whether you need a x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher. - - - - -Cannot nest calls to LoadModule. - - - - -Too many dynamic-link modules are attached to this program or dynamic-link module. - - - - -The segment is locked and cannot be reallocated. - - - - -The signal handler cannot be set. - - - - -The signal being posted is not correct. - - - - -The global filename characters, * or ?, are entered incorrectly or too many global filename characters are specified. - - - - -The ring 2 stack is in use. - - - - -The filename or extension is too long. - - - - -No process in the command subtree has a signal handler. - - - - -The system could not find the environment option that was entered. - - - - -The operating system cannot run %1. - - - - -The operating system cannot run %1. - - - - -The code segment cannot be greater than or equal to 64K. - - - - -The operating system cannot run this application program. - - - - -The operating system cannot run %1. - - - - -The operating system is not presently configured to run this application. - - - - -The operating system cannot run this application program. - - - - -The operating system cannot run %1. - - - - -The operating system cannot run %1. - - - - -%1 is not a valid Win32 application. - - - - -The operating system cannot run %1. - - - - -Cannot run %1 in Win32 mode. - - - - -The operating system cannot run %1. - - - - -The operating system cannot run %1. - - - - -The operating system cannot run %1. - - - - -The specified system semaphore name was not found. - - - - -The flag passed is not correct. - - - - -Cannot create a file when that file already exists. - - - - -The operating system cannot run %1. - - - - -The system detected a segment number that was not correct. - - - - -The file system does not support atomic changes to the lock type. - - - - -A lock request was not outstanding for the supplied cancel region. - - - - -The requested resource is in use. - - - - -Unable to lock a region of a file. - - - - -No more threads can be created in the system. - - - - -A signal is already pending. - - - - -The specified path is invalid. - - - - -One or more arguments are not correct. - - - - -The address for the thread ID is not correct. - - - - -The segment is already unlocked. - - - - -The segment is already discarded and cannot be locked. - - - - -The recipient process has refused the signal. - - - - -Cannot create another thread. - - - - -The volume label you entered exceeds the label character limit of the target file system. - - - - -The DosMuxSemWait list is not correct. - - - - -DosMuxSemWait did not execute; too many semaphores are already set. - - - - -The number of specified semaphore events for DosMuxSemWait is not correct. - - - - -System trace information was not specified in your CONFIG.SYS file, or tracing is disallowed. - - - - -An attempt was made to join or substitute a drive for which a directory on the drive is the target of a previous substitute. - - - - -The path specified cannot be used at this time. - - - - -Not enough resources are available to process this command. - - - - -The path specified is being used in a substitute. - - - - -The directory is not empty. - - - - -The directory is not a subdirectory of the root directory. - - - - -The system cannot join or substitute a drive to or for a directory on the same drive. - - - - -The system cannot perform a JOIN or SUBST at this time. - - - - -The system tried to SUBST a drive to a directory on a joined drive. - - - - -The system tried to join a drive to a directory on a substituted drive. - - - - -The system tried to substitute a drive to a directory on a substituted drive. - - - - -The system tried to join a drive to a directory on a joined drive. - - - - -The system tried to delete the substitution of a drive that is not substituted. - - - - -The system tried to delete the JOIN of a drive that is not joined. - - - - -An attempt was made to use a JOIN or SUBST command on a drive that has already been substituted. - - - - -An attempt was made to use a JOIN or SUBST command on a drive that has already been joined. - - - - -A JOIN or SUBST command cannot be used for a drive that contains previously joined drives. - - - - -The file pointer cannot be set on the specified device or file. - - - - -An attempt was made to move the file pointer before the beginning of the file. - - - - -Attempt to use a file handle to an open disk partition for an operation other than raw disk I/O. - - - - -The %1 application cannot be run in Win32 mode. - - - - -There are no child processes to wait for. - - - - -The specified procedure could not be found. - - - - -The specified module could not be found. - - - - -The disk has no volume label. - - - - -The system call level is not correct. - - - - -The filename, directory name, or volume label syntax is incorrect. - - - - -The data area passed to a system call is too small. - - - - -The semaphore timeout period has expired. - - - - -This function is not supported on this system. - - - - -The system does not support the command requested. - - - - -The verify-on-write switch parameter value is not correct. - - - - -The IOCTL call made by the application program is not correct. - - - - -The target internal file identifier is incorrect. - - - - -No more internal file identifiers available. - - - - -There is not enough space on the disk. - - - - -The file name is too long. - - - - -The system cannot open the device or file specified. - - - - -The pipe has been ended. - - - - -The disk is in use or locked by another process. - - - - -The program stopped because an alternate diskette was not inserted. - - - - -Insert the diskette for drive %1. - - - - -The previous ownership of this semaphore has ended. - - - - -Cannot request exclusive semaphores at interrupt time. - - - - -The semaphore cannot be set again. - - - - -The semaphore is set and cannot be closed. - - - - -The exclusive semaphore is owned by another process. - - - - -Cannot create another system semaphore. - - - - -The system cannot start another process at this time. - - - - -A write fault occurred on the network. - - - - -The parameter is incorrect. - - - - -The specified network password is not correct. - - - - -The local device name is already in use. - - - - -Storage to process this request is not available. - - - - -Fail on INT 24. - - - - -The directory or file cannot be created. - - - - -The file exists. - - - - -The specified printer or disk device has been paused. - - - - -No more connections can be made to this remote computer at this time because there are already as many connections as the computer can accept. - - - - -The remote server has been paused or is in the process of being started. - - - - -The network BIOS session limit was exceeded. - - - - -The name limit for the local computer network adapter card was exceeded. - - - - -The network name cannot be found. - - - - -The network resource type is not correct. - - - - -Network access is denied. - - - - -The specified network name is no longer available. - - - - -Your file waiting to be printed was deleted. - - - - -Space to store the file waiting to be printed is not available on the server. - - - - -The printer queue is full. - - - - -The remote adapter is not compatible. - - - - -An unexpected network error occurred. - - - - -The specified server cannot perform the requested operation. - - - - -A network adapter hardware error occurred. - - - - -The network BIOS command limit has been reached. - - - - -The specified network resource or device is no longer available. - - - - -The network is busy. - - - - -The network path was not found. - - - - -You were not connected because a duplicate name exists on the network. If joining a domain, go to System in Control Panel to change the computer name and try again. If joining a workgroup, choose another workgroup name. - - - - -Windows cannot find the network path. Verify that the network path is correct and the destination computer is not busy or turned off. If Windows still cannot find the network path, contact your network administrator. - - - - -The request is not supported. - - - - -The disk is full. - - - - -Reached the end of the file. - - - - -Too many files opened for sharing. - - - - -The wrong diskette is in the drive. -Insert %2 (Volume Serial Number: %3) into drive %1. - - - - -The process cannot access the file because another process has locked a portion of the file. - - - - -The process cannot access the file because it is being used by another process. - - - - -A device attached to the system is not functioning. - - - - -The system cannot read from the specified device. - - - - -The system cannot write to the specified device. - - - - -The printer is out of paper. - - - - -The drive cannot find the sector requested. - - - - -The specified disk or diskette cannot be accessed. - - - - -The drive cannot locate a specific area or track on the disk. - - - - -The program issued a command but the command length is incorrect. - - - - -Data error (cyclic redundancy check). - - - - -The device does not recognize the command. - - - - -The device is not ready. - - - - -The system cannot find the device specified. - - - - -The media is write protected. - - - - -There are no more files. - - - - -The system cannot move the file to a different disk drive. - - - - -The directory cannot be removed. - - - - -The system cannot find the drive specified. - - - - -Not enough storage is available to complete this operation. - - - - -The data is invalid. - - - - -The access code is invalid. - - - - -An attempt was made to load a program with an incorrect format. - - - - -The environment is incorrect. - - - - -The storage control block address is invalid. - - - - -Not enough storage is available to process this command. - - - - -The storage control blocks were destroyed. - - - - -The handle is invalid. - - - - -Access is denied. - - - - -The system cannot open the file. - - - - -The system cannot find the path specified. - - - - -The system cannot find the file specified. - - - - -Incorrect function. - - - - -The operation completed successfully. - - - - Gets the error category of the SvnException - - - - - - - Ignore all whitespace characters - - - Ignore changes in sequences of whitespace characters, treating each -sequence of whitespace characters as a single space - - - Ignore no whitespace - - - Attempting to delete object - - - Attempting to add object - - - Attempting to change text or props - - - object is already added or schedule-add - - - object is unversioned - - - object is unknown or missing - - - object is already schedule-delete - - - another object is in the way - - - local edits are already present - - - Deprecated: Use .Tree - - - tree conflict (on a dir) - - - property conflict (on a file or dir) - - - textual conflict (on a file) - - - Value not determined yet - - - Alias for Merged - - - Choose the 'merged file'. The result file of the automatic merging; possibly with local edits - - - Choose local version on all conflicts; further use auto-merged - - - Choose their on all conflicts; further use auto-merged - - - Choose the local file - - - Choose the incoming file - - - Choose the base file - - - Don't resolve the conflict now. Let subversion mark the path -'conflicted', so user can run 'svn resolved' later - - - A deleted item - - - An item with text modifications - - - An added item - - - An item with no text modifications - - - Create a repository in Subversion 1.9 compatible format - - - Create a repository in Subversion 1.8 compatible format - - - Create a repository in Subversion 1.7 compatible format - - - Create a repository in Subversion 1.6 compatible format - - - Create a repository in Subversion 1.5 compatible format - - - Create a repository in Subversion 1.4 compatible format - - - Create a repository in a Subversion 1.0-1.3 compatible format - - - Create a repository with the latest available format - - - The fields loaded if no other value is specified - - - A combination of all the dirent fields at Subversion 1.5 - - - An indication that you are interested in the @c last_author field - - - An indication that you are interested in the @c time field - - - An indication that you are interested in the @c created_rev field - - - An indication that you are interested in the @c has_props field - - - An indication that you are interested in the @c size field - - - An indication that you are interested in the Kind field - - - Slated for replacement (delete + add) - - - Slated for deletion - - - Slated for addition - - - Nothing special here - - - a directory doesn't contain a complete entries list - - - an unversioned path populated by an svn:externals property - - - an unversioned resource is in the way of the versioned resource - - - is unversioned but configured to be ignored - - - local mods received conflicting repos mods - - - local mods received repos mods - - - text or props have been modified - - - was deleted and then re-added - - - scheduled for deletion - - - under v.c., but is missing - - - is scheduled for addition - - - exists, but uninteresting - - - is not a versioned thing in this wc - - - does not exist - - - Zero value. Never used by Subversion - - - Finalizing commit. - - - Running info on an external module. - - - The operation failed because the operation (E.g. commit) is only valid -if the operation includes this path. - - - Running cleanup on an external module. - - - A move in the working copy has been broken, i.e. degraded into a -copy + delete. The notified path is the move source (the deleted path). - - - - A copy from a foreign repository has started - - - The current operation left local changes of something that -was deleted. The changes are available on (and below) the notified path - - - - Conflict resolver is done. This can be used by clients to -detect when to display conflict summary information, for example - - - Conflict resolver is starting. This can be used by clients to -detect when to display conflict summary information, for example. - - - Operation failed because a node is obstructed - - - Just the lock on a file was removed during update - - - The operation skipped the path because it was conflicted. - - - Operation failed because the operation was forbidden by the server - - - Operation failed because a node is locked by another user and/or working copy - - - Operation failed because an added parent is not selected - - - Operation failed because a node is out of date - - - Operation failed because an added node is missing - - - Operation failed because the node remains in conflict - - - Removing a path by excluding it. - - - The operation was attempted on a path which doesn't exist. - - - The server has instructed the client to follow a URL redirection. - - - Committing an overwriting (replace) copy (path is the target of -the copy, not the source). - - - Committing a non-overwriting copy (path is the target of the -copy, not the source). - - - A hunk from a patch was found to already be applied. - - - A hunk from a patch was rejected. - - - A hunk from a patch was applied. - - - A file in the working copy was patched. - - - Mergeinfo was removed due to elision. - - - Mergeinfo describing a merge was recorded. - - - An working copy directory was upgraded to the latest format. - - - The mergeinfo on path was updated. - - - A node below an existing node was deleted during update. - - - A node below an exising node was updated during update. - - - A node below an existing node was added during update. - - - An update operation removed an external working copy. - - - An update tried to update a file or directory to which access could not be obtained. - - - An explicit update tried to update a file or directory that doesn't live in the repository and can't be brought in. - - - An update tried to add a file or directory at a path where a separate working copy was found - - - Starting an update operation. - - - - - - - The structure of a revision is being verified. @since New in 1.8. - - - A revision was skipped during loading. @since New in 1.8. - - - Upgrade has started. - - - Recover has started. - - - The operation has acquired a mutex for the repo. - - - Mergeinfo has been normalized - - - A copied node has been encountered - - - A node has finished loading - - - A node has begun loading - - - A revision has finished loading - - - A revision has begun loading - - - packing of the shard revprops has completed - - - packing of the shard revprops has commenced - - - packing of an FSFS shard is completed - - - packing of an FSFS shard has commenced - - - All revisions have finished being verified. - - - All revisions have finished being dumped. - - - A revision has finished being verified. - - - A revision has finished being dumped. - - - A warning message is waiting. - - - -D + all descendants (full recursion from D). Updates will pull in any -files or subdirectories not already present; those subdirectories' -this_dir entries will have depth-infinity. Equivalent to the pre-1.5 -default update behavior. - - - - -D + immediate children (D and its entries). Updates will pull in any -files or subdirectories not already present; those subdirectories' -this_dir entries will have depth-empty. - - - - -D + its file children, but not subdirs. Updates will pull in any files -not already present, but not subdirectories. - - - - -Just the named directory D, no entries. Updates will not pull in any -files or subdirectories not already present - - - - Exclude (remove, whatever) directory D - - - Depth undetermined or ignored - - - Attaches to the specified pool - - - Creates a new root pool - - - Creates a childpool within the specified parent pool - - - Gets a boolean indicating whether the path is a file path (and not a Uri) - - - Gets a small thread-local pool usable for small one shot actions - The memory allocated by the pool is only freed after the thread is closed; so use with care - - - Main class of Subversion api. This class is responsible for loading the unmanaged api - - - - - Looks up a localized string similar to The value {0} is not a valid {1}. - - - - - Looks up a localized string similar to The passed Uri is not absolute. - - - - - Looks up a localized string similar to The specified target is not a valid Uri target. - - - - - Looks up a localized string similar to The specified target is not a value Uri or Path target. - - - - - Looks up a localized string similar to The specified target is not a valid Path target. - - - - - Looks up a localized string similar to The passed target must contain an explicit revision. - - - - - Looks up a localized string similar to Subversion reported a malfunction '{0}' on line {2} of '{1}'.. - - - - - Looks up a localized string similar to Svn operation in progress; an SvnClient instance can handle only one command at a time. - - - - - Looks up a localized string similar to This function is not available from managed code. . - - - - - Looks up a localized string similar to The session is already open. - - - - - Looks up a localized string similar to Revision type must be head, date or a specific revision number. - - - - - Looks up a localized string similar to The Working revision type is not supported here. - - - - - Looks up a localized string similar to Revision number must be at least 0. - - - - - Looks up a localized string similar to Revision must be >= 0. - - - - - Looks up a localized string similar to The remote session must be open before it can perform commands. - - - - - Looks up a localized string similar to Property name is not valid. - - - - - Looks up a localized string similar to Please restart this application before continuing.\n\nStack trace:\n{0}. - - - - - Looks up a localized string similar to Paths with a length above MAX_PATH (like '{0}') must be rooted.. - - - - - Looks up a localized string similar to Path '{0}' contains invalid characters. - - - - - Looks up a localized string similar to The number of elements in the paths collection does not match the number in revisions. - - - - - Looks up a localized string similar to '{0}' unlocked.. - - - - - Looks up a localized string similar to '{0}' locked by user '{1}'.. - - - - - Looks up a localized string similar to Updating '{0}':. - - - - - Looks up a localized string similar to Updated to revision {0}.. - - - - - Looks up a localized string similar to Updated external to revision {0}.. - - - - - Looks up a localized string similar to Transmitting file data. - - - - - Looks up a localized string similar to Status against revision: {0}. - - - - - Looks up a localized string similar to Skipped '{0}' - Node remains in conflict. - - - - - Looks up a localized string similar to Skipped '{0}'. - - - - - Looks up a localized string similar to Skipped '{0}' - An obstructing working copy found. - - - - - Looks up a localized string similar to Skipped missing target '{0}'. - - - - - Looks up a localized string similar to Skipped '{0}' - Access denied. - - - - - Looks up a localized string similar to Reverted '{0}'. - - - - - Looks up a localized string similar to --- Reverse-merging r{0} through r{1} into '{2}':. - - - - - Looks up a localized string similar to --- Reverse-merging r{0} into '{1}':. - - - - - Looks up a localized string similar to Restored '{0}'. - - - - - Looks up a localized string similar to Resolved conflicted state of '{0}'. - - - - - Looks up a localized string similar to Performing status on external item at '{0}'. - - - - - Looks up a localized string similar to Path '{0}' is now a member of change list '{1}'.. - - - - - Looks up a localized string similar to Path '{0}' is no longer a member of a change list.. - - - - - Looks up a localized string similar to --- Merging r{0} through r{1} into '{2}':. - - - - - Looks up a localized string similar to --- Merging r{0} into '{1}':. - - - - - Looks up a localized string similar to --- Merging differences between repository URLs into '{0}':. - - - - - Looks up a localized string similar to Fetching external item into '{0}'. - - - - - Looks up a localized string similar to Failed to revert '{0}' -- try updating instead. - - - - - Looks up a localized string similar to Removed external '{0}'. - - - - - Looks up a localized string similar to External at revision {0}.. - - - - - Looks up a localized string similar to Exported revision {0}.. - - - - - Looks up a localized string similar to Exported external at revision {0}.. - - - - - Looks up a localized string similar to Checked out revision {0}.. - - - - - Looks up a localized string similar to Checked out external at revision {0}.. - - - - - Looks up a localized string similar to At revision {0}.. - - - - - Looks up a localized string similar to {This line does contain non-Utf8 characters}. - - - - - Looks up a localized string similar to The loading of the subversion mime mapping file failed. - - - - - Looks up a localized string similar to One or more items in the list are null. - - - - - Looks up a localized string similar to The IO Thread Blocked -- Do you have a deadlock?. - - - - - Looks up a localized string similar to Invalid Uri string. - - - - - Looks up a localized string similar to Invalid SvnRevisionType value specified. - - - - - Looks up a localized string similar to Invalid character in client name. - - - - - Looks up a localized string similar to The handler is not registered at this time. - - - - - Looks up a localized string similar to File '{0}' not found. - - - - - Looks up a localized string similar to A fatal error occurred within the subversion API - (Use Ctrl+C to copy message). - - - - - Looks up a localized string similar to You can only crop a node to a depth between empty and files.. - - - - - Looks up a localized string similar to The collection must at least contain one item. - - - - - Looks up a localized string similar to Can't parse command '{0}'. - - - - - Looks up a localized string similar to Can only resolve head, number and date revisions. - - - - - Looks up a localized string similar to The argument must be a valid absolute repository Uri. - - - - - Looks up a localized string similar to This argument is not a valid relative path. - - - - - Looks up a localized string similar to This argument is not a valid path. A Uri was specified. - - - - - Looks up a localized string similar to All provided Uri's must be on the same server. - - - - - Looks up a localized string similar to All targets must either be Uri or Path. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Extended Parameter container of 's CreateRepository method - - - - Gets or sets a boolean indicating whether the paths changed in the revision should be provided - Defaults to true - - - Extended Parameter container of 's ChangeInfo command - - - - Extended Parameter container of 's Changed method - - - - Gets or sets a boolean indicating whether to retrieve real property -and content changes. If set to false only marker changes are sent. (Changes on "" -property and empty file deltas - - - Gets or sets the maximum version the client knows about. Deltas will be -based on this version - - - Extended Parameter container of .ReplayRevision - - - - Factory function to create a new SvnDeltaNode instance for the specified file - - - Factory function to creates a new SvnDeltaNode instance for the specified directory - - - Called when a delta run is aborted - - - Called when a delta run is complete - - - Called to specify that information on a file won't be provided (e.g. Authorization) - - - Called to close a directory opened with or - - - Called to change a property on a file - - - Called when a file is about to receive content changes - The actual changes are not passed to this function, but are streamed to the target -specified by the property of the - - - Raised when a file is about to receive content changes - The actual changes are not passed to this event, but are streamed to the target -specified by the property of the - - - Called to open a file receiving changes - - - Called instead of when a new file is added to a directory - - - Called to specify that information on a directory won't be provided (e.g. Authorization) - - - Called to close a directory opened with or - - - Called to change a property on a directory - - - Called to open a directory receiving changes - - - Called instead of OnDirectoryOpen when a new directory is added - - - Called when an entry (directory or file) is removed from a directory - - - Called before the first directory operations - - - Called before open root to specify the target settings - - - The SvnDeltaEditor is a generic receiver of Subversion changes. -Hook events on this class or override methods on descendants of this class to -receive changes - - - - Raised when is not null and completes its processing - - - Gets or sets the that receives the actual differences -after this event returns - - - Called when a delta window is ready for processing - - - Creates a new instance to transform -, into while optionally verifying - if is true and -verification data is available. - - - Called after the last delta window was successfully received - - - Called when a new delta window is ready for processing - - - Called before the first invocation to allow initializing - - - Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use - After this method is called all properties are either stored managed, or are no longer readable - - - Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use - After this method is called all properties are either stored managed, or are no longer readable - - - Extended Parameter container of 's GetAppliedMergeInfo method - - - - Only retrieve the properties if the node is of the specified kind. Unknown for retrieving the kind - - - Extended Parameter container of - - - - Gets the list of changelist-names - - - Extended Parameter container for SvnClient.DiffSummary - - - - Gets the list of changelist-names - - - Extended Parameter container of - - - - Extended Parameter container of 's RecoverRepository method - - - - Gets the list of changelist-names - - - Extended Parameter container of - - - - Gets the list of changelist-names - - - Extended Parameter container of - - - - Extended parameter container for Cleanup - - - - Extended Parameter container of - - - - Extended Parameter container of - - - - Extended Parameter container of 's GetRevisionProperty - - - - Gets the of the command - - - Creates parent directories if required - - - Extended Parameter container of and - - - - - Only perform a metadata update and leave the working copy as-is - - - Extended Parameter container of . - - - - Extended Parameter container of SvnClient.Info - - - - Extended Parameter container of 's Write method - - - - Extended Parameter container of - - - - Gets the list of changelist-names - - - Extended Parameter container of 's GetProperty - - - - Extended Parameter container of 's DeleteRepository method - - - - Gets the list of changelist-names - - - Extended Parameter container of 's Diff command - - - - Gets or sets a boolean indication whether to retrieve all revision properties - Default value: false - - - Gets the list of properties to retrieve. Only SVN 1.5+ repositories allow adding custom properties to this list - This list defaults to the author, date, logmessage properties. Clear the list to retrieve no properties, -or set RetrieveAllProperties to true to retrieve all properties. - - - - Gets or sets the base uri to which relative Uri's are relative - - - Gets or sets a boolean indicating whether the merged revisions should be fetched instead of the node changes - - - Gets or sets a boolean indicating whether only the history of this exact node should be fetched (Aka stop on copying) - If @a StrictNodeHistory is set, copy history (if any exists) will -not be traversed while harvesting revision logs for each target. - - - Gets or sets a boolean indicating whether the paths changed in the revision should be provided - - - Gets or sets the limit on the number of log items fetched - - - Gets or sets the range specified by - wrapped as a - New code should either use and or - - - Gets the revision in which the Url's are evaluated (Aka peg revision) - - - Initializes a new instance with the specified range - - - Initializes a new instance with default properties - - - Extended Parameter container of SvnClient.Log - - - - Gets or sets a boolean indication whether to retrieve all revision properties - Default value: false - - - Gets the list of properties to retrieve. Only SVN 1.5+ repositories allow adding custom properties to this list - This list defaults to the author, date, logmessage properties. Clear the list to retrieve no properties, -or set RetrieveAllProperties to true to retrieve all properties. - - - - Gets or sets a boolean indicating whether the merged revisions should be fetched instead of the node changes - - - Gets or sets a boolean indicating whether only the history of this exact node should be fetched (Aka stop on copying) - If @a StrictNodeHistory is set, copy history (if any exists) will -not be traversed while harvesting revision logs for each target. - - - Gets or sets a boolean indicating whether the paths changed in the revision should be provided - - - Gets or sets the limit on the number of log items fetched - - - Extended Parameter container of 's CreateRepository method - - - - Extended Parameter container of - - - - Writes the specified message to the result writer and appends a - - - Writes the progress message to the result writer - The default implementation calls with the specified message - - - Writes the specified message to the result writer - - - Subversion Client Context wrapper; base class of objects using client context - - - - Extended Parameter container of 's Changed method - - - - If true, doesn't perform a check if path does really exist in the repository when no lock is found - - - Base Extended Parameter container of commands - - - - Extended Parameter container of - - - - Extended parameter container for Cleanup - - - - Extended Parameter container of - - - - Gets the of the command - - - Extended Parameter container of 's Property method - - - - Extended Parameter container of 's GetRevisionPropertyList - - - - If Force is not set then this operation will fail if any path contains locally modified -and/or unversioned items. If Force is set such items will be deleted. - - - Extended Parameter container of and - - - - Extended Parameter container of 's InheritedPropertyList method - - - - Extended Parameter container of 's CommitRepositoryOperation - - - - Extended Parameter container of 's DeleteRepository method - - - - Extended parameter container for Cleanup - - - - Extended Parameter container of 's CreateRepository method - - - - Gets or sets the author passed to the hook scripts - - - Gets or sets a value indicating whether to call the hook after changing the revision property - - - Gets or sets a value indicating whether to call the hook before changing the revision property - - - Extended Parameter container of 's CreateRepository method - - - - Extended Parameter container of and - - - - Formats a DateTime in Subversions string format - - - Tries to parse a Svn property into a value - - - Gets a list of TortoiseSvn defined directory properties, which are applied recursively on all directories below the set root - - - -Properties whose values are interpreted as booleans (such as -svn:executable, svn:needs_lock, and svn:special) always fold their -value to this. - - - - All Subversion property names start with this - - - Gets a list of TortoiseSvn defined directory properties, which are applied recursively on all directories below the set root - - - A full combination of the first four keywords. - - - A compressed combination of the other four keywords. - - - Short version of HeadURL - - - The URL for the head revision of this file. - - - Short version of LastChangedBy - - - Who most recently committed to this file. - - - Short version of LastChangedDate - - - The most recent date (repository time) when this file was changed. - - - Medium version of LastChangedRevision, matching the one CVS uses - - - Short version of LastChangedRevision - - - The most recent revision in which this file was changed - - - The maximum size of an expanded or un-expanded keyword. - - - Extended Parameter container of - - - - Creates the comparer used to compare the tokens. Defaults to Comparer<TToken>::Default - - - Gets the comparer used to compare the tokens - The instance returned is creatd by - - - Gets a boolean indicating whether the merge result contains differences - - - Gets a boolean indicating whether the merge result contains conflicts - - - -If TRUE, recurse up path's directory and look for -a versioned directory. If found, add all intermediate paths between it -and path. If not found, fail with SVN_ERR_CLIENT_NO_VERSIONED_PARENTS. - - - - If force is not set and path is already under version control, return the error -SVN_ERR_ENTRY_EXISTS. If force is set, do not error on already-versioned items. When used -on a directory in conjunction with the recursive flag, this has the effect of scheduling -for addition unversioned files and directories scattered deep within a versioned tree. - - - Extended Parameter container of - - - - Extended Parameter container of - - - - Extended Parameter container of 's RecoverRepository method - - - - Retrieves an authorization baton allocated in the specified pool; containing the current authorization settings - Retrieves an authorization baton allocated in the specified pool; containing the current authorization settings - - - Gets the list of changelist-names - - - Extended Parameter container of - - - - Extended Parameter container of - - - - Gets the list of changelist-names - - - Extended Parameter container for SvnClient.PropertyList - - - - Raises the event. - - - Raises the event. - - - Raises the event. - - - Raises the event. - - - Raises the event. - - - Raises the event. - - - Raises the event. - - - -Raised just before a command is executed. This allows a listener -to cleanup before a new command is started - - - - -Raised when a subversion exception occurs. -Set to true to cancel -throwing the exception - - - - -Raised on progress. The event is first -raised on the object and -then on the - - - -Raised on progress. The event is first -raised on the object and -then on the - - - -Raised on notifications. The event is first -raised on the object and -then on the - - - -Raised on progress. The event is first -raised on the object and -then on the - - - -Raised to allow canceling operations. The event is first -raised on the object and -then on the - - - Gets the instance of this - - - Gets the (new) node kind of the node at PATH - - - Gets the (new) node kind of the node at PATH - - - Adds a new file at PATH - - - Adds a new file at PATH - - - Updates the file that already exists at (or was just copied/moved to) PATH - - - Updates the file that already exists at (or was just copied/moved to) PATH - - - Deletes a property on path, which can be an added or existing node - - - Sets a property on path, which can be an added or existing node - - - Sets a property on path, which can be an added or existing node - - - Deletes a property on path, which can be an added or existing node - - - Sets a property on path, which can be an added or existing node - - - Sets a property on path, which can be an added or existing node - - - Copies the specified path to the new location - - - Copies the specified path to the new location - - - Copies the specified path to the new location - - - Copies the specified path to the new location - - - Moves the specified path to the new location - - - Moves the specified path to the new location - - - Deletes the specified path - - - Deletes the specified path - - - Creates the specified path - - - Creates the specified path - - - Commits all recorded operations as a new revision. - - - Commits all recorded operations as a new revision. - - - Opens a not previously opened -to the specified url - Unlike most other operations in SharpSvn the args object is used -untile the SvnMultiCommandClient is committed or disposed - - - Opens a not previously opened -to the specified url - - - Creates a new standalone but -doesn't open it yet - - - Creates a new standalone and -opens it for the specified uri - - - Creates a new standalone and -opens it for the specified uri - - - Creates a new completely -operating like a command on the - - - Extended Parameter container of and - - - - True to filter this node, false to allow importing it - - - Gets or sets the AllowObsstructions value - - If AllowObstructions is TRUE then the update tolerates -existing unversioned items that obstruct added paths from @a URL. Only -obstructions of the same type (file or dir) as the added item are -tolerated. The text of obstructing files is left as-is, effectively -treating it as a user modification after the update. Working -properties of obstructing items are set equal to the base properties. - If AllowObstructions is FALSE then the update will abort -if there are any unversioned obstructing items - - - - - Gets or sets the revision to load. Defaults to the peg revision or Head - - - Extended Parameter container of - - - - Extended Parameter container of 's Patch command - - - - If @a allow_unver_obstructions is true then the update tolerates -existing unversioned items that obstruct added paths from @a URL - -Only obstructions of the same type (file or dir) as the added item are -tolerated. The text of obstructing files is left as-is, effectively -treating it as a user modification after the update. Working -properties of obstructing items are set equal to the base properties. -If AllowUnversionedObstructions is false then the update will abort -if there are any unversioned obstructing items. - - - - The revision to update to; None by default - -Revision must be of kind Number, Head or Date. If Revision -does not meet these requirements, Updated returns the error -SVN_ERR_CLIENT_BAD_REVISION. - - - - Gets or sets a value indicating whether to ignore externals -definitions as part of this operation. - - - -Gets or sets whether in addition to updating paths also the -sticky ambient depth value must be set to depth - - - - Gets or sets the depth of the update - - If Depth is Infinity, update fully recursively. Else if it -is Immediates or Files, update each target and its file -entries, but not its subdirectories. Else if Empty, update -exactly each target, nonrecursively (essentially, update the -target's properties). - If Depth is Unknown, take the working depth from the specified paths - - - - - Extended Parameter container of - - - + + + + SharpSvn + + + + Gets or sets a boolean that if set to true tells copy not to process +externals definitions as part of this operation. + + + Always copies the result to below the target (this behaviour is always used if multiple targets are provided) + + + Creates parent directories if required + + + Extended Parameter container of SvnClient.Copy(SvnTarget^,String^,SvnCopyArgs^)" /> and + + + + + Gets the list of changelist-names to commit + + + Extended Parameter container of + + + + Gets the list of properties to retrieve. Only SVN 1.5+ repositories allow adding custom properties to this list + + + Gets or sets a boolean indicating whether the paths changed in the revision should be provided + + + + + + Extended Parameter container of and + + + + Extended Parameter container of + + + + Base Extended Parameter container of commands + + + + Extended Parameter container of 's GetSuggestedMergeSources method + + + + Extended Parameter container for SvnClient.Blame + + + + Gets the of the command + + + Extended Parameter container for SvnClient.PropertyList + + + + If not null allows creates a repository with this UUID + + + Extended Parameter container of 's CreateRepository method + + + + Extended Parameter container for SvnClient.List + + + + Gets the list of changelist-names + + + Include actual only (tree conflict) nodes in the result (Default true) + + + Include excluded nodes in the result (Default true) + + + Extended Parameter container of SvnClient.Info + + + + Gets a instance for the current hook request + + + Gets the revision in which the Url's are evaluated (Aka peg revision) + + + Only perform a metadata update and leave the working copy as-is + + + Extended Parameter container of . + + + + Gets the list of changelist-names + + + Extended Parameter container for SvnClient.ListChangeList + + + + If this value is TRUE and RetrieveRemoteStatus it TRUE, shows what an update with KeepDepth TRUE would do. (Shows excluded nodes as additions) + + + Gets the list of changelist-names + + + Gets or sets a boolean indicating whether externals should be ignored + +If IgnoreExternals is not set, then recurse into externals +definitions (if any exist) after handling the main target. This +calls the client notification function (in @a ctx) with the @c +svn_wc_notify_status_external action before handling each externals +definition, and with @c svn_wc_notify_status_completed +after each. + + + + Gets or sets a boolean indicating whether ignored files should be retrieved + If RetrieveIgnoredEntries is set add files or directories that match ignore patterns. + + + Gets or sets a boolean indicating whether the repository should be contacted to retrieve out of date information + +If Update is set, contact the repository and augment the +status structures with information about out-of-dateness (with +respect to @a revision). Also, if @a result_rev is not @c NULL, +set @a *result_rev to the actual revision against which the +working copy was compared (result_rev is not meaningful unless +update is set + + + + Gets or sets a boolean indicating whether all status properties should be retrieved + +If @a get_all is set, retrieve all entries; otherwise, +retrieve only "interesting" entries (local mods and/or +out of date + + + + Extended Parameter container for SvnClient.Status + + + + Extended Parameter container of 's DeleteRepository method + + + + originalPath and modifiedPath must live at least as long as pool + + + Gets the of the command + + + Gets the of the command + + + Gets or sets a replacement for the conflict separator (null is use original) + + + Gets or sets a replacement for the Conflict latest line (null is use original) + + + Gets or sets a replacement for the Conflict modified line (null is use original) + + + Gets or sets a replacement for the Ancestor Path (null is use original) + + + Gets or sets a replacement for the Latest Path (null is use original) + + + Gets or sets a replacement for the Modified Path (null is use original) + + + Gets or sets a replacement for the Original Path (null is use original) + + + Gets the of the command + + + Like svn_diff_conflict_display_modified_original_latest, but +*only* showing conflicts. + + + Just display latest, with no markers. + + + Just display modified, with no markers. + + + Display modified, original, and latest, with conflict markers. + + + Like svn_diff_conflict_display_modified_latest, but with an +extra effort to identify common sequences between modified and +latest. + + + Display modified and latest, with conflict markers + + + Gets or sets the blame range as + + + Extended Parameter container for SvnClient.Blame + + + + Gets the of the command + + + The depth to walk for entries; reeds all entries in path when depth is unknown (default) + + + Gets or sets a boolean indicating whether to return deleted or absent entries + + + Extended Parameter container of . + + + + Gets or sets a value indicating whether to clean the database logfiles after the hotcopy + + + Extended Parameter container of 's CreateRepository method + + + + Gets or sets a value indicating how to translate line endings ( = no translation + + + Gets or sets a directory to receive all file versions + The directory to place the versions in or null to only delegate the files to the event handler + + + Gets or sets the blame range as + + + Extended Parameter container of + + + + Tries to parse a single SvnExternalItem + + + Tries to parse a single SvnExternalItem + + + Writes the value to the specified + + + Creates a string containing the external in string format. Optionally preferring formats compatible with older clients + + + Creates a string containing the external in string format. Preferring formats compatible with older clients + + + Gets the absolute or relative url of the external (What to insert) + + + Gets the target path of the external (Where to place the external) + + + Extended Parameter container of 's Changed method + + + + Gets the list of properties to retrieve. Only SVN 1.5+ repositories allow adding custom properties to this list + + + Gets or sets a boolean indicating whether the paths changed in the revision should be provided + + + + + + Console based SslServerTrust implementation + + + Console based SslClientCertificatePassword implementation + + + Console based SslClientCertificate implementation + + + Console based SslServerTrust implementation + + + Console based UserNamePasswordHandler implementation + + + Console based UserNameHandler implementation + + + Subversion CryptoApi Ssl Trust handler + + + Subversion CryptoApi Ssl Trust handler + + + Subversion SslClientCertificatePassword file backend using Windows CryptoStore (managed representation) + + + Subversion SslClientCertificatePassword file backend (managed representation) + + + Subversion SslClientCertificate file backend (managed representation) + + + Subversion SslServerTrust file backend (managed representation) + + + Subversion UserNameHandler file backend using Windows CryptoStore (managed representation) + Should be added after + + + Subversion UserNamePasswordHandler file backend (managed representation) + + + Subversion UserNameHandler file backend (managed representation) + + + Simple credential handler to provide a static credential via and . +Use to override cached credentials. + When set implements a and +instance over the specified credential instance + + + Gets a list of subversion cached credentials of the specified type + The type of credentials to retrieve + This list only contains credentials cached by Subversion; not by external authentication stores + + + Adds all default console handlers + + + Adds all default subversion-configuration-based handlers + + + Removes all currently registered providers and caching data + + + Clears the in-memory authentication cache of this client + + + Copies the in-memory cache from the specified client to this client; merging and overwriting existing credentials + + + Container for all subversion authentication settings on a client + + + + The Window handle (HWND) of the owner Window + + + The password to authorize with + + + Text version of the certificate + + + Issuer value of the certificate + + + Text valid-until value of the certificate + + + Text valid-from value of the certificate + + + Fingerprint name of the certificate + + + Common name of the certificate + + + The username to authorize with + + + Default username; can be NULL + + + The password to authorize with + + + The username to authorize with + + + Default username; can be NULL + + + If realm is non-null, maybe use it in the prompt string + + + If MaySave is false, the auth system does not allow the credentials +to be saved (to disk). A prompt function shall not ask the user if the +credentials shall be saved if may_save is FALSE. For example, a GUI client +with a remember password checkbox would grey out the checkbox if may_save +is false + + + Deletes the externally cached credentials + Does /not/ delete in memory credentials. You should call ClearAuthenticationCache() to clear the in memory cache + + + Gets a boolean indicating whether the credentials were deleted since creating this instance + + + Gets the Uri part of the Realm string + + + Gets the realm of the cached item + + + Gets the type of the cached item + + + SharpSvn configuration loader exception + + + + SharpSvn SvnClient exception + + + + Gets the raw subversion error code casted to a + + + When not NULL, contains a String, Uri or SvnTarget, or an IEnumberable of one of these, +containing (some of) the targets of the command executed. This to help debugging issues from just +handling the exceptions + + + Gets the root cause of the exception; commonly the most + + + Gets the raw subversion error code casted to a + + + Gets the operating system error code when there is one +(Only valid if SvnErrorCategory returns ) + + + + Gets the operating system error code when there is one +(Only valid if SvnErrorCategory returns ) + + + + Gets the raw subversion error code + + + Raises the event. + + + Raises the event. + + + Raises the event. + + + Raises the event. + + + +Raised just before a command is executed. This allows a listener +to cleanup before a new command is started + + + + +Raised on progress. The event is first +raised on the object and +then on the + + + +Raised when a subversion exception occurs. +Set to true to cancel +throwing the exception + + + + +Raised to allow canceling operations. The event is first +raised on the object and +then on the + + + Gets the instance of this + + + Writes the content of specified file to a stream. (svn cat) + + + Writes the content of specified file to a stream. (svn cat) + + + Writes the content of specified file to a stream. (svn cat) + + + Writes the content of specified file to a stream. (svn cat) + Writes the content of specified file to a stream. (svn cat) + + + Streamingly retrieve the log messages for a set of revision(s). + + + Streamingly retrieve the log messages for a set of revision(s) + Streamingly retrieve the log messages for a set of revision(s). + + + Streamingly retrieve the log messages for a set of revision(s). + + + Resolves a dated or head revision to an actual revision number + + + Resolves a dated or head revision to an actual revision number + Resolves a dated or head revision to an actual revision number + + + Get the latest revision in the repository + + + Get the latest revision in the repository + Get the latest revision in the repository + + + Reparents the session to the specified Uri in the same repository + + + Reparents the session to the specified Uri + Reparents the session to the specified Uri in the same repository + + + Opens the session to the specified Uri + + + Opens the session to the specified Uri + Opens the session to the specified Uri + + + Initializes a new SvnRemoteSession instance and then a session to the specified url + + + Initializes a new SvnRemoteSession instance + + + This class gives access to the Subversion network protocol. Make sure all +passed paths use '/' as path separator. Refer to svn_ra.h for details about the +functions on this class, or use the more polished wrappers on the SvnClient class + + + + + +Raised to allow canceling operations. The event is first +raised on the object and +then on the + + + Gets the content of a path directly from a repository + + + Gets the content of a path directly from a repository + Gets the content of a path directly from a repository + + + Lists the content of a path directly from a repository + + + Lists the content of a path directly from a repository + Lists the content of a path directly from a repository + + + Writes the content of the specified path to a stream directly from a repository + + + Writes the content of the specified path to a stream directly from a repository + Writes the content of the specified path to a stream directly from a repository + + + Gets all properties on files or dirs (svn proplist) + + + Gets all properties on files or dirs (svn proplist) + Gets all properties on files or dirs (svn proplist) + + + Gets the property value of the specified path directly from a repository + + + Gets the property value of the specified path directly from a repository + + + Gets the property value of the specified path directly from a repository + + + Gets the property value of the specified path directly from a repository + Gets the property value of the specified path directly from a repository + + + Gets the specified revision property directly from the repository + + + Gets the specified revision property directly from the repository + + + Gets the specified revision property directly from the repository + + + Gets a revision property directly from a repository + Gets the specified revision property directly from the repository + + + Equivalent to svnlook changed + + + Gets the changed paths directly from a repository + Equivalent to svnlook changed + + + Equivalent to svnlook changed + + + Gets the changed paths directly from a repository + Equivalent to svnlook changed + + + Gets the change information (author, date, log, paths, etc.) of a change in a repository + + + Gets the change information of a change directly from a repository + Gets the change information (author, date, log, paths, etc.) of the last change in a repository + + + Gets the change information (author, date, log, paths, etc.) of a change in a repository + + + Gets the change information of a change directly from a repository + Gets the change information (author, date, log, paths, etc.) of the last change in a repository + + + Initializes a new instance with default properties + + + +Managed wrapper of some of the most common svnlook functions + + +At this time this class is a limited subset of svnlook functionality and +is experimental + + + + + Initializes a new SvnLookOrigin instance for a transaction in repositoryPath + + + Initializes a new SvnLookOrigin instance for a specific revision of repositoryPath + + + Initializes a new SvnLookOrigin + Initializes a new SvnLookOrigin instance for the head revision of repositoryPath + + + Container for the location to use with the commands + + + + Base Extended Parameter container of commands + + + + Restores a missing node + + + Restores a missing node + + + Copies a node to a different path + + + Copies a node to a different path + + + Moves a node to a different path + + + Moves a node to a different path + + + Gets the working copy version (svnversion) + + + Gets the working copy version (svnversion) + + + Gets a list of entries contained in the specified working copy path + Helper method used by AnkhSVN to detect nested working copies + Only the entry structures representing files and SVN_WC_ENTRY_THIS_DIR contain complete information. The entry +structures representing subdirs have only the `kind' and `state' fields filled in. If you want info on a subdir, you must use this +routine to open its @a path and read the @c SVN_WC_ENTRY_THIS_DIR structure, or call svn_wc_entry() on its @a path. + + + + Gets a list of entries contained in the specified working copy path + Helper method used by AnkhSVN to detect nested working copies + Only the entry structures representing files and SVN_WC_ENTRY_THIS_DIR contain complete information. The entry +structures representing subdirs have only the `kind' and `state' fields filled in. If you want info on a subdir, you must use this +routine to open its @a path and read the @c SVN_WC_ENTRY_THIS_DIR structure, or call svn_wc_entry() on its @a path. + + + + Enumerates through the list of entries contained in the specified working copy path + Only the entry structures representing files and SVN_WC_ENTRY_THIS_DIR contain complete information. The entry +structures representing subdirs have only the `kind' and `state' fields filled in. If you want info on a subdir, you must use this +routine to open its @a path and read the @c SVN_WC_ENTRY_THIS_DIR structure, or call svn_wc_entry() on its @a path. + + + + Enumerates through the list of entries contained in the specified working copy path + Only the entry structures representing files and SVN_WC_ENTRY_THIS_DIR contain complete information. The entry +structures representing subdirs have only the `kind' and `state' fields filled in. If you want info on a subdir, you must use this +routine to open its @a path and read the @c SVN_WC_ENTRY_THIS_DIR structure, or call svn_wc_entry() on its @a path. + + + + Gets the text file status of a working copy path + + + Gets the text file status of a working copy path + + + Raises the event. + + + Raises the event. + + + Raises the event. + + + Raises the event. + + + +Raised just before a command is executed. This allows a listener +to cleanup before a new command is started + + + + +Raised when a subversion exception occurs. +Set to true to cancel +throwing the exception + + + + +Raised on notifications. The event is first +raised on the object and +then on the + + + +Raised to allow canceling operations. The event is first +raised on the object and +then on the + + + +Raised to allow canceling operations. The event is first +raised on the object and +then on the + + + Makes a hot copy of a repository + Makes a hot copy of a repository + + + Set the property NAME on revision REVISION + + + Delete the property NAME on revision REVISION + + + Set the property NAME on revision REVISION + + + Set the property NAME on revision REVISION + + + Set the property NAME on revision REVISION + + + Set the property NAME on revision REVISION + Set the property NAME on revision REVISION + + + In-Place Upgrades a repository to a later version + + NOTE: This functionality is provided as a convenience for +administrators wishing to make use of new Subversion functionality +without a potentially costly full repository dump/load. As such, +the operation performs only the minimum amount of work needed to +accomplish this while maintaining the integrity of the repository. +It does *not* guarantee the most optimized repository state as a +dump and subsequent load would. + + + + In-Place Upgrades a repository to a later version + In-Place Upgrades a repository to a later version + + NOTE: This functionality is provided as a convenience for +administrators wishing to make use of new Subversion functionality +without a potentially costly full repository dump/load. As such, +the operation performs only the minimum amount of work needed to +accomplish this while maintaining the integrity of the repository. +It does *not* guarantee the most optimized repository state as a +dump and subsequent load would. + + + + Dumps a repository to a file (svnadmin dump) + + + Dumps a repository to a file (svnadmin dump) + Dumps a repository to a file (svnadmin dump) + + + Loads a repository from a file (svnadmin load) + + + Loads a repository from a file (svnadmin load) + Loads a repository from a file (svnadmin load) + + + Loads a repository from a file (svnadmin load) + + + Loads a repository from a file (svnadmin load) + Loads a repository from a file (svnadmin load) + + + Recovers the repository at the specified local path + + + Recovers the repository at the specified local path + + + Deletes the repository at the specified local path + + + Deletes the repository at the specified local path + + + Creates a default repository at the specified local path + + + Creates a default repository at the specified local path + + + Helper which allows splitting file:/// uri's in the repository root and the file within + + + Initializes a new instance with default properties + + + +Managed wrapper of some of the most common repository management functions. + + +At this time this class is just included to enable a standalone test framework +over the SvnClient api; without depending on external tools) + + + + + Raises the event + + + Raised to notify changes by an in-progress command + + + Raises the event + + + +Raised on conflict. The event is first +raised on the object and +then on the + + + Base class of all arguments which allow handling conflicts + + + + Gets a list of 'extra' revision properties to set on commit + + + Gets or sets the logmessage applied to the commit + + + Applies the and raises the event + + + Raised after a successfull commit + + + Raised just before committing to allow modifying the log message + + + Base class of all arguments which allow committing + + + + Adds an error category to the list of errors not to throw exceptions for + + + Adds error codes to the list of errors not to throw exceptions for + + + Adds an error code to the list of errors not to throw exceptions for + + + Adds error categories to the list of errors not to throw exceptions for + + + Adds an error category to the list of errors not to throw exceptions for + + + Adds error codes to the list of errors not to throw exceptions for + + + Adds an error code to the list of errors not to throw exceptions for + + + Gets a collection of warnings issued by the last command invocation + + + +Gets the last exception thrown by a Subversion api command to which this argument was provided + + + + +Gets or sets a boolean indicating whether the call must throw an error if the operation is canceled + is true and the returnvalue false if the operation was canceled. +(The property is set to the cancel exception). Defaults to true + + + + +Gets or sets a boolean indicating whether the call must throw an error if a non fatal error occurs. +(E.g. locking or updating an external failed). Defaults to false + + + + +Gets or sets a boolean indicating whether the call must throw an error if an error occurs. +If an exception would occur, the method returns false and the property +is set to the exception which would have been throw. Defaults to true. + + + + Gets the of the command + + + Called when handling a + + + Raises the event + + + Raises the event + + + Raises the event + + + Raised to notify errors from an command + + + Raised to notify changes by an in-progress command + + + Raised to notify of progress by an in-progress command + + + Raised to allow canceling an in-progress command + + + Base class of all arguments + + + + Gets all revision properties on a a specific revision (svn proplist --revision) + + + Gets all revision properties on a a specific revision (svn proplist --revision) + Gets all revision properties on a a specific revision (svn proplist --revision) + + + Gets the value of a revision property on files or dirs in a specific revision (svn propget --revision) + + + Gets the value of a revision property on files or dirs in a specific revision (svn propget --revision) + + + Gets the value of a revision property on files or dirs in a specific revision (svn propget --revision) + + + Gets the value of a revision property on files or dirs in a specific revision (svn propget --revision) + + + Deletes the value of a revision property on files, dirs in a specific revision(svn propdel --revision) + + + Deletes the value of a revision property on files, dirs in a specific revision(svn propdel --revision) + + + Sets the value of a revision property on files, dirs in a specific revision (svn propset --revision) + + + Sets the value of a revision property on files, dirs in a specific revision (svn propset --revision) + + + Sets the value of a revision property on files, dirs in a specific revision (svn propset --revision) + + + Sets the value of a revision property on files, dirs in a specific revision (svn propset --revision) + Sets the value of a revision property on files, dirs in a specific revision (svn propset --revision) + + + Gets the (relevant) working copy root of a path or null if the path doesn't have one + + + Gets the repository url and repository id for a url + + + Gets the Uuid of a Path, or if path is not versioned + true if successfull, otherwise false + + + Gets the Uuid of a Uri, or if path is not versioned + true if successfull, otherwise false + + + Gets the repository root from the specified path + The repository root or null if the uri is not a working copy path + SharpSvn makes sure the uri ends in a '/' + + + Gets the repository root from the specified uri or path + Gets the repository root from the specified uri + The repository root or null if the uri is not a repository uri + SharpSvn makes sure the uri ends in a '/' + + + Gets the repository Uri of a path, or null if path is not versioned + See also + + + Obtains the youngest valid revision for the repository + + + Applies a patch file to a directory + Applies a patch file to a directory + + + Replays the specified revisions on the specified target to the editory + + + Replays the specified revisions on the specified target to the editor + Replays the specified revisions on the specified target to the editor + + + Gets a list of versions of the specified file + This function allows access to the raw data used to create a Blame report + + + Gets a lists of versions of the specified file + Gets a list of versions of the specified file + This function allows access to the raw data used to create a Blame report + + + Lists the versions of the specified file + This function allows access to the raw data used to create a Blame report + + + Lists the versions of the specified file + Lists the versions of the specified file + This function allows access to the raw data used to create a Blame report + + + Checks whether the repository of the specified target has the specified capabilities + + + Checks whether the repository of the specified target has the specified capabilities + Checks whether the repository of the specified target has the specified capabilities + + + Retrieve the content of specified files or URLs with revision and author information per-line (svn blame) + + + Retrieve the content of specified files or URLs with revision and author information per-line (svn blame) + + + Streamingly retrieve the content of specified files or URLs with revision and author information per-line (svn blame) + + + Streamingly retrieve the content of specified files or URLs with revision and author information per-line (svn blame) + Streamingly retrieve the content of specified files or URLs with revision and author information per-line (svn blame) + + + Retrieves a list of previously merged revisions from the specified source + + + Retrieves a list of previously merged revisions from the specified source + + + Retrieves previously merged revisions from the specified source + + + Retrieves a list of previously merged revisions from the specified source + Retrieves previously merged revisions from the specified source + + + Retrieves a list of revisions of source that are available for merging + + + Retrieves a list of revisions of source that are available for merging + + + Retrieves revisions of source that are available for merging + + + Retrieves a list of revisions of source that are available for merging + Retrieves revisions of source that are available for merging + + + Gets the merges which are applied on the specified target + + + Gets the merges which are applied on the specified target (svn mergeinfo) + Gets the merges which are applied on the specified target + + + Gets a list of Uri's which might be valid merge sources + The list contains copy-from locations and previous merge locations + + + Gets a list of Uri's which might be valid merge sources (svn mergeinfo) + Gets a list of Uri's which might be valid merge sources + The list contains copy-from locations and previous merge locations + + + Gets the contents of the specified changelist below a specified directory (svn changelist) + + + Gets the contents of the specified changelist below a specified directory (svn changelist) + Gets the contents of the specified changelist below a specified directory (svn changelist) + + + Streamingly gets the contents of the specified changelist below a specified directory (svn changelist) + + + Streamingly gets the contents of the specified changelist below a specified directory (svn changelist) + Streamingly gets the contents of the specified changelist below a specified directory (svn changelist) + + + Deassociate the specified path(s) from the specified changelist (svn changelist) + + + Deassociate the specified path(s) from the specified changelist (svn changelist) + + + Deassociate the specified path(s) from the specified changelist (svn changelist) + + + Deassociate the specified path(s) from the specified changelist (svn changelist) + Deassociate the specified path(s) from the specified changelist (svn changelist) + + + Associate the specified path(s) with the specified changelist (svn changelist) + + + Associate the specified path(s) with the specified changelist (svn changelist) + + + Associate the specified path(s) with the specified changelist (svn changelist) + + + Associate the specified path(s) with the specified changelist (svn changelist) + Associate the specified path(s) with the specified changelist (svn changelist) + + + Streamingly retrieves the differences between two revisions or paths (svn diff --summarize) + Subversion limitation: Currently only works over Uri targets + + + Retrieves the differences between two revisions or paths (svn diff --summarize) + Streamingly retrieves the differences between two revisions or paths (svn diff --summarize) + Subversion limitation: Currently only works over Uri targets + + + Streamingly retrieves the differences between two revisions or paths (svn diff --summarize) + Subversion limitation: Currently only works over Uri targets + + + Streamingly retrieves the differences between two revisions or paths (svn diff --summarize) + Streamingly retrieves the differences between two revisions or paths (svn diff --summarize) + Subversion limitation: Currently only works over Uri targets + + + Retrieves the differences between two revisions or paths (svn diff) + + + Retrieves the differences between two revisions or paths (svn diff) + + + Retrieves the differences between two revisions or paths (svn diff) + + + Retrieves the differences between two revisions or paths (svn diff) + Retrieves the differences between two revisions or paths (svn diff) + + + Perform a reintegration merge of source into targetPath + + + Perform a reintegration merge of source into targetPath + Perform a reintegration merge of source into targetPath + + + Merges the changes in the specified revisions from source to targetPath (svn merge) + + + Merges the changes in the specified revisions from source to targetPath (svn merge) + + + Merges the changes in the specified revisions from source to targetPath (svn merge) + + + Merges the changes in the specified revisions from source to targetPath (svn merge) + Merges the changes in the specified revisions from source to targetPath (svn merge) + + + +Merges the changes from to into + + + Merges the differences between two sources to a working copy path (svn merge) + +Merges the changes from to into + + + Gets all revision properties on a a specific revision (svn proplist --revision) + + + Gets all revision properties on a a specific revision (svn proplist --revision) + Gets all revision properties on a a specific revision (svn proplist --revision) + + + Gets the value of a revision property on files or dirs in a specific revision (svn propget --revision) + + + Gets the value of a revision property on files or dirs in a specific revision (svn propget --revision) + + + Gets the value of a revision property on files or dirs in a specific revision (svn propget --revision) + + + Gets the value of a revision property on files or dirs in a specific revision (svn propget --revision) + Gets the value of a revision property on files or dirs in a specific revision (svn propget --revision) + + + Deletes the value of a revision property on files, dirs in a specific revision(svn propdel --revision) + + + Deletes the value of a revision property on files, dirs in a specific revision(svn propdel --revision) + Deletes the value of a revision property on files, dirs in a specific revision(svn propdel --revision) + + + Sets the value of a revision property on files, dirs in a specific revision (svn propset --revision) + + + Sets the value of a revision property on files, dirs in a specific revision (svn propset --revision) + + + Sets the value of a revision property on files, dirs in a specific revision (svn propset --revision) + + + Sets the value of a revision property on files, dirs in a specific revision (svn propset --revision) + Sets the value of a revision property on files, dirs in a specific revision (svn propset --revision) + + + Gets all properties on files or dirs (svn proplist) + + + Gets all properties on files or dirs (svn proplist) + Gets all properties on files or dirs (svn proplist) + + + Streamingly lists all properties on files or dirs (svn proplist) + + + Streamingly lists all properties on files or dirs (svn proplist) + Streamingly lists all properties on files or dirs (svn proplist) + + + Tries to get a property from the specified path (svn propget) + Eats all (non-argument) exceptions + True if the property is fetched, otherwise false + Equivalent to GetProperty with 's ThrowOnError set to false + + + Sets the specified property on the specfied path to value + Use to remove an existing property + + + Gets the specified property from the specfied path + true if property is set, otherwise false + path is not a valid workingcopy path + + + Retrieves the value of a property on files, dirs, or revisions (svn propget) + Gets the specified property from the specfied path + true if property is set, otherwise false + path is not a valid workingcopy path + + + Removes the specified property from the specfied path + + + Removes the specified property from the specfied path + + + Sets the specified property on the specfied path to value + Use to remove an existing property + + + Sets the specified property on the specfied path to value + Use to remove an existing property + + + Sets the specified property on the specfied path to value + Use to remove an existing property + + + Set the value of a property on files, dirs (svn propset) + Sets the specified property on the specfied path to value + Use to remove an existing property + + + Removes the specified property from the specfied path + + + Removes the specified property from the specfied path + + + Removes the specified property from the specfied path + + + Deletes a property from files, dirs (svn propdel) + Removes the specified property from the specfied path + + + Sets the specified property on the specfied path to value + Use to remove an existing property + + + Sets the specified property on the specfied path to value + Use to remove an existing property + + + Sets the specified property on the specfied path to value + Use to remove an existing property + + + Set the value of a property on files, dirs (svn propset) + Sets the specified property on the specfied path to value + Use to remove an existing property + + + Sets the specified property on the specfied path to value + Use to remove an existing property + + + Sets the specified property on the specfied path to value + Use to remove an existing property + + + Sets the specified property on the specfied path to value + Use to remove an existing property + + + Set the value of a property on files, dirs (svn propset) + Sets the specified property on the specfied path to value + Use to remove an existing property + + + UnlockURLs (svn unlock) + + + UnlockURLs (svn unlock) + + + UnlockURLs (svn unlock) + + + UnlockURLs (svn unlock) + UnlockURLs (svn unlock) + + + Unlock working copy paths (svn unlock) + + + Unlock working copy paths (svn unlock) + + + Unlock working copy paths (svn unlock) + + + Unlock working copy paths (svn unlock) + Unlock working copy paths (svn unlock) + + + LockURLs in the repository, so that no other user can commit changes to them (svn lock) + + + LockURLs in the repository, so that no other user can commit changes to them (svn lock) + + + LockURLs in the repository, so that no other user can commit changes to them (svn lock) + + + LockURLs in the repository, so that no other user can commit changes to them (svn lock) + LockURLs in the repository, so that no other user can commit changes to them (svn lock) + + + Lock working copy paths in the repository, so that no other user can commit changes to them (svn lock) + + + Lock working copy paths in the repository, so that no other user can commit changes to them (svn lock) + + + Lock working copy paths in the repository, so that no other user can commit changes to them (svn lock) + + + Lock working copy paths in the repository, so that no other user can commit changes to them (svn lock) + Lock working copy paths in the repository, so that no other user can commit changes to them (svn lock) + + + Move and/or rename something in repository, remembering history (svn move) + + + Move and/or rename something in repository, remembering history (svn move) + + + Move and/or rename something in repository, remembering history (svn move) + + + Move and/or rename something in repository, remembering history (svn move) + + + Move and/or rename something in repository, remembering history (svn move) + + + Move and/or rename something in repository, remembering history (svn move) + + + Move and/or rename something in repository, remembering history (svn move) + + + Move and/or rename something in repository, remembering history (svn move) + Move and/or rename something in repository, remembering history (svn move) + + + Move and/or rename something in working copy, remembering history (svn move) + + + Move and/or rename something in working copy, remembering history (svn move) + + + Move and/or rename something in working copy, remembering history (svn move) + + + Move and/or rename something in working copy, remembering history (svn move) + Move and/or rename something in working copy, remembering history (svn move) + + + Duplicate something in repository, remembering history (svn copy) + Can be called with either a list of , or . +All members must be of the same type. + + + Duplicate something in repository, remembering history (svn copy) + + + Duplicate something in repository, remembering history (svn copy) + Can be called with either a list of , or . +All members must be of the same type. + + + Duplicate something in repository, remembering history (svn copy) + + + Duplicate something in repository, remembering history (svn copy) + Can be called with either a list of , or . +All members must be of the same type. + + + Duplicate something in repository, remembering history (svn copy) + + + Duplicate something in repository, remembering history (svn copy) + Can be called with either a list of , or . +All members must be of the same type. + + + Duplicate something in repository, remembering history (svn copy) + + + Duplicate something in working copy, remembering history (svn copy) + Can be called with either a list of , or . +All members must be of the same type. + + + Duplicate something in working copy, remembering history (svn copy) + Can be called with either a list of , or . +All members must be of the same type. + + + Duplicate something in working copy, remembering history (svn copy) + Can be called with either a list of , or . +All members must be of the same type. + + + Duplicate something in working copy, remembering history (svn copy) + Duplicate something in working copy, remembering history (svn copy) + + + Recursively upgrades a working copy.(svn upgrade) + true if the operation succeeded; false if it did not + Operation failed and args.ThrowOnError = true + Parameters invalid + + + Recursively upgrades a working copy.(svn upgrade) + Recursively upgrades a working copy.(svn upgrade) + true if the operation succeeded; false if it did not + Operation failed + Parameters invalid + + + Vacuums the specified path + true if the operation succeeded; false if it did not + Operation failed and args.ThrowOnError = true + Parameters invalid + + + Vacuums the working copy (via svn cleanup) + Vacuums the specified path + Operation failed + Parameters invalid + + + Cleans up the specified path, removing all workingcopy locks left behind by crashed clients + true if the operation succeeded; false if it did not + Operation failed and args.ThrowOnError = true + Parameters invalid + + + Recursively clean up the working copy, removing locks, resuming unfinished operations, etc.(svn cleanup) + Cleans up the specified path, removing all workingcopy locks left behind by crashed clients + Operation failed + Parameters invalid + + + Remove 'conflicted' state on a working copy file or directory using the specified choice + + + Remove 'conflicted' state on a working copy file or directory using the specified choice + + + Remove 'conflicted' state on a working copy file or directory using the specified choice + Remove 'conflicted' state on a working copy file or directory using the specified choice + Calls with SvnAccept.Merged + + + Restore pristine working copy file (undo most local edits) (svn revert) + + + Restore pristine working copy file (undo most local edits) (svn revert) + + + Restore pristine working copy file (undo most local edits) (svn revert) + + + Restore pristine working copy file (undo most local edits) (svn revert) + Restore pristine working copy file (undo most local edits) (svn revert) + + + Send changes from your working copy to the repository (svn commit) + + + Send changes from your working copy to the repository (svn commit) + + + Send changes from your working copy to the repository (svn commit) + + + Send changes from your working copy to the repository (svn commit) + + + Send changes from your working copy to the repository (svn commit) + + + Send changes from your working copy to the repository (svn commit) + + + Send changes from your working copy to the repository (svn commit) + + + Send changes from your working copy to the repository (svn commit) + Send changes from your working copy to the repository (svn commit) + + + Importing as the subversion api does; without creating a working directory + + + Importing as the subversion api does; without creating a working directory + + + Importing as the subversion api does; without creating a working directory + + + Commit an unversioned file or tree into the repository (svn import) + Importing as the subversion api does; without creating a working directory + + + Performs a working copy import to the specified Uri, +by importing the root remotely, checking that out and then adding the files locally + Implemented as an Add follwed by an obstructed checkout + + + Performs a working copy import to the specified Uri, +by importing the root remotely, checking that out and then adding the files locally + Implemented as an Add follwed by an obstructed checkout + + + Performs a working copy import to the specified Uri, +by importing the root remotely, checking that out and then adding the files locally + Implemented as an Add follwed by an obstructed checkout + + + Commit an unversioned file or tree into the repository (svn import followed by svn checkout) + Performs a working copy import to the specified Uri, +by importing the root remotely, checking that out and then adding the files locally + Implemented as an Add follwed by an obstructed checkout + + + Remove files and directories from version control at the repository (svn delete|remove) + + + Remove files and directories from version control at the repository (svn delete|remove) + + + Remove files and directories from version control at the repository (svn delete|remove) + + + Remove files and directories from version control at the repository (svn delete|remove) + + + Remove files and directories from version control at the repository (svn delete|remove) + + + Remove files and directories from version control at the repository (svn delete|remove) + Remove files and directories from version control at the repository (svn delete|remove) + + + Remove files and directories from version control, scheduling (svn delete|remove) + + + Remove files and directories from version control, scheduling (svn delete|remove) + + + Remove files and directories from version control, scheduling (svn delete|remove) + + + Remove files and directories from version control, scheduling (svn delete|remove) + Remove files and directories from version control, scheduling (svn delete|remove) + + + Create a new directory under version control at the repository (svn mkdir) + + + Create a new directory under version control at the repository (svn mkdir) + + + Create a new directory under version control at the repository (svn mkdir) + + + Create a new directory under version control at the repository (svn mkdir) + + + Create a new directory under version control at the repository (svn mkdir) + Create a new directory under version control at the repository (svn mkdir) + + + Create a new directory under version control, scheduling (svn mkdir) + + + Create a new directory under version control, scheduling (svn mkdir) + + + Create a new directory under version control, scheduling (svn mkdir) + + + Create a new directory under version control, scheduling (svn mkdir) + Create a new directory under version control, scheduling (svn mkdir) + + + Gets information about the specified target + + + Gets information about the specified target + + + Gets information about the specified target + + + Streamingly retrieves information about a local or remote item (svn info) + Gets information about the specified target + + + Streamingly lists directory entries in the repository. (svn list) + + + Gets a list of directory entries in the repository. (svn list) + Streamingly lists directory entries in the repository. (svn list) + + + Streamingly lists directory entries in the repository. (svn list) + + + Streamingly lists directory entries in the repository. (svn list) + Streamingly lists directory entries in the repository. (svn list) + + + Writes the content of specified files or URLs to a stream. (svn cat) + + + Writes the content of specified files or URLs to a stream. (svn cat) + + + Writes the content of specified files or URLs to a stream. (svn cat) + + + Writes the content of specified files or URLs to a stream. (svn cat) + Writes the content of specified files or URLs to a stream. (svn cat) + + + Gets log messages of the specified target + + + Gets log messages of the specified target + + + Gets log messages of the specified target + + + Gets log messages of the specified target + + + Gets log messages of the specified target + + + Retrieve the log messages for a set of revision(s) and/or file(s). (svn log) + Gets log messages of the specified target + + + Gets log messages of the specified target path + + + Gets log messages of the specified target path + + + Gets log messages of the specified target + A pegrevision applied on the target overrides one set on the args object + + + Gets log messages of the specified target + + + Gets log messages of the specified target + + + Streamingly retrieve the log messages for a set of revision(s) and/or file(s). (svn log) + Gets log messages of the specified target + + + Gets a list of status data for the specified path + + + Recursively gets a list of 'interesting' status data for the specified path + + + Gets status data for the specified path + + + Retrieve the status of working copy files and directories (svn status) + Recursively gets 'interesting' status data for the specified path + + + Adds the specified path + true if the operation succeeded; false if it did not + Operation failed and args.ThrowOnError = true + Parameters invalid + + + Adds the specified path + Operation failed + Parameters invalid + + + Put files and directories under version control, scheduling them for addition to repository. +They will be added in next commit(svn add) + Recursively adds the specified path + Operation failed + Parameters invalid + + + Update the working copy to a different repository (svn switch --relocate) + + + Update the working copy to a different repository (svn switch --relocate) + Update the working copy to a different repository (svn switch --relocate) + + + Switches a path recursively to the specified target + Operation failed + Parameters invalid + + + Switches a path recursively to the specified target + Operation failed + Parameters invalid + + + Switches a path recursively to the specified target + Operation failed + Parameters invalid + + + Update the working copy to a different URL (svn switch) + Switches a path recursively to the specified target + Operation failed + Parameters invalid + + + Exports the specified target to the specified path + Subversion optimizes this call if you specify a workingcopy file instead of an url + + + Exports the specified target to the specified path + Subversion optimizes this call if you specify a workingcopy file instead of an url + + + Recursively exports the specified target to the specified path + Subversion optimizes this call if you specify a workingcopy file instead of an url + + + Create an unversioned copy of a tree (svn export) + Recursively exports the specified target to the specified path + Subversion optimizes this call if you specify a workingcopy file instead of an url + + + Updates the specified paths to the specified revision + Operation failed and args.ThrowOnError = true + Parameters invalid + true if the operation succeeded; false if it did not + + + Updates the specified paths to the specified revision + Operation failed and args.ThrowOnError = true + Parameters invalid + true if the operation succeeded; false if it did not + + + Recursively updates the specified paths to the latest (HEAD) revision + Operation failed + Parameters invalid + + + Recursively updates the specified paths to the latest (HEAD) revision + Operation failed + Parameters invalid + + + Recursively updates the specified path to the latest (HEAD) revision + Operation failed and args.ThrowOnError = true + Parameters invalid + + + Recursively updates the specified path + Operation failed and args.ThrowOnError = true + Parameters invalid + + + Recursively updates the specified path to the latest (HEAD) revision + Operation failed and args.ThrowOnError = true + Parameters invalid + + + Bring changes from the repository into the working copy (svn update) + Recursively updates the specified path to the latest (HEAD) revision + Operation failed + Parameters invalid + + + Performs a checkout of to to the specified param + Operation failed and args.ThrowOnError = true + Parameters invalid + true if the operation succeeded; false if it did not + + + Performs a checkout of to to the specified param + Operation failed and args.ThrowOnError = true + Parameters invalid + true if the operation succeeded; false if it did not + + + Performs a recursive checkout of to + Operation failed + Parameters invalid + + + Check out a working copy from a repository. (svn checkout) + Performs a recursive checkout of to + Operation failed + Parameters invalid + + + Raises the event. + + + Raises the event. + + + Raises the event. + + + Raises the event. + + + Raises the event. + + + Raises the event. + + + Raises the event. + + + Raises the event. + + + +Raised just before a command is executed. This allows a listener +to cleanup before a new command is started + + + + +Raised when a subversion exception occurs. +Set to true to cancel +throwing the exception + + + + +Raised on conflict. The event is first +raised on the object and +then on the + + + +Raised on progress. The event is first +raised on the object and +then on the + + + +Raised on progress. The event is first +raised on the object and +then on the + + + +Raised on notifications. The event is first +raised on the object and +then on the + + + +Raised on progress. The event is first +raised on the object and +then on the + + + +Raised to allow canceling operations. The event is first +raised on the object and +then on the + + + Gets the instance of this + + + +Gets the name of the subversion administrative directories. Most commonly ".svn" + + +An internal implementation of a setter is available on this property. Users should read +the subversion implementation of svn_wc_set_adm_dir before invoking the setter of this property +via reflection + + + + Enables the subversion localization engine. (Costs +- 400 KByte ram/language used and slows error handling within the subversion engine) + By default the subversion layer uses english messages for everything. After this method is called all messages are routed via +the managed resource handler + + + Adds the specified client name to web requests' UserAgent string + The name is filtered to be unique and conformant for the webrequest. Clients should use only alphanumerical ascii characters + + + Gets the version of the SharpSvn library + + + Gets the version number of SharpSvn's encapsulated subversion library + + + Initializes a new instance with default properties + + + Subversion client instance; main entrance to the Subversion Client api + + + + Gets the the applies to; +null if it applies to a revision property + + + While the configuration isn't used yet, allows overriding specific configuration options + + + Gets the subversion global ignore pattern as specified in the configuration + + + Gets or sets a value indicating whether the 'preserved-conflict-file-exts' should be forced to '*' + + + Gets or sets a boolean indicating whether to always use the subversion integrated diff library +instead of the user configured diff tools + The default value of this property is true; to allow parsing the output of the diff library + true if subversions internal diff must be used, otherwise false + + + This property used to get a boolean indicating whether to enable the SharpPlink handler when no +other valid handler for svn+ssh:// was registered. It is now mapped to 's disabled option + + + Gets or sets a boolean indicating whether to load the svn mimetypes file when calling Add or Import the first time + The default value of this property is true; this matches the behaviour of the svn commandline client + true if loading the mimetypes file on the initial import, otherwise false + + + Gets or sets a boolean indicating whether commits will fail if no log message is provided + The default value of this property is true + + + Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use + After this method is called all properties are either stored managed, or are no longer readable + + + Retrieve StartRevision-EndRevision as a + + + Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use + After this method is called all properties are either stored managed, or are no longer readable + + + Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use + After this method is called all properties are either stored managed, or are no longer readable + + + Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use + After this method is called all properties are either stored managed, or are no longer readable + + + Gets the nesting level of the logs via merges + + + Set to true when the following items are merged-child items of this item. + + + Serves as a hashcode for the specified type + + + Gets or sets a boolean indicating whether this file should be filtered from the patch handling + + + Path to a temporary file containing the result of the patch + + + Path to a temporary file containing the rejected hunks of the patch + + + The path to the node as stored in the patch file, normalized to Windows style + + + The path to the node as stored in the patch file, kept in Subversion canonical format + + + Gets the file contents of the current version as readable stream (Only valid in EventHandler) + Not in the EventHandler + The stream will be closed when the eventhandler returns. It is not seekabel but you can reset the stream to position 0 + + + Gets the file contents of the current version as readable stream (Only valid in EventHandler) + Not in the EventHandler + The stream will be closed when the eventhandler returns. It is not seekabel but you can reset the stream to position 0 + + + Write the file contents to the specified file/stream (Only valid in EventHandler) + Not in the EventHandler + + + Write the file contents to the specified file/stream (Only valid in EventHandler) + Not in the EventHandler + + + Write the file contents to the specified file/stream (Only valid in EventHandler) + Not in the EventHandler + + + Write the file contents to the specified file/stream (Only valid in EventHandler) + Write the file contents to the specified file/stream (Only valid in EventHandler) + Not in the EventHandler + + + Serves as a hashcode for the specified type + + + Gets the revision the change is based on + + + Serves as a hashcode for the specified type + + + Gets the raw property status of the node when available + + + Gets the raw content status of the node when available + + + Gets the tree conflict data of this node or null if this node doesn't have a tree conflict + + + The length of the file currently in the working copy, matching the name of this node. -1 if there is no such file. + + + Gets an object containing detailed workingcopy information of this node + + + Out of Date: Gets the node kind of the OutOfDate commit + + + Out of Date: Gets the author of the OutOfDate commit + + + Out of Date: Last commit date of the item + + + Out of Date: Last commit version of the item + + + Gets the out of date status of the item; if true the RemoteUpdate* properties are set + + + Gets a boolean indicating whether the node is a file external + + + Gets a boolean indicating whether the file is switched in the working copy + + + Gets the repository id as String + + + Gets the repository id as Guid + + + Gets a boolean indicating whether the file is copied in the working copy + A file or directory can be 'copied' if it's scheduled for addition-with-history +(or part of a subtree that is scheduled as such.). + + + Gets a boolean indicating whether the workingcopy is locked + + + Gets a boolean indicating whether the workingcopy is locked + + + Property status in working copy + + + The status of the text/content of the node + + + Content status in working copy + + + The node status (combination of restructuring operations, text and property status. + + + The path returned by the subversion api + + + The full path the notification is about, as translated via + See also . + + + Gets the recorded node type of this node + + + Serves as a hashcode for the specified type + + + The entry is a intra-repository file external and this is the +repository root relative path to the file specified in the +externals definition, otherwise NULL if the entry is not a file +external. + + + Gets a boolean indicating whether the node is in a copied state +(possibly because the entry is a child of a path that is +scheduled for addition or replacement when the entry itself is +normal + + + Gets the node scheduling (add, delete, replace) + + + Gets the node kind + + + Gets the repository id as String + + + Gets the repository id as Guid + + + The repository Uri including a final '/' + + + Url in repository, including final '/' if the entry specifies a directory + + + Base revision + + + The entries name + + + Serves as a hashcode for the specified type + + + Serves as a hashcode for the specified type + + + Serves as a hashcode for the specified type + + + Gets the merge source passed to the SvnClient call + + + Gets the specified SourceUri or null if the source was a local path + + + Gets the merge source passed to the SvnClient call + + + Gets the specified SourceUri or null if the source was a local path + + + Gets a list of applied merges + + + ConsiderInheritance is ignored at this time + + + ConsiderInheritance is ignored at this time + + + Initializes a new instance of the class with the values from the specified collection + + + Initializes a new instance of the class with default properties + + + Serves as a hashcode for the specified type + + + Creates a SvnRevision from {revision-1:revision} + + + Gets the nesting level of the logs via merges + + + Set to true when the following items are merged-child items of this item. + + + Gets the log origin SharpSvn used for retrieving the log + + + Serves as a hashcode for the specified type + + + MergeInfo only: Subtractive merge + + + MergeInfo only: Not inheritable + + + Gets the list of custom properties retrieved with the log + Properties must be listed in SvnLogArgs.RetrieveProperties to be available here + + + Serves as a hashcode for the specified type + + + Gets a boolean indicating whether the versioned properties of a node are modified in this revision. (Value only available for 1.7+ servers) + + + Gets a boolean indicating whether the content of a node is modified in this revision. (Value only available for 1.7+ servers) + + + Gets the node kind of the changed path (Only available when committed to a 1.6+ repository) + + + Gets the relative uri of the path inside the repository + Does not include an initial '/'. Ends with a '/' if is . + + + Gets the path inside rooted at the repository root (including initial '/') + + + Serves as a hashcode for the specified type + + + Gets the information specified in RetrieveEntries on the args object + + + Gets lock information if RetrieveLocks is set on the args object + + + When retrieving a listing using an Uri target: contains the uri from which Path is relative + The Base Uri or null when the repository root is not available + + + When retrieving a listing using an Uri target: contains the repository root + The Repository root or null when the repository root is not available + + + Gets the filename of the item + + + Gets the origin path of the item + + + Gets the path of the item + + + Serves as a hashcode for the specified type + + + Gets the author of the last revision of this file + + + Gets the time of the last change + + + Gets the last revision in which this node changed + + + Gets a boolean indicating whether this node has svn properties + + + Gets the length of the file text or 0 for directories + + + Serves as a hashcode for the specified type + + + The SHA1 checksum of the file. (Used to return a MD5 checksom in Subversion <= 1.6) + + + Gets a boolean indicating whether working copy information is available in this instance + + + Gets information about the current lock on node + + + Gets the author of the last revision in which node (or one of its descendants) changed + + + Gets the timestamp of the last revision in which node (or one of its descendants) changed + + + Gets the last revision in which node (or one of its descendants) changed + + + Gets the repository uuid or null if not available + + + Gets the uuid of the repository (if available). Otherwise Guid.Empty + + + Gets the repository root Uri; ending in a '/' + The unmanaged api does not add the '/' at the end, but this makes using hard + + + Gets the node kind of the specified node + + + Gets the queried revision + + + Gets the full Uri of the node + + + The path the notification is about, translated via + The property contains the path in normalized format; while returns the exact path from the subversion api + + + Gets the path of the file. The local path if requisting WORKING version, otherwise the name of the file +at the specified version + + + Serves as a hashcode for the specified type + + + Serves as a hashcode for the specified type + + + Gets the list of custom properties retrieved with the log + Properties must be listed in SvnLogArgs.RetrieveProperties to be available here + + + Gets the list of custom properties retrieved with the log + Properties must be listed in SvnLogArgs.RetrieveProperties to be available here + + + Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use + After this method is called all properties are either stored managed, or are no longer readable + + + Serves as a hashcode for the specified type + + + If action is svn_wc_notify_blame_revision, contains a list of revision properties for the specified revision + + + If action relates to properties, specifies the name of the property. + + + When @c action is @c svn_wc_notify_merge_begin, and both the left and right sides +of the merge are from the same URL. In all other cases, it is NULL + + + When action is svn_wc_notify_changelist_add or name. In all other +cases, it is NULL + + + Points to the lock structure received from the repository when +action is @c svn_wc_notify_locked. For other actions, it is +NULL. + + + The base revision before updating + + + When action is svn_wc_notify_update_completed, target revision +of the update, or @c SVN_INVALID_REVNUM if not available; when action is +c svn_wc_notify_blame_revision, processed revision. In all other cases, +it is @c SVN_INVALID_REVNUM. + + + Reflects the addition or removal of a lock token in the working copy. + + + The type of notification that is occurring about node properties. + + + The type of notification that is occurring about node content. + + + Points to an error describing the reason for the failure when +action is one of the following: @c svn_wc_notify_failed_lock, svn_wc_notify_failed_unlock, +svn_wc_notify_failed_external. Is @c NULL otherwise. + + + If MimeType is not null, a boolean indicating whether this mime type is interpreted as binary + + + If non-NULL, indicates the mime-type of @c path. It is always @c NULL for directories. + + + Node kind of path/url + + + Action that describes what happened to path/url + + + Gets the commandtype of the command responsible for calling the notify + + + Gets a boolean indicating whether the path is a Uri + + + The path the notification is about, translated via + The property contains the path in normalized format; while returns the exact path from the subversion api + + + Gets the (relative or absolute uri) Uri the notification is about + + + The path the notification is about + The property contains the path in normalized format; while returns the exact path from the subversion api + + + Serves as a hashcode for the specified type + + + Gets a boolean indicating whether the Comment was generated by a Generic WebDav client + + + The path the notification is about, translated via + The property contains the path in normalized format; while returns the exact path from the subversion api + + + + + + + + + + + + + + + + + + Gets the operation creating the tree conflict + + + Gets the of + + + Gets the revision of + + + Gets the relative uri of the path inside the repository + Does not include an initial '/'. Ends with a '/' if is . + + + Serves as a hashcode for the specified type + + + Serves as a hashcode for the specified type + + + error message from post-commit hook, or NULL + + + Serves as a hashcode for the specified type + + + Gets the SvnTarget as string + + + Gets the target name in normalized format + + + Gets the operational revision + + + (Optional) The node kind of + + + (Required) The repository root of + + + The target specified + + + (Required) The Uri of . Only differs from target if +specifies a + + + Generic encapsulation of a specific revision of a node in subversion + + + + Gets a boolean whether the revision specifies an explicit repository revision + Explicit: Is set, doesn't require a workingcopy and is repository wide applyable + + + Gets a boolean indicating whether the revisionnumber requires a workingcopy to make any sense + + + Serves as a hashcode for the specified type + + + Gets the instance managing authentication on behalf of this client + + + Gets the path to SharpSvn's plink. The path is encoded to be safe for subversion configuration settings + + + Initializes a default configuration. Avoids loading a configuration at a later time + + + Merges configuration from the specified path into the existing configuration + + + Loads the standard subversion configuration and ensures the subversion config dir by creating default files + + + Loads the subversion configuration from the specified path and optionally ensures the path is a subversion config dir by creating default files + + + Loads the subversion configuration from the specified path + + + Subversion Client Context wrapper; base class of objects using client context + + + + Like ForceInternal, but checks TortoiseSVN config first + + + Like ForceSharpPlink, but checks TortoiseSVN config first + + + Use SharpPlink + + + Use internal SSH client (currently based on LibSSH2) + + + Disable all SSH support. Fall back to Subversion config + + + Automatic handling: Similar to ForceInternalAfterConfig + + + Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use + After this method is called all properties are either stored managed, or are no longer readable + + + Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use + After this method is called all properties values are stored in managed code + + + Long path capable version of + + + Invoke TrySplitCommandLine with as expander + + + Gets the normalized directory name of path (Long path enabled version of , always returning full paths) + Directory information for path, or null if path denotes a root directory or is null. Returns String.Empty if path does not contain directory information. + + + Gets the filename of the specified target + + + +Converts a local relative path to a valid relative Uri + + + + Gets a file:// style uri for the specified local path + + + +Converts a string from a Uri path to a local path name; unescaping when necessary + + + + +Appends the specified path suffix to the given Uri + + + + +Checks whether the specified path is an absolute path that doesn't end in an unneeded '\' + + + + +Normalizes the Uri to a full absolute Uri + + + + +Checks whether normalization is required + + This method does not verify the casing of invariant parts + + + +Normalizes the path to a full path + + This normalizes drive letters to upper case and hostnames to lowercase to match Subversion 1.6 behavior + + + Gets a boolean indicating whether at least one of the +parent paths or the path (file/directory) itself is a working copy. + + + + Gets a boolean indicating whether the path could contain a Subversion Working Copy + Assumes path is a directory + + + Gets the pathname exactly like it is on disk + + + Gets the absolute pathname exactly like it is on disk (fixing casing). +For not existing paths, if bestEffort is TRUE, returns a path based on existing parents. Otherwise return NULL for not existing paths + + + Gets the absolute pathname exactly like it is on disk (fixing casing); returns NULL for non existing paths + + + Gets the repository Uri of a path, or null if path is not versioned + + + Generated mapping from libssh2.h + + + + Generated mapping from apr_errno.h + + + + System error EDEADLOCK + + + System error ENOSYS + + + System error ENOLCK + + + System error EDEADLK + + + System error EDOM + + + System error EMLINK + + + System error EROFS + + + System error EFBIG + + + System error ENOTTY + + + System error EISDIR + + + System error ENODEV + + + System error EFAULT + + + System error ECHILD + + + System error ENOEXEC + + + System error E2BIG + + + System error ENXIO + + + System error EIO + + + System error ESRCH + + + System error EPERM + + + The given lock was busy. + + + Two passwords do not match. + + + The APR function has not been implemented on this + + + Ininitalizer value. If no option has been found, but + + + APR is using a shared key as the key to the shared memory + + + APR is using a file name as the key to the shared memory + + + APR is using anonymous shared memory + + + APR was unable to find the socket in the poll structure + + + APR has encountered the end of the file + + + Getopt found an option that is missing an argument + + + Getopt found an option not in the option string + + + The operation was incomplete although some processing + + + The operation did not finish before the timeout + + + The child has not finished executing + + + The child has finished executing + + + The thread is not detached + + + The thread is detached + + + Program is currently executing in the parent + + + Program is currently executing in the child + + + APR_ENOTENOUGHENTROPY Not enough entropy to continue + + + The given process wasn't recognized by APR + + + APR_ESYMNOTFOUND Could not find the requested symbol + + + The given path was above the root path. + + + The given path was neither relative nor absolute. + + + The given path was relative. + + + The given path was absolute. + + + APR was unable to open the dso object. For more + + + The specified netmask is invalid + + + The specified IP address is invalid + + + There is no more shared memory available + + + General failure (specific information not available) + + + APR was not given a thread key structure + + + APR was not given a thread structure + + + APR was not given a socket + + + APR was not given a poll structure + + + APR was not given a lock structure + + + APR was not given a directory structure + + + APR was not given a time structure + + + APR was not given a process structure + + + APR was given an invalid socket + + + APR was given an invalid date + + + APR was not provided a pool with which to allocate memory + + + APR was unable to perform a stat on the file + + + APR_OS_START_SYSERR folds platform-specific system error values into + + + APR_OS_START_EAIERR folds EAI_ error codes from getaddrinfo() into + + + APR_OS_START_CANONERR is where APR versions of errno values are defined + + + APR_OS_START_USEERR is obsolete, defined for compatibility only. + + + APR_OS_START_USERERR are reserved for applications that use APR that + + + APR_UTIL_START_STATUS is where APR-Util starts defining its + + + APR_OS_START_STATUS is where the APR specific status codes start. + + + APR_UTIL_ERRSPACE_SIZE is the size of the space that is reserved for + + + APR_OS_ERRSPACE_SIZE is the maximum number of errors you can fit + + + APR_OS_START_ERROR is where the APR specific error values start. + + + Generated mapping from winerror.h + + + + +The request will be completed later by NDIS status indication. + + + + +The wireless local area network interface is power down and doesn't support the requested operation. + + + + +The wireless local area network interface is busy and can not perform the requested operation. + + + + +The wireless local area network interface is in auto configuration mode and doesn't support the requested parameter change operation. + + + + +The miniport adapter is in low power state. + + + + +The current state of the specified port on this network interface does not support the requested operation. + + + + +The specified port does not exist on this network interface. + + + + +The revision number specified in the structure is not supported. + + + + +Network interface was not found. + + + + +The offload operation on the network interface has been paused. + + + + +The specified request is not a valid operation for the target device. + + + + +The network address used in the request is invalid. + + + + +The I/O operation failed because network media is disconnected or wireless access point is out of range. + + + + +An attempt to allocate a hardware resource failed because the resource is used by another component. + + + + +An attempt was made to map a file that is alreay mapped. + + + + +An error occured while NDIS tried to map the file. + + + + +An attempt was made to map a file that can not be found. + + + + +An attempt was made to remove a token ring group address that is in use by other components. + + + + +Network interface does not support this media type. + + + + +The network interface has been removed. + + + + +Network interface does not support this OID (Object Identifier) + + + + +The length of buffer submitted for this operation is too small. + + + + +The data used for this operation is not valid. + + + + +The length of the buffer submitted for this operation is not valid. + + + + +Network interface is not ready to complete this operation. + + + + +An attempt was made to send an invalid packet on a network interface. + + + + +Netword interface does not support this request. + + + + +Network interface can not process the request because it is being reset. + + + + +Netowork interface aborted the request. + + + + +At attempt was made to remove a multicast address that was never added. + + + + +An attempt was made to add a duplicate multicast address to the list. + + + + +The multicast list on the network interface is full. + + + + +Network interface has encountered an internal unrecoverable failure. + + + + +Failed to open the network interface. + + + + +Failed to find the network interface or network interface is not ready. + + + + +An invalid characteristics table was used. + + + + +An invalid version was specified. + + + + +The binding to the network interface is being closed. + + + + +The IPsec cipher transform is not valid. + + + + +The IPsec authentication transform is not valid. + + + + +The notification function for a callout returned an error. + + + + +The maximum number of sublayers has been reached. + + + + +The parameter is incorrect. + + + + +The provider context is of the wrong type. + + + + +The enumeration template or subscription will never match any objects. + + + + +An IKE policy cannot contain an Extended Mode policy. + + + + +The Diffie-Hellman group is not compatible with the policy type. + + + + +The authentication method is not compatible with the policy type. + + + + +The raw context or the provider context is not compatible with the callout. + + + + +The raw context or the provider context is not compatible with the layer. + + + + +The action type is not compatible with the sublayer. + + + + +The action type is not compatible with the layer. + + + + +A policy cannot contain the same keying module more than once. + + + + +A filter cannot contain multiple conditions operating on a single field. + + + + +A reserved field is non-zero. + + + + +An integer value is outside the allowed range. + + + + +An FWP_VALUE or FWPM_CONDITION_VALUE is of the wrong type. + + + + +A filter condition contains a match type that is not compatible with the operands. + + + + +The filter weight is not valid. + + + + +The action type is not one of the allowed action types for a filter. + + + + +The displayData.name field cannot be null. + + + + +An array that must contain at least one element is zero length. + + + + +The time interval is not valid. + + + + +An FWP_RANGE is not valid. + + + + +A network mask is not valid. + + + + +The flags field contains an invalid value. + + + + +An enumerator is not valid. + + + + +A required pointer is null. + + + + +The call is not allowed for the current security association state. + + + + +The traffic parameters do not match those for the security association context. + + + + +A notification could not be delivered because a message queue is at its maximum capacity. + + + + +The maximum number of callouts has been reached. + + + + +The object is built in so cannot be deleted. + + + + +The call tried to associate two objects with incompatible lifetimes. + + + + +The call is allowed for kernel-mode callers only. + + + + +The operation is not supported by the specified layer. + + + + +Collection of network diagnostic events is disabled. + + + + +The call timed out while waiting to acquire the transaction lock. + + + + +The call is not allowed from within a read-only transaction. + + + + +The session has been cancelled. + + + + +The explicit transaction has been forcibly cancelled. + + + + +The call is not allowed from within an explicit transaction. + + + + +The call must be made from within an explicit transaction. + + + + +The call was made from the wrong session so cannot be completed. + + + + +The call is not allowed from within a dynamic session. + + + + +The object is referenced by other objects so cannot be deleted. + + + + +An object with that GUID or LUID already exists. + + + + +The object does not exist. + + + + +The sublayer does not exist. + + + + +The provider context does not exist. + + + + +The provider does not exist. + + + + +The layer does not exist. + + + + +The filter does not exist. + + + + +The filter condition does not exist. + + + + +The callout does not exist. + + + + +BitLocker Drive Encryption can only be used for recovery purposes in this version of Windows. + + + + +The path specified in the Boot Configuration Data (BCD) for a BitLocker Drive Encryption integrity-protected application is incorrect. Please verify and correct your BCD settings and try again. + + + + +BitLocker Drive Encryption cannot enter raw access mode for this volume. + + + + +No action was taken as BitLocker Drive Encryption is in raw access mode. + + + + +Boot debugging is enabled. Run bcdedit to turn it off. + + + + +No action was taken as a system reboot is required. + + + + +The BitLocker encryption key could not be obtained. + + + + +The access token associated with the current thread is not an impersonated token. + + + + +This operation cannot be performed while the volume is in use. + + + + +Critical BitLocker Drive Encryption system files are not available. Use Windows Startup Repair to restore files. + + + + +This Windows license does not support BitLocker Drive Encryption. To use BitLocker Drive Encryption, please upgrade your Windows license. + + + + +BitLocker Drive Encryption cannot be enabled on this computer. Contact the computer manufacturer for BIOS upgrade instructions. + + + + +The file system does not extend to the end of the volume. + + + + +The group policy setting requiring FIPS compliance prevented BitLocker from being disabled. Please contact your domain administrator for more information. + + + + +The Boot Configuration Data (BCD) settings have changed since BitLocker was enabled. + + + + +A boot application has changed since BitLocker was enabled. + + + + +The BitLocker encryption key could not be obtained from the Trusted Platform Module (TPM) and PIN. + + + + +The BitLocker encryption key could not be obtained from the Trusted Platform Module (TPM). + + + + +The Trusted Platform Module (TPM) was not able to unlock the volume because the system boot information changed. + + + + +BitLocker Drive Encryption can only be used for recovery purposes in Safe-Mode. + + + + +The Trusted Platform Module (TPM) is disabled. + + + + +The BitLocker encryption key could not be obtained from the startup key or recovery password. + + + + +The BitLocker startup key or recovery password file is corrupt or invalid. + + + + +The BitLocker startup key or recovery password could not be read from the USB device. Ensure the USB device is plugged into the computer, then turn on BitLocker and try again. If the problem persists contact the computer manufacturer for BIOS upgrade instructions. + + + + +No TPM protectors exist on the volume to perform the hardware test. + + + + +The specified key protector is not of the correct type. + + + + +The volume must be fully decrypted to complete this operation. + + + + +The group policy setting requiring FIPS compliance prevented the recovery password from being saved. Please contact your domain administrator for more information. + + + + +The group policy setting requiring FIPS compliance prevented the recovery password from being generated or used. Please contact your domain administrator for more information. + + + + +The random number generator check test failed. + + + + +The format of the recovery password file is invalid. Select another recovery password and try again. + + + + +The recovery password file on the USB device is corrupt. Try another USB device. + + + + +The specified key protector was not found on the volume. Try another key protector. + + + + +The file cannot be saved to a relative path. + + + + +An instance of this key protector already exists on the volume. + + + + +BitLocker Drive Encryption detected bootable media (CD, DVD, or USB) in the computer. Remove the media and restart the computer. + + + + +A key must be specified before encryption may begin. + + + + +The volume encryption algorithm and key cannot be set on an encrypted volume. + + + + +Group policy requires a recovery password before encryption may begin. + + + + +BitLocker requires the file system to be NTFS. Convert the volume to NTFS, then enable BitLocker. + + + + +The system partition boot sector does not perform TPM measurements. + + + + +BitLocker Drive Encryption cannot be turned off. Please turn off the auto unlock on all other volumes before turning off BitLocker on the current volume. + + + + +The volume specified is not the operating system volume. + + + + +The recovery information provided does not match required recovery information to unlock the volume. Confirm the information and try again. + + + + +The volume encryption algorithm cannot be used on this sector size. + + + + +The authorization data for the Storage Root Key (SRK) of the Trusted Platform Module (TPM) is not zero and is therefore incompatible with BitLocker. + + + + +The control block for the encrypted volume was updated by another thread. Try again. + + + + +This volume cannot be bound to a TPM. + + + + +A recovery key protector is required. + + + + +All protectors are effectively disabled (clear key exists). + + + + +The operating system volume is not protected by BitLocker Drive Encryption. + + + + +The volume is already bound to the system. + + + + +Cluster configurations are not supported. + + + + +One or more key protectors are required for this volume. + + + + +A write operation failed while converting the volume. + + + + +A read operation failed while converting the volume. + + + + +The buffer supplied to a function was insufficient to contain the returned data. + + + + +The volume specified is not a data volume. + + + + +You must take ownership of the Trusted Platform Module (TPM). + + + + +Volume is not bound to the system. + + + + +Data supplied is malformed. + + + + +This volume cannot be encrypted. + + + + +The file system is corrupt. Run CHKDSK. + + + + +The volume cannot be encrypted because the file system is not supported. + + + + +The volume cannot be encrypted because it contains system boot information. + + + + +The volume cannot be encrypted because it does not have enough free space. + + + + +The control block for the encrypted volume is not valid. + + + + +The specified GUID could not be found. + + + + +The attribute was not set. + + + + +The attribute read from Active Directory has no (zero) values. + + + + +The size of the data obtained from Active Directory was not expected. + + + + +The type of the data obtained from Active Directory was not expected. + + + + +The Active Directory Domain Services forest does not contain the required attributes and classes to host BitLocker Drive Encryption or Trusted Platform Module information. + + + + +BitLocker Drive Encryption could not perform requested action. This condition may occur when two requests are issued at the same time. + + + + +BitLocker Drive Encryption is not enabled on this volume. Turn on BitLocker. + + + + +No secure key protector has been defined. + + + + +You have an incompatible boot manager. Update the boot manager (BOOTMGR). + + + + +You have an incompatible boot sector. Update the boot manager (BOOTMGR). + + + + +If there is a bootable CD or DVD in your computer, remove it, restart the computer and turn on BitLocker again. If the problem persists contact the computer manufacturer for BIOS upgrade instructions. + + + + +The BIOS did not correctly communicate with the Master Boot Record (MBR). Contact the computer manufacturer for BIOS upgrade instructions. + + + + +The BIOS did not correctly communicate with the TPM. Contact the computer manufacturer for BIOS upgrade instructions. + + + + +The volume is not encrypted, no key is available. + + + + +This volume is locked by BitLocker Drive Encryption. Return to the control panel to unlock volume. + + + + +An error occured while attemption to compress or extract the data. + + + + +The execution of the Rules Manager failed. + + + + +The Event Log channel Microsoft-Windows-TaskScheduler must be enabled to perform this operation. + + + + +The Event Log channel Microsoft-Windows-Diagnosis-PLA/Operational must be enabled to perform this operation. + + + + +The session name provided is invalid. + + + + +When specifying the executable that you want to trace, you must specify a full path to the executable and not just a filename. + + + + +Duplicate items are not allowed. + + + + +The wait for the report generation tool to finish has timed out. + + + + +The wait for the Data Collector to start has timed out. + + + + +The wait for the Data Collector Set start notification has timed out. + + + + +Data Collector already exists. + + + + +The executable path you have specified does not exist. Verify that the specified path is correct. + + + + +The executable path you have specified is already configured for API tracing. + + + + +The executable path you have specified refers to a network share or UNC path. + + + + +A conflict was detected in the list of include/exclude APIs. Do not specify the same API in both the include list and the exclude list. + + + + +Data Collector Set is not running. + + + + +A user account is required in order to commit the current Data Collector Set properties. + + + + +The current configuration for this Data Collector Set requires that it contain exactly one Data Collector. + + + + +Property value conflict. + + + + +Property value will be ignored. + + + + +Data Collector Set already exists. + + + + +Not enough free disk space to start Data Collector Set. + + + + +Unable to start Data Collector Set because there are too many folders. + + + + +The Data Collector Set or one of its dependencies is already in use. + + + + +Data Collector Set was not found. + + + + +The BIOS does not support the physical presence interface. + + + + +The BIOS failure prevented the successful execution of the requested TPM operation (e.g. invalid TPM operation request, BIOS communication error with the TPM). + + + + +The user failed to confirm the TPM operation request. + + + + +A general error was detected when attempting to acquire the BIOS's response to a Physical Presence command. + + + + +TBS is not compatible with the version of TPM found on the system. + + + + +The physical presence interface is not supported. + + + + +A new virtual resource could not be created because there are too many open virtual resources. + + + + +A new TBS context could not be created because there are too many open contexts. + + + + +No new entries can be added to the hash table. + + + + +No resources can be unloaded. + + + + +The resource type did not match. + + + + +The requested resource is no longer available. + + + + +The TBS does not recognize the specified ordinal. + + + + +The TPM command failed. + + + + +There are too many TPM contexts in use. + + + + +The TPM does not have enough space to load the requested resource. + + + + +The specified item was not found in the list. + + + + +The specified list is empty, or the iteration has reached the end of the list. + + + + +There was not enough memory to fulfill the request + + + + +The command was canceled. + + + + +The TBS scheduler is not running. + + + + +The RPC subsystem could not be initialized. + + + + +One or more parameters is invalid + + + + +The pointer to the returned handle location was NULL or invalid + + + + +The specified virtual handle matches a virtual handle already in use. + + + + +No entry with the specified key was found. + + + + +An error occurred while communicating with the TPM + + + + +An invalid context parameter was specified. + + + + +The specified context handle is invalid. + + + + +The context could not be cleaned up. + + + + +The specified buffer was too small. + + + + +The random number generated did not pass FIPS RNG check. + + + + +The format of the owner auth data was invalid. + + + + +The specified PCR data was invalid. + + + + +The data given does not appear to be a valid key blob + + + + +One or more of the specified context parameters was not valid. + + + + +The data given does not appear to be a valid delegate blob. + + + + +The specified PCR index was invalid + + + + +The requested supplied data does not appear to be a valid migration authorization blob. + + + + +The key parameters structure was not valid + + + + +The encryption operation failed. + + + + +The key size is not valid. + + + + +The encoding in the blob was not recognized. + + + + +The message was too large for the encoding scheme. + + + + +The TPM returned an unexpected result. + + + + +An error occurred while communicating with the TBS. + + + + +The specified context handle was not valid. + + + + +The specified authorization information was invalid. + + + + +The caller does not have the appropriate rights to perform the requested +operation. + + + + +An internal error was detected. + + + + +The specified buffer was too small. + + + + +Not enough memory was available to satisfy the request. + + + + +One or more input parameters is invalid. + + + + +One or more output parameters was NULL or invalid. + + + + +The command buffer cannot contain any more data. + + + + +The command buffer does not contain enough data to satisfy the request. + + + + +The command buffer is not in the correct state. + + + + +The TBS service has been disabled. + + + + +A compatible Trusted Platform Module (TPM) Security Device cannot be found on this computer. + + + + +The input or output buffer is too large. + + + + +The command was canceled. + + + + +The physical presence interface is not supported. + + + + +The TBS service has been started but is not yet running. + + + + +A new virtual resource could not be created because there are too many open +virtual resources. + + + + +A new context could not be created because there are too many open contexts. + + + + +The TBS service is not running and could not be started. + + + + +One or more context parameters is invalid. + + + + +An error occurred while communicating with the TPM. + + + + +A specified output buffer is too small. + + + + +The specified context handle does not refer to a valid context. + + + + +A specified output pointer is bad. + + + + +One or more input parameters is bad. + + + + +An internal software error has been detected. + + + + +The TPM is defending against dictionary attacks and is in a time-out period. + + + + +The TPM is currently executing a full selftest. + + + + +SelfTestFull has not been run. + + + + +The TPM is too busy to respond to the command immediately, but the command could be resubmitted at a later time. + + + + +The command within the transport is not supported. + + + + +The command within the transport was blocked. + + + + +The TPM returned a duplicate handle and the command needs to be resubmitted. + + + + +The specified handle was not found. + + + + +The command was blocked. + + + + +There is no room in the context list for additional contexts. + + + + +Bad signature of CMK ticket. + + + + +Attempt to revoke the EK and the EK is not revocable. + + + + +Incorrect migration authority. + + + + +Migration source incorrect. + + + + +Migration destination not authenticated. + + + + +Migration authority signature validation failure. + + + + +Too many contexts held by the TPM. + + + + +The context blob is invalid. + + + + +Delegation is not correct. + + + + +The handle is incorrect. + + + + +The consistency check on w has failed. + + + + +The issuer's validity check has detected an inconsistency. + + + + +The atomic process indicated by the submitted DAA command is not the expected process. + + + + +The consistency check on DAA_tpmSpecific has failed. + + + + +The consistency check on DAA_issuerSettings has failed. + + + + +The consistency check on DAA parameter inputData1 has failed. + + + + +The consistency check on DAA parameter inputData0 has failed. + + + + +The DAA command has no resources availble to execute the command. + + + + +Attempt to context save a owner evict controlled key. + + + + +There was a command executed outside of an exclusive transport session. + + + + +Delegation table management not enabled. + + + + +Attempt to manage a family other then the delegated family. + + + + +The delegate administration is locked. + + + + +The resource pointed to by context is not loaded. + + + + +No operator AuthData value is set. + + + + +The maximum number of NV writes without an owner has been exceeded. + + + + +The gap between saved context counts is too large. + + + + +The write is not a complete write of the area. + + + + +The counter handle is incorrect. + + + + +The key is under control of the TPM Owner and can only be evicted by the TPM Owner. + + + + +The structure tag and version are invalid or inconsistent. + + + + +The NV area attributes conflict. + + + + +The NV area has already been written to. + + + + +The family count value does not match. + + + + +There is no protection on the write to the NV area. + + + + +The NV area is read only and can't be written to. + + + + +The locality is incorrect for the attempted operation. + + + + +The NV area is locked and not writtable. + + + + +NV_LoadKey blob requires both owner and blob authorization. + + + + +Wrong operation to load an NV key. + + + + +The operation requires a signed command. + + + + +The permission to manipulate the NV storage is not available. + + + + +The command is attempting to use an invalid family ID. + + + + +The TPM is attempting to execute a command only available when in FIPS mode. + + + + +When saving context identified resource type does not match actual resource. + + + + +Make identity blob not properly typed. + + + + +Attempt to reset a PCR register that requires locality and locality modifier not part of command transport. + + + + +Attempt to reset a PCR register that does not have the resettable attribute. + + + + +TPM audit construction failed and the underlying command was returning success. + + + + +TPM audit construction failed and the underlying command was returning a failure code also. + + + + +The TPM does not allow for wrapped transport sessions. + + + + +The TPM cannot perform this version of the capability. + + + + +Either the physicalPresence or physicalPresenceLock bits have the wrong value. + + + + +A mode parameter is bad, such as capArea or subCapArea for TPM_GetCapability, phsicalPresence parameter for TPM_PhysicalPresence, or migrationType for TPM_CreateMigrationBlob. + + + + +The size of the data (or blob) parameter is bad or inconsistent with the referenced key. + + + + +The signature or encryption scheme for this key is incorrect or not permitted in this situation. + + + + +The migration properties of this key are incorrect. + + + + +The key properties in TPM_KEY_PARMs are not supported by this TPM. + + + + +Signed data cannot include additional DER information. + + + + +The command was received in the wrong sequence relative to TPM_Init and a subsequent TPM_Startup. + + + + +The submitted entity type is not allowed. + + + + +The usage of a key is not allowed. + + + + +The TPM does not have an Endorsement Key (EK) installed. + + + + +An invalid handle was used. + + + + +The decryption process did not complete. + + + + +The encryption process had a problem. + + + + +An IO error occurred transmitting information to the TPM. + + + + +The tag value sent to for a command is invalid. + + + + +The authorization for the second key in a 2 key function failed authorization. + + + + +Self-test has failed and the TPM has shutdown. + + + + +The calculation is unable to proceed because the existing SHA-1 thread has already encountered an error. + + + + +There is no existing SHA-1 thread. + + + + +The paramSize argument to the command has the incorrect value . + + + + +The named PCR value does not match the current PCR value. + + + + +The TPM does not have the space to perform the operation. + + + + +A random string was too short. + + + + +The TPM has insufficient internal resources to perform the requested action. + + + + +The Trusted Platform Module (TPM) already has an owner. + + + + +An encrypted blob is invalid or was not created by this TPM. + + + + +There is no Storage Root Key (SRK) set. + + + + +No room to load key. + + + + +PCR information could not be interpreted. + + + + +Migration authorization failed. + + + + +Unacceptable encryption scheme. + + + + +The key handle points to an invalid key. + + + + +The key handle cannot be intrepreted. + + + + +The ability to install an owner is disabled. + + + + +The ordinal was unknown or inconsistent. + + + + +The operation failed. + + + + +The target command has been disabled. + + + + +Enable the Trusted Platform Module (TPM). + + + + +Activate the Trusted Platform Module (TPM). + + + + +The clear disable flag is set and all clear operations now require physical access. + + + + +An operation completed successfully but the auditing of that operation failed. + + + + +One or more parameter is bad. + + + + +The index to a PCR, DIR or other register is incorrect. + + + + +Authentication failed. + + + + +This is an error mask to convert TPM hardware errors to win errors. + + + + +The function failed because the current session is changing its type. This function cannot be called when the current session is changing its type. There are currently three types of sessions: console, disconnected and remote (RDP or ICA). + + + + +An internal error caused an operation to fail. + + + + +An array passed to the function cannot hold all of the data that the function must copy into the array. + + + + +The function failed because the specified GDI device did not have any monitors associated with it. + + + + +The function failed because an invalid pointer parameter was passed to it. A pointer parameter is invalid if it is NULL, points to an invalid address, points to a kernel mode address, or is not correctly aligned. + + + + +This function does not support GDI mirroring display devices because GDI mirroring display devices do not have any physical monitors associated with them. + + + + +The function failed because the specified GDI display device was not attached to the Windows desktop. + + + + +This function cannot find an actual GDI display device which corresponds to the specified GDI display device name. + + + + +This function can only be used if a program is running in the local console session. It cannot be used if the program is running on a remote desktop session or on a terminal server session. + + + + +SetMonitorColorTemperature()'s caller passed a color temperature to it which the current monitor did not support. This error implies that the monitor violated the MCCS 2.0 or MCCS 2.0 Revision 1 specification. + + + + +The monitor returned an invalid monitor technology type. CRT, Plasma and LCD (TFT) are examples of monitor technology types. This error implies that the monitor violated the MCCS 2.0 or MCCS 2.0 Revision 1 specification. + + + + +The Monitor Configuration API only works with monitors which support the MCCS 1.0 specification, MCCS 2.0 specification or the MCCS 2.0 Revision 1 specification. + + + + +The MCCS version in a monitor's mccs_ver capability does not match the MCCS version the monitor reports when the VCP Version (0xDF) VCP code is used. + + + + +The monitor does not comply with the MCCS specification it claims to support. + + + + +The monitor's VCP Version (0xDF) VCP code returned an invalid version value. + + + + +A continuous VCP code's current value is greater than its maximum value. This error code indicates that a monitor returned an invalid value. + + + + +The operating system asynchronously destroyed the monitor which corresponds to this handle because the operating system's state changed. This error typically occurs because the monitor PDO associated with this handle was removed, the monitor PDO associated with this handle was stopped, or a display mode change occurred. A display mode change occurs when windows sends a WM_DISPLAYCHANGE windows message to applications. + + + + +This function failed because an invalid monitor handle was passed to it. + + + + +An error occurred because the checksum field in a DDC/CI message did not match the message's computed checksum value. This error implies that the data was corrupted while it was being transmitted from a monitor to a computer. + + + + +An error occurred because the field length of a DDC/CI message contained an invalid value. + + + + +An operation failed because a DDC/CI message had an invalid value in its command field. + + + + +An internal Monitor Configuration API error occured. + + + + +The monitor returned a DDC/CI capabilities string which did not comply with the ACCESS.bus 3.0, DDC/CI 1.1, or MCCS 2 Revision 1 specification. + + + + +The function failed because a monitor returned an invalid Timing Status byte when the operating system used the DDC/CI Get Timing Report & Timing Message command to get a timing report from a monitor. + + + + +The data received from the monitor is invalid. + + + + +The monitor does not support the specified VCP code. + + + + +An error occurred while receiving data from the device on the I2C bus. + + + + +An error occurred while transmitting data to the device on the I2C bus. + + + + +No device on the I2C bus has the specified address. + + + + +The monitor connected to the specified video output does not have an I2C bus. + + + + +The IOPMVideoOutput::Configure function returns this error code if the passed in sequence number is not the expected sequence number or the passed in OMAC value is invalid. + + + + +The IOPMVideoOutput::COPPCompatibleGetInformation or IOPMVideoOutput::Configure method failed because the display driver does not support the OPM_GET_ACP_AND_CGMSA_SIGNALING and OPM_SET_ACP_AND_CGMSA_SIGNALING GUIDs. + + + + +Either the IOPMVideoOutput::COPPCompatibleGetInformation, IOPMVideoOutput::GetInformation, or IOPMVideoOutput::Configure method failed. This error is only returned if a video output has COPP semantics. IOPMVideoOutput::COPPCompatibleGetInformation returns this error code if the caller requested OPM specific information. IOPMVideoOutput::GetInformation always returns this error if a video output has COPP semantics. IOPMVideoOutput::Configure returns this error when the caller tries to use an OPM specific command. + + + + +The method failed because an unexpected error occurred inside of a display driver. + + + + +The IOPMVideoOutput::GetInformation and IOPMVideoOutput::COPPCompatibleGetInformation methods return this error if the passed in sequence number is not the expected sequence number or the passed in OMAC value is invalid. + + + + +Either the IOPMVideoOutput::COPPCompatibleGetInformation, IOPMVideoOutput::GetInformation, or IOPMVideoOutput::Configure method failed. This error is only returned if a video output has OPM semantics. IOPMVideoOutput::COPPCompatibleGetInformation always returns this error if a video output has OPM semantics. IOPMVideoOutput::GetInformation returns this error code if the caller requested COPP specific information. IOPMVideoOutput::Configure returns this error when the caller tries to use a COPP specific command. + + + + +The method failed because the session is changing its type. No IOPMVideoOutput methods can be called when a session is changing its type. There are currently three types of sessions: console, disconnected and remote (RDP or ICA). + + + + +The operating system asynchronously destroyed this OPM video output because the operating system's state changed. This error typically occurs because the monitor PDO associated with this video output was removed, the monitor PDO associated with this video output was stopped, the video output's session became a non-console session or the video output's desktop became an inactive desktop. + + + + +The IOPMVideoOutput::Configure method cannot enable HDCP because the display adapter's HDCP hardware is already being used by other physical outputs. + + + + +The IOPMVideoOutput::Configure method cannot enable the specified output protection technology because the output's screen resolution is too high. + + + + +The IOPMVideoOutput::GetInformation method cannot return the version of the SRM being used because the application never successfully passed an SRM to the video output. + + + + +The video output cannot enable the Content Generation Management System Analogue (CGMS-A) protection technology because it does not support CGMS-A. + + + + +The video output cannot enable Analogue Copy Protection (ACP) because it does not support ACP. + + + + +The video output cannot enable the High-bandwidth Digital Content Protection (HDCP) System because it does not support HDCP. + + + + +The HDCP System Renewability Message passed to this function did not comply with section 5 of the HDCP 1.1 specification. + + + + +The function failed because the display adapter's Hardware Functionality Scan failed to validate the graphics hardware. + + + + +A video output could not be created because the frame buffer is in theater mode. + + + + +A video output could not be created because the frame buffer is in spanning mode. + + + + +A certificate could not be returned because the certificate buffer passed to the function was too small. + + + + +The function failed because the caller passed in an invalid OPM user mode handle. + + + + +An internal error caused this operation to fail. + + + + +The GDI display device passed to this function does not have any active video outputs. + + + + +The specified encrypted parameters are invalid. + + + + +The driver does not support UAB. + + + + +The driver does not support COPP. + + + + +The driver does not support OPM. + + + + +An operation is being attempted that requires the display adapter to be in a quiescent state. + + + + +Starting the adapter has been deferred temporarily. + + + + +The display adapter is being polled for children too frequently at the same polling level. + + + + +The driver trying to start is not the same as the driver for the POSTed display adapter. + + + + +Starting the leadlink adapter has been deferred temporarily. + + + + +The adapter link was found to be in an inconsistent state. Not all adapters are in an expected PNP/Power state. + + + + +An attempt was made to power up a lead link display adapter when the chain links were powered down. + + + + +An attempt was made to start a lead link display adapter when the chain links were not started yet. + + + + +The chain of linked adapters is not ready to start because of an unknown failure. + + + + +Some chain adapters in a linked configuration were not enumerated yet. + + + + +Lead adapter in a linked configuration was not enumerated yet. + + + + +The display adapter is not linked to any other adapters. + + + + +Child device presence was not reliably detected. + + + + +Specified display adapter child device does not support descriptor exposure. + + + + +Specified display adapter child device already has an external device connected to it. + + + + +Client VidPN is not set on this adapter (e.g. no user mode initiated mode changes took place on this adapter yet). + + + + +Specified client type was not recognized. + + + + +Miniport requested that augmentation be cancelled for the specified source of the specified VidPN's topology. + + + + +Maximum supported number of present paths has been reached. + + + + +Specified monitor frequency range constraint is invalid. + + + + +Specified monitor capability origin is invalid. + + + + +Specified mode pruning algorithm is invalid + + + + +Specified primary surface has a different private format attribute than the current primary surface + + + + +All available importance ordinals are already used in specified topology. + + + + +Topology changes are not allowed for the specified VidPN. + + + + +Specified scanline ordering type is invalid. + + + + +Specified content transformation is not pinned on the specified VidPN present path. + + + + +No more than one unassigned mode set can exist at any given time for a given VidPN source/target. + + + + +Specified VidPN present path copy protection type is invalid. + + + + +Specified VidPN present path content type is invalid. + + + + +Specified VidPN topology recommendation reason is invalid. + + + + +Specified data set (e.g. mode set, frequency range set, descriptor set, topology, etc.) does not contain any more elements. + + + + +Specified data set (e.g. mode set, frequency range set, descriptor set, topology, etc.) is empty. + + + + +Specified mode is not in the specified mode set. + + + + +Multi-sampling is not supported on the respective VidPN present path. + + + + +Specified gamma ramp is not supported on the respective VidPN present path. + + + + +Specified gamma ramp is invalid. + + + + +Specified content geometry transformation is not supported on the respective VidPN present path. + + + + +Specified VidPN present path content geometry transformation is invalid. + + + + +Specified VidPN present path importance ordinal is invalid. + + + + +Specified VidPN is active and cannot be accessed. + + + + +Specified VidPN source is already owned by a DMM client and cannot be used until that client releases it. + + + + +Failed to acquire display mode management interface. + + + + +Specified target is not part of the specified VidPN's topology. + + + + +Specified pixel value access mode is invalid. + + + + +Specified color basis is invalid. + + + + +Specified pixel format is invalid. + + + + +Specified stride is invalid. + + + + +Specified visible region size is invalid. + + + + +Specified primary surface size is invalid. + + + + +Specified source is not part of the specified VidPN's topology. + + + + +There is no monitor connected on the specified video present target. + + + + +Specified VidPN topology is stale. Please reacquire the new topology. + + + + +VidPN manager of the display adapter in question does not have an active VidPN. + + + + +Display adapter in question does not have an associated VidPN manager. + + + + +Newly arrived monitor could not be associated with a display adapter. + + + + +Specified VidPN source cannot be used because there is no available VidPN target to connect it to. + + + + +ID of the specified video present target is already used by another target in the set. + + + + +ID of the specified video present source is already used by another source in the set. + + + + +Two or more of the specified resources are not related to each other, as defined by the interface semantics. + + + + +Specified video present target subset type is invalid. + + + + +ID of the specified monitor descriptor is already used by another descriptor in the set. + + + + +Specified descriptor is already in the specified monitor descriptor set. + + + + +Specified descriptor is not in the specified monitor descriptor set. + + + + +Specified monitor descriptor is invalid. + + + + +Specified monitor descriptor set is invalid. + + + + +Display adapter must have at least one video present target. + + + + +Display adapter must have at least one video present source. + + + + +Specified present path is not in VidPN's topology. + + + + +Number of video present targets must be greater than or equal to the number of video present sources. + + + + +System failed to determine a mode that is supported by both the display adapter and the monitor connected to it. + + + + +ID of the specified mode is already used by another mode in the set. + + + + +Miniport does not have any recommendation regarding the request to provide a functional VidPN given the current display adapter configuration. + + + + +Specified monitor source mode is invalid. + + + + +Specified monitor source mode set is invalid. + + + + +Specified mode set is stale. Please reacquire the new mode set. + + + + +Specified frequency range is already in the specified monitor frequency range set. + + + + +Specified mode set does not specify preference for one of its modes. + + + + +Specified frequency range is not in the specified monitor frequency range set. + + + + +Specified monitor frequency range is invalid. + + + + +Specified monitor frequency range set is invalid. + + + + +Miniport has no recommendation for augmentation of the specified VidPN's topology. + + + + +Specified VidPN present path is invalid. + + + + +Specified video present target is already in the video present target set. + + + + +Specified video present source is already in the video present source set. + + + + +Specified video present target set is invalid. + + + + +Specified video present source set is invalid. + + + + +Specified mode is already in the mode set. + + + + +Specified video present path is already in VidPN's topology. + + + + +Pinned mode must remain in the set on VidPN's cofunctional modality enumeration. + + + + +Specified video present target mode is invalid. + + + + +Specified video present source mode is invalid. + + + + +Specified video signal total region is invalid. + + + + +Specified video signal active region is invalid. + + + + +Specified video signal frequency is invalid. + + + + +Specified VidPN target mode set is invalid. + + + + +Specified VidPN source mode set is invalid. + + + + +No mode is pinned on the specified VidPN source/target. + + + + +Specified VidPN modality is not supported (e.g. at least two of the pinned modes are not cofunctional). + + + + +Specified video present target is invalid. + + + + +Specified video present source is invalid. + + + + +Specified VidPN handle is invalid. + + + + +Specified VidPN topology is valid but is not supported by the display adapter at this time, due to current allocation of its resources. + + + + +Specified VidPN topology is valid but is not supported by this model of the display adapter. + + + + +Specified VidPN topology is invalid. + + + + +GPU exception is detected on the given device. The device is not able to be scheduled. + + + + +The specified allocation lost its content. + + + + +The allocation being referenced doesn't belong to the current device. + + + + +An invalid allocation handle is being referenced. + + + + +An invalid allocation instance is being referenced. + + + + +The allocation being referenced has been closed permanently. + + + + +A locked allocation can't be used in the current command buffer. + + + + +The allocation can't be used from it's current segment location for the specified operation. + + + + +The request failed because a pinned allocation can't be evicted. + + + + +The current allocation can't be unswizzled by an aperture. + + + + +No more unswizzling aperture are currently available. + + + + +The allocation is invalid. + + + + +A problem couldn't be solved due to some currently existing condition. The problem should be tried again immediately. + + + + +A problem couldn't be solved due to some currently existing condition. The problem should be tried again later. + + + + +An object being referenced has reach the maximum reference count already and can't be reference further. + + + + +The allocation is currently busy. + + + + +Couldn't probe and lock the underlying memory of an allocation. + + + + +Not enough video memory available to complete the operation. + + + + +Specified buffer is not big enough to contain entire requested dataset. Partial data populated upto the size of the buffer. +Caller needs to provide buffer of size as specified in the partially populated buffer's content (interface specific). + + + + +The kernel driver detected a version mismatch between it and the user mode driver. + + + + +Not able to present with color convertion + + + + +Not able to present due to denial of desktop access + + + + +Nothing to present due to desktop occlusion + + + + +Present happened but ended up into the changed desktop mode + + + + +The driver stack doesn't match the expected driver model. + + + + +Specified display adapter and all of its state has been reset. + + + + +Specified display adapter handle is invalid. + + + + +The driver needs more DMA buffer space in order to complete the requested operation. + + + + +Exclusive mode ownership is needed to create unmanaged primary allocation. + + + + +Monitor descriptor contains an invalid detailed timing block. + + + + +There is no monitor descriptor data at the specified (offset, size) region. + + + + +Provided monitor descriptor block is either corrupted or does not contain monitor's user friendly name. + + + + +Provided monitor descriptor block is either corrupted or does not contain monitor's detailed serial number. + + + + +WMI data block registration failed for one of the MSMonitorClass WMI subclasses. + + + + +Monitor descriptor contains an invalid standard timing block. + + + + +Checksum of the obtained monitor descriptor is invalid. + + + + +Format of the obtained monitor descriptor is not supported by this release. + + + + +Monitor descriptor could not be obtained. + + + + +{DWM is not queuing presents for the specified window} +The window specified is not currently using queued presents. + + + + +{No DWM redirection surface is available} +The DWM was unable to provide a redireciton surface to complete the DirectX present. + + + + +{Some desktop composition APIs are not supported while remoting} +The operation is not supported while running in a remote session. + + + + +{Desktop composition is disabled} +The operation could not be completed because desktop composition is disabled. + + + + +{Display Driver Stopped Responding} +The %hs display driver has stopped working normally. Save your work and reboot the system to restore full display functionality. +The next time you reboot the machine a dialog will be displayed giving you a chance to report this failure to Microsoft. + + + + +No waiter is present for the filter's reply to this message. + + + + +The specifiec context is already attached to another object + + + + +The specified Transaction Context is already enlisted in a transaction + + + + +The specified volume is already mounted. + + + + +The requested device object does not exist for the given volume. + + + + +The name requested was not found in Filter Manager's name cache and could not be retrieved from the file system. + + + + +An invalid parameter was specified during context registration. + + + + +No registered context allocation definition was found for the given request. + + + + +The system could not find the instance specified. + + + + +The system could not find the volume specified. + + + + +The system could not find the filter specified. + + + + +An instance already exists with this name on the volume specified. + + + + +An instance already exists at this altitude on the volume specified. + + + + +Do not detach the filter from the volume at this time. + + + + +Do not attach the filter to the volume at this time. + + + + +The callback data queue has been disabled. + + + + +A duplicate handler definition has been provided for an operation. + + + + +Non-paged pool must be used for this type of context. + + + + +The object specified for this action is in the process of being deleted, therefore the action requested cannot be completed at this time. + + + + +The Filter Manager had an internal error from which it cannot recover, therefore the operation has been failed. This is usually the result of a filter returning an invalid value from a pre-operation callback. + + + + +The filter must cleanup any operation specific context at this time because it is being removed from the system before the operation is completed by the lower drivers. + + + + +The filter is not ready for attachment to volumes because it has not finished initializing (FltStartFiltering has not been called). + + + + +The Filter Manager was not initialized when a filter tried to register. Make sure that the Filter Manager is getting loaded as a driver. + + + + +Posting this operation to a worker thread for further processing is not safe at this time because it could lead to a system deadlock. + + + + +An invalid name request was made. The name requested cannot be retrieved at this time. + + + + +Disallow the Fast IO path for this operation. + + + + +Asynchronous requests are not valid for this operation. + + + + +A context is already defined for this object. + + + + +A handler was not defined by the filter for this operation. + + + + +The IO was completed by a filter. + + + + +COM+ partitions are currently disabled. + + + + +The specified user cannot write to the system registry + + + + +The specified SAFER level is invalid. + + + + +Access is denied because the component is private. + + + + +Alas, Event Class components cannot be aliased. + + + + +The Base Application Partition exists in all partition sets and cannot be removed. + + + + +A private component cannot be moved (or copied) to a library application or to the base partition + + + + +A component cannot be moved (or copied) to the System Application, an application proxy or a non-changeable application + + + + +A component cannot be moved (or copied) from the System Application, an application proxy or a non-changeable application + + + + +Legacy components may not exist in non-base partitions. + + + + +Applications containing one or more legacy components may not be exported to 1.0 format. + + + + +Only Application Files (*.MSI files) can be installed into partitions. + + + + +Access to the specified partition is denied. + + + + +A recycled process may not be paused. + + + + +The partition specified as default is not a member of the partition set. + + + + +The ProgID provided to the copy operation is invalid. The ProgID is in use by another registered CLSID. + + + + +Library applications may not be NT services. + + + + +A paused process may not be recycled. + + + + +The process has already been recycled. + + + + +Applications running as NT services may not be recycled. + + + + +Library applications may not be recycled. + + + + +One or more users are already assigned to a local partition set. + + + + +COM+ applications that run as NT service may not be pooled or recycled + + + + +The partition(s) specified are not valid. + + + + +The specified application is not currently running + + + + +One of the specified objects cannot be found + + + + +One of the objects being inserted or updated does not belong to a valid parent collection + + + + +Cannot create a duplicate resource of type Distributed Transaction Coordinator + + + + +The message was requeued or moved by a user not in the "QC Trusted User" role + + + + +An unauthenticated message was received by an application that accepts only authenticated messages + + + + +The message is improperly formatted or was damaged in transit + + + + +Unable to marshal an interface that does not support IPersistStream + + + + +MSMQ is required for the requested operation and is not installed + + + + +At least one interface must be marked "queued" in order to create a queued component instance with the "queue" moniker + + + + +Only COM+ Applications marked "queued" can be invoked using the "queue" moniker + + + + +The COM+ Catalog Server threw an exception during execution + + + + +The application cannot be paused or resumed + + + + +There was a type mismatch between a binary and an application + + + + +A binary of unknown or invalid type was provided + + + + +There was a type mismatch between binaries + + + + +The schema version to be migrated could not be found in the COM+ registry database + + + + +This version of the COM+ registry database cannot be migrated + + + + +The COM+ registry database is already running + + + + +The COM+ registry database detected a system error + + + + +The COM+ registry database is not open + + + + +The COM+ registry database has not been initialized + + + + +The partition name is not unique and cannot be resolved to a partition id + + + + +The application name is not unique and cannot be resolved to an application id + + + + +Applications that contain one or more imported components cannot be installed into a non-base partition + + + + +The partition cannot be exported, because one or more components in the partition have the same file name + + + + +The partition cannot be deleted because it is the default partition for one or more users + + + + +The specified partition name is invalid. Check that the name contains at least one visible character + + + + +The specified partition name is already in use on this computer + + + + +You cannot start an application that has been disabled + + + + +This function is valid for the base partition only + + + + +Library applications and application proxies are incompatible + + + + +An event class cannot also be a subscriber component + + + + +Cannot subscribe to this component (the component may have been imported) + + + + +System application is not exportable + + + + +Failed to start application because it is either a library application or an application proxy + + + + +Application Proxy is not exportable + + + + +This operation is not enabled on this platform + + + + +You must have components in an application in order to start the application + + + + +A role assigned to a component, interface, or method did not exist in the application + + + + +A CLSID with the same GUID as the new application ID is already installed on this machine + + + + +This object is not poolable + + + + +Object was not found in registry + + + + +The property value is too large + + + + +The registration file is corrupt + + + + +The component already exists + + + + +The object you are attempting to add or rename already exists + + + + +One or more property settings are either invalid or in conflict with each other + + + + +The service is not installed + + + + +A component in the same DLL is already installed + + + + +The component registrar referenced in this file is not available + + + + +This operation cannot be performed on the system application + + + + +The system was unable to register the TypeLib + + + + +The component move failed because the destination application no longer exists + + + + +The component move was disallowed, because the source or destination application is either a system application or currently locked against changes + + + + +The server catalog version is not supported + + + + +The delete function has been disabled for this object + + + + +Changes to this object and its sub-objects have been disabled + + + + +The file does not contain components or component information + + + + +The TypeLib could not be loaded + + + + +The DLL does not support the components listed in the TypeLib + + + + +GetClassObject failed in the DLL + + + + +The DLL could not be loaded + + + + +The file does not exist + + + + +Errors occurred while in the component registrar + + + + +Application install directory not found + + + + +The registered TypeLib ID is not valid + + + + +DLL could not be loaded + + + + +No server file share available + + + + +DllRegisterServer failed on component install + + + + +Interface information is either missing or changed + + + + +Application file CLSIDs or IIDs do not match corresponding DLLs + + + + +The identity or password set on the application is not valid + + + + +Unable to set required authentication level for update request + + + + +The component's progID is missing or corrupt + + + + +The component's CLSID is missing or corrupt + + + + +One or more users in the application file are not valid + + + + +One or more users are not valid + + + + +An error occurred copying the file + + + + +The role already exists + + + + +The application is already installed + + + + +The file path is invalid + + + + +Invalid version number in application file + + + + +Error occurred reading the application file + + + + +Error occurred writing to the application file + + + + +The object is already registered + + + + +The object was not found in the catalog + + + + +One or more of the object's properties are missing or invalid + + + + +Errors occurred accessing one or more objects - the ErrorInfo collection may have more detail + + + + +The new cache item exceeds the maximum per-item size defined for the cache. + + + + +The requested cache item is too old and was deleted from the cache. + + + + +The requested item could not be found in the cache. + + + + +No PIN was presented to the smart card. + + + + +The action was cancelled by the user. + + + + +The end of the smart card file has been reached. + + + + +The card cannot be accessed because the maximum number of PIN entry attempts has been reached. + + + + +The card cannot be accessed because the wrong PIN was presented. + + + + +Access was denied because of a security violation. + + + + +The smart card has been removed, so that further communication is not possible. + + + + +The smart card has been reset, so any shared state information is invalid. + + + + +Power has been removed from the smart card, so that further communication is not possible. + + + + +The smart card is not responding to a reset. + + + + +The reader cannot communicate with the smart card, due to ATR configuration conflicts. + + + + +The Smart card resource manager is too busy to complete this operation. + + + + +The requested key container does not exist on the smart card. + + + + +A communications error with the smart card has been detected. Retry the operation. + + + + +Cannot find a smart card reader. + + + + +The requested certificate could not be obtained. + + + + +The requested certificate does not exist. + + + + +An unrecognized error code was returned from a layered component. + + + + +The supplied PIN is incorrect. + + + + +There was an error trying to set the smart card file object pointer. + + + + +The smartcard does not have enough memory to store the information. + + + + +Access is denied to this file. + + + + +The supplied path does not represent a smart card file. + + + + +The supplied path does not represent a smart card directory. + + + + +The identified file does not exist in the smart card. + + + + +The identified directory does not exist in the smart card. + + + + +This smart card does not support the requested feature. + + + + +The requested order of object creation is not supported. + + + + +No Primary Provider can be found for the smart card. + + + + +An unexpected card error has occurred. + + + + +The Smart card resource manager has shut down. + + + + +The Smart card resource manager is not running. + + + + +The smart card does not meet minimal requirements for support. + + + + +The reader driver did not produce a unique reader name. + + + + +The reader driver does not meet minimal requirements for support. + + + + +The PCI Receive buffer was too small. + + + + +The operation has been aborted to allow the server application to exit. + + + + +The specified reader is not currently available for use. + + + + +An attempt was made to end a non-existent transaction. + + + + +An ATR obtained from the registry is not a valid ATR string. + + + + +An internal error has been detected, but the source is unknown. + + + + +An internal communications error has been detected. + + + + +The action was cancelled by the system, presumably to log off or shut down. + + + + +One or more of the supplied parameters values could not be properly interpreted. + + + + +The reader or smart card is not ready to accept commands. + + + + +The requested protocols are incompatible with the protocol currently in use with the smart card. + + + + +The system could not dispose of the media in the requested manner. + + + + +The specified smart card name is not recognized. + + + + +The operation requires a Smart Card, but no Smart Card is currently in the device. + + + + +The smart card cannot be accessed because of other connections outstanding. + + + + +The user-specified timeout value has expired. + + + + +The specified reader name is not recognized. + + + + +The data buffer to receive returned data is too small for the returned data. + + + + +An internal consistency timer has expired. + + + + +Not enough memory available to complete this command. + + + + +Registry startup information is missing or invalid. + + + + +One or more of the supplied parameters could not be properly interpreted. + + + + +The supplied handle was invalid. + + + + +The action was cancelled by an SCardCancel request. + + + + +An internal consistency check failed. + + + + +No installed components were detected. + + + + +An unrecoverable stack overflow was encountered. + + + + +A problem was encountered while attempting to delete the driver from the store. + + + + +The hash for the file is not present in the specified catalog file. The file is likely corrupt or the victim of tampering. + + + + +The specified INF is the wrong type for this operation. + + + + +The installation of this driver is forbidden by system policy. Contact your system administrator. + + + + +The installation of this device is forbidden by system policy. Contact your system administrator. + + + + +A problem was encountered while attempting to add the driver to the store. + + + + +One of the installers for this device cannot perform the installation at this time. + + + + +The file may only be validated by a catalog signed via Authenticode(tm). + + + + +The software was tested for compliance with Windows Logo requirements on a different version of Windows, and may not be compatible with this version. + + + + +The publisher of an Authenticode(tm) signed catalog was not established as trusted. + + + + +The publisher of an Authenticode(tm) signed catalog has not yet been established as trusted. + + + + +The INF was signed with an Authenticode(tm) catalog from a trusted publisher. + + + + +Authenticode(tm) signature verification is not supported for the specified INF. + + + + +A file could not be verified because it does not have an associated catalog signed via Authenticode(tm). + + + + +The requested device install operation is obsolete. + + + + +One or more devices are presently installed using the specified INF. + + + + +The specified file is not an installed OEM INF. + + + + +The requested operation is not supported for a remote machine. + + + + +A problem was encountered when accessing the Plug and Play registry database. + + + + +An unknown exception was encountered. + + + + +The Security Configuration Editor (SCE) APIs have been disabled on this Embedded product. + + + + +An INF was copied into the Windows INF directory in an improper manner. + + + + +The operation involving unsigned file copying was rolled back, so that a system restore point could be set. + + + + +Operation not allowed in WOW64. + + + + +Driver is not intended for this platform. + + + + +Cannot copy to specified target. + + + + +The device could not be dynamically removed. + + + + +The device cannot be disabled. + + + + +An invalid attempt was made to use a device installation file queue for verification of digital signatures relative to other platforms. + + + + +The third-party INF does not contain digital signature information. + + + + +The driver selected for this device does not support Windows. + + + + +The driver selected for this device does not support Windows Vista. + + + + +One of the filter drivers installed for this device is invalid. + + + + +The class installer has denied the request to install or upgrade this device. + + + + +A logical configuration specified in this INF is invalid. + + + + +There is no icon that represents this device or device type. + + + + +There are no compatible drivers for this device. + + + + +The device's co-installer is invalid. + + + + +The device's co-installer has additional work to perform after installation is complete. + + + + +The requested device interface is not present in the system. + + + + +The property page provider registry entry is invalid. + + + + +The Plug and Play service is not available on the remote machine. + + + + +The machine selected for remote communication is not available at this time. + + + + +A general remote communication error occurred. + + + + +The specified machine name does not conform to UNC naming conventions. + + + + +The reference string supplied for this interface device is invalid. + + + + +This interface class does not exist in the system. + + + + +An interface installation section in this INF is invalid. + + + + +The operation cannot be performed because the device interface has been removed from the system. + + + + +The operation cannot be performed because the device interface is currently active. + + + + +There is presently no default device interface designated for this interface class. + + + + +The installation failed because a function driver was not specified for this device instance. + + + + +There is no class driver list for the device information element. + + + + +A service installation section in this INF is invalid. + + + + +The operation cannot be performed because the file queue is locked. + + + + +No class installer parameters have been set for the device information set or element. + + + + +The specified path does not contain any applicable device INFs. + + + + +The operation cannot be performed because the device information element is locked. + + + + +The operation cannot be performed because the device information set is locked. + + + + +There is no device information element currently selected for this device information set. + + + + +The specified hardware profile does not exist. + + + + +The operation does not require any files to be copied. + + + + +The class installer has indicated that the default action should be performed for this installation request. + + + + +The class installer registry entry is invalid. + + + + +The icon representing this install class cannot be loaded. + + + + +The device instance does not exist in the hardware tree. + + + + +The INF from which a driver list is to be built does not exist. + + + + +The device property code is invalid. + + + + +The operation cannot be performed on a device information element that has not been registered. + + + + +The device instance cannot be created because it already exists. + + + + +The install class is not present or is invalid. + + + + +The device instance name is invalid. + + + + +The requested device registry key does not exist. + + + + +There is no driver selected for the device information set or element. + + + + +An existing device was found that is a duplicate of the device being manually installed. + + + + +The INF or the device information set or element does not match the specified install class. + + + + +The INF or the device information set or element does not have an associated install class. + + + + +The files affected by the installation of this file queue have not been backed up for uninstall. + + + + +The required line was not found in the INF. + + + + +The required section was not found in the INF. + + + + +The style of the INF is different than what was requested. + + + + +The syntax of the INF is invalid. + + + + +An INF section was encountered whose name exceeds the maximum section name length. + + + + +A section name marker in the INF is not complete, or does not exist on a line by itself. + + + + +A non-empty line was encountered in the INF before the start of a section. + + + + +The certificate has an invalid name. The name is not included in the permitted list or is explicitly excluded. + + + + +The certificate has invalid policy. + + + + +A certification chain processed correctly, but one of the CA certificates is not trusted by the policy provider. + + + + +The certificate was explicitly marked as untrusted by the user. + + + + +The certificate is not valid for the requested usage. + + + + +The certificate's CN name does not match the passed value. + + + + +The revocation process could not continue - the certificate(s) could not be checked. + + + + +The certification path terminates with the test root which is not trusted with the current policy settings. + + + + +A certificate was explicitly revoked by its issuer. + + + + +Generic trust failure. + + + + +A certificate chain could not be built to a trusted root authority. + + + + +A certificate chain processed, but terminated in a root certificate which is not trusted by the trust provider. + + + + +A certificate is missing or has an empty value for an important field, such as a subject or issuer name. + + + + +A parent of a given certificate in fact did not issue that child certificate. + + + + +A certificate being used for a purpose other than the ones specified by its CA. + + + + +A certificate contains an unknown extension that is marked 'critical'. + + + + +A path length constraint in the certification chain has been violated. + + + + +A certificate that can only be used as an end-entity is being used as a CA or visa versa. + + + + +The validity periods of the certification chain do not nest correctly. + + + + +A required certificate is not within its validity period when verifying against the current system clock or the timestamp in the signed file. + + + + +No signature was present in the subject. + + + + +This object does not read and write self-sizing data. + + + + +The size of the indefinite-sized data could not be determined. + + + + +The size of the data could not be determined. + + + + +Unspecified cryptographic failure. + + + + +Reading / writing Extensions where Attributes are appropriate, and visa versa. + + + + +Error due to problem in ASN.1 decoding process. + + + + +Error due to problem in ASN.1 encoding process. + + + + +The subject is not trusted for the specified action. + + + + +The form specified for the subject is not one supported or known by the specified trust provider. + + + + +The trust verification action specified is not supported by the specified trust provider. + + + + +Unknown trust provider. + + + + +The requested credential requires confirmation. + + + + +Some kind of structural error. + + + + +A check failed in a partially constant table. + + + + +The structure of the DSIG table is incorrect. + + + + +There is a bad version number in the file. + + + + +A call to a CryptoAPI function failed. + + + + +Failed on a file operation (open, map, read, write). + + + + +The file is not an OpenType file. + + + + +The file did not pass the hints check. + + + + +The signature does not have the correct attributes for the policy. + + + + +The file checksum is incorrect. + + + + +A table checksum is incorrect. + + + + +File is too small to contain the last table. + + + + +Too many pad bytes between tables or pad bytes are not 0. + + + + +Two or more tables overlap. + + + + +First table does not appear after header information. + + + + +A table does not start on a long word boundary. + + + + +Duplicate table tags or tags out of alphabetical order. + + + + +The offset table has incorrect values. + + + + +The magic number in the head table is incorrect. + + + + +Could not find the head table in the file. + + + + +Could not retrieve an object from the file. + + + + +Tried to reference a part of the file outside the proper range. + + + + +The certificate does not meet or contain the Authenticode(tm) financial extensions. + + + + +A certificate's basic constraint extension has not been observed. + + + + +The digital signature of the object did not verify. + + + + +The timestamp signature and/or certificate could not be verified or is malformed. + + + + +The signature of the certificate cannot be verified. + + + + +One of the counter signatures was invalid. + + + + +The certificate for the signer of the message is invalid or not found. + + + + +A system-level error occurred while verifying trust. + + + + +Signing certificate cannot include SMIME extension. + + + + +There is a key archival hash mismatch between the request and the response. + + + + +An unexpected key archival hash attribute was found in the response. + + + + +The key archival hash attribute was not found in the response. + + + + +You cannot add the root CA certificate into your local store. + + + + +The key is not exportable. + + + + +The certificate template requires too many RA signatures. Only one RA signature is allowed. + + + + +The certificate template renewal period is longer than the certificate validity period. The template should be reconfigured or the CA certificate renewed. + + + + +One or more certificate templates to be enabled on this certification authority could not be found. + + + + +The EMail name is unavailable and cannot be added to the Subject or Subject Alternate name. + + + + +The public key does not meet the minimum size required by the specified certificate template. + + + + +The request includes a private key for archival by the server, but key archival is not enabled for the specified certificate template. + + + + +The DNS name is unavailable and cannot be added to the Subject Alternate name. + + + + +The Active Directory GUID is unavailable and cannot be added to the Subject Alternate name. + + + + +The UPN is unavailable and cannot be added to the Subject Alternate name. + + + + +The request is missing one or more required signature issuance policies. + + + + +One or more signatures did not include the required application or issuance policies. The request is missing one or more required valid signatures. + + + + +The request is missing one or more required signatures. + + + + +The request is missing required signature policy information. + + + + +The template is missing a required signature policy attribute. + + + + +The request template version is newer than the supported template version. + + + + +The request was made on behalf of a subject other than the caller. The certificate template must be configured to require at least one signature to authorize the request. + + + + +The request is missing a required SMIME capabilities extension. + + + + +The request is missing a required private key for archival by the server. + + + + +The request is missing a required Subject Alternate name extension. + + + + +The request contains conflicting template information. + + + + +The request contains no certificate template information. + + + + +The requested certificate template is not supported by this CA. + + + + +The contacted domain controller cannot support signed LDAP traffic. Update the domain controller or configure Certificate Services to use SSL for Active Directory access. + + + + +The permissions on the certificate template do not allow the current user to enroll for this type of certificate. + + + + +The permissions on this certification authority do not allow the current user to enroll for certificates. + + + + +A memory reference caused a data alignment fault. + + + + +An attempt was made to open a Certification Authority database session, but there are already too many active sessions. The server may need to be configured to allow additional sessions. + + + + +The request contains an invalid renewal certificate attribute. + + + + +At least one security principal must have the permission to manage this CA. + + + + +The request is incorrectly formatted. The encrypted private key must be in an unauthenticated attribute in an outermost signature. + + + + +Cannot archive private key. The certification authority could not verify one or more key recovery certificates. + + + + +Cannot archive private key. The certification authority is not configured for key archival. + + + + +The operation is denied. It can only be performed by a certificate manager that is allowed to manage certificates for the current requester. + + + + +The operation is denied. The user has multiple roles assigned and the certification authority is configured to enforce role separation. + + + + +The certificate contains an encoded length that is potentially incompatible with older enrollment software. + + + + +Certificate service has been suspended for a database restore operation. + + + + +The certification authority's certificate contains invalid data. + + + + +The requested property value is empty. + + + + +The request's current status does not allow this operation. + + + + +The request does not exist. + + + + +The request subject name is invalid or too long. + + + + +ASN1 end of data expected + + + + +ASN1 skipped unknown extension(s). + + + + +ASN1 not yet implemented. + + + + +ASN1 bad PDU type. + + + + +ASN1 bad unicode (UTF8). + + + + +ASN1 bad encoding rule. + + + + +ASN1 bad choice value. + + + + +ASN1 bad tag value met. + + + + +ASN1 bad real value. + + + + +ASN1 bad arguments to function call. + + + + +ASN1 function not supported for this PDU. + + + + +ASN1 buffer overflow. + + + + +ASN1 out of memory. + + + + +ASN1 constraint violated. + + + + +ASN1 value too large. + + + + +ASN1 corrupted data. + + + + +ASN1 unexpected end of data. + + + + +ASN1 internal encode or decode error. + + + + +ASN1 Certificate encode/decode error code base. +The ASN1 error values are offset by CRYPT_E_ASN1_ERROR. + + + + +OSS ASN.1 Error: Trace file error. + + + + +OSS ASN.1 Error: System resource error. + + + + +OSS ASN.1 Error: Program link error. + + + + +OSS ASN.1 Error: Program link error. + + + + +OSS ASN.1 Error: Program link error. + + + + +OSS ASN.1 Error: Program link error. + + + + +OSS ASN.1 Error: Program link error. + + + + +OSS ASN.1 Error: Program link error. + + + + +OSS ASN.1 Error: Program link error. + + + + +OSS ASN.1 Error: Program link error. + + + + +OSS ASN.1 Error: Program link error. + + + + +OSS ASN.1 Error: Program link error. + + + + +OSS ASN.1 Error: Program link error. + + + + +OSS ASN.1 Error: Program link error. + + + + +OSS ASN.1 Error: Program link error. + + + + +OSS ASN.1 Error: Program link error. + + + + +OSS ASN.1 Error: Invalid data. + + + + +OSS ASN.1 Error: Invalid data. + + + + +OSS ASN.1 Error: Trace file error. + + + + +OSS ASN.1 Error: Trace file error. + + + + +OSS ASN.1 Error: Program link error. + + + + +OSS ASN.1 Error: Function not implemented. + + + + +OSS ASN.1 Error: Trace file error. + + + + +OSS ASN.1 Error: Encode/Decode function not implemented. + + + + +OSS ASN.1 Error: Invalid data. + + + + +OSS ASN.1 Error: Invalid data. + + + + +OSS ASN.1 Error: Invalid data. + + + + +OSS ASN.1 Error: Multi-threading conflict. + + + + +OSS ASN.1 Error: Internal Error. + + + + +OSS ASN.1 Error: Invalid data. + + + + +OSS ASN.1 Error: Invalid data. + + + + +OSS ASN.1 Error: Invalid data. + + + + +OSS ASN.1 Error: Access violation. + + + + +OSS ASN.1 Error: Unsupported BER indefinite-length encoding. + + + + +OSS ASN.1 Error: Invalid data. + + + + +OSS ASN.1 Error: Invalid data. + + + + +OSS ASN.1 Error: Internal Error. + + + + +OSS ASN.1 Error: Encode/Decode Error. + + + + +OSS ASN.1 Error: Out of memory. + + + + +OSS ASN.1 Error: Encode/Decode version mismatch. + + + + +OSS ASN.1 Error: Invalid argument. + + + + +OSS ASN.1 Error: Invalid data. + + + + +OSS ASN.1 Error: Output buffer is too small, the decoded data has been truncated. + + + + +OSS ASN.1 Error: Unknown ASN.1 data type. + + + + +OSS ASN.1 Error: Signed integer is encoded as a unsigned integer. + + + + +OSS ASN.1 Error: Output Buffer is too small. + + + + +OSS Certificate encode/decode error code base +See asn1code.h for a definition of the OSS runtime errors. The OSS +error values are offset by CRYPT_E_OSS_ERROR. + + + + +The public key's algorithm parameters are missing. + + + + +None of the signers of the cryptographic message or certificate trust list is trusted. + + + + +The subject was not found in a Certificate Trust List (CTL). + + + + +Since the server was offline, the called function was unable to complete the usage check. + + + + +The called function was unable to do a usage check on the subject. + + + + +No DLL or exported function was found to verify subject usage. + + + + +The cryptographic operation failed due to a local security option setting. + + + + +The Put operation cannot continue. The file needs to be resized. However, there is already a signature present. A complete signing operation must be done. + + + + +The dwValueType for the CERT_NAME_VALUE is not one of the character strings. Most likely it is either a CERT_RDN_ENCODED_BLOB or CERT_TDN_OCTED_STRING. + + + + +The string contains an invalid X500 name attribute key, oid, value or delimiter. + + + + +The string contains a character not in the 7 bit ASCII character set. + + + + +The string contains a non-printable character. + + + + +The string contains a non-numeric character. + + + + +The certificate is not in the revocation server's database. + + + + +The revocation function was unable to check revocation because the revocation server was offline. + + + + +The revocation function was unable to check revocation for the certificate. + + + + +No Dll or exported function was found to verify revocation. + + + + +The certificate is revoked. + + + + +Final closure is pending until additional frees or closes. + + + + +The signed cryptographic message does not have a signer for the specified signer index. + + + + +Not a cryptographic message or the cryptographic message is not formatted correctly. + + + + +Cannot find the certificate and private key to use for decryption. + + + + +Cannot find the certificate and private key for decryption. + + + + +The certificate does not have a property that references a private key. + + + + +Cannot find the requested object. + + + + +The previous certificate or CRL context was deleted. + + + + +The specified certificate is self signed. + + + + +No provider was specified for the store or object. + + + + +The object or property already exists. + + + + +Cannot find object or property. + + + + +An error occurred while reading or writing to a file. + + + + +An error occurred during encode or decode operation. + + + + +The length specified for the output data was insufficient. + + + + +The protected data needs to be re-protected. + + + + +The streamed cryptographic message requires more data to complete the decode operation. + + + + +The streamed cryptographic message is not ready to return data. + + + + +The cryptographic message does not contain all of the requested attributes. + + + + +Cannot find the original signer. + + + + +Invalid issuer and/or serial number. + + + + +Invalid control type. + + + + +The enveloped-data message does not contain the specified recipient. + + + + +The content of the cryptographic message has not been decrypted yet. + + + + +The content of the cryptographic message has already been decrypted. + + + + +The index value is not valid. + + + + +The hash value is not correct. + + + + +The cryptographic message does not contain an expected authenticated attribute. + + + + +Unexpected cryptographic message encoding. + + + + +Invalid cryptographic message type. + + + + +The object identifier is poorly formatted. + + + + +Unknown cryptographic algorithm. + + + + +An error occurred while performing an operation on a cryptographic message. + + + + +The recipient rejected the renegotiation request. + + + + +Client policy does not allow credential delegation to target server with NLTM only authentication. + + + + +Client policy does not allow credential delegation to target server. + + + + +One or more of the parameters passed to the function was invalid. + + + + +A signature operation must be performed before the user can authenticate. + + + + +The domain controller certificate used for smartcard logon has been revoked. Please contact your system administrator with the contents of your system event log. + + + + +The domain controller certificate used for smartcard logon has expired. Please contact your system administrator with the contents of your system event log. + + + + +An untrusted certificate authority was detected while processing the domain controller certificate used for authentication. There is additional information in the system event log. Please contact your system administrator. + + + + +The revocation status of the domain controller certificate used for smartcard authentication could not be determined. There is additional information in the system event log. Please contact your system administrator. + + + + +An attempt was made by this server to make a Kerberos constrained delegation request for a target outside of the server's realm. This is not supported, and indicates a misconfiguration on this server's allowed to delegate to list. Please contact your administrator. + + + + +The Kerberos subsystem encountered an error. A service for user protocol request was made against a domain controller which does not support service for user. + + + + +The smartcard certificate used for authentication has expired. Please contact your system administrator. + + + + +The smartcard certificate used for authentication was not trusted. Please contact your system administrator. + + + + +The revocation status of the smartcard certificate used for +authentication could not be determined. Please contact your system administrator. + + + + +An untrusted certificate authority was detected While processing the smartcard certificate used for authentication. Please contact your system administrator. + + + + +The smartcard certificate used for authentication has been revoked. Please contact your system administrator. There may be additional information in the event log. + + + + +The system detected a possible attempt to compromise security. Please ensure that you can contact the server that authenticated you. + + + + +The certificate is not valid for the requested usage. + + + + + SEC_E_NO_KERB_KEY + + + + +The received certificate was mapped to multiple accounts. + + + + +Client's supplied SSPI channel bindings were incorrect. + + + + +The requested operation cannot be completed. The computer must be trusted for delegation and the current user account must be configured to allow delegation. + + + + +An unsupported preauthentication mechanism was presented to the kerberos package. + + + + +The encryption type requested is not supported by the KDC. + + + + +The KDC was unable to generate a referral for the service requested. + + + + +An invalid request was sent to the KDC. + + + + +A system shutdown is in progress. + + + + +Smartcard logon is required and was not used. + + + + +The client certificate does not contain a valid UPN, or does not match the client name +in the logon request. Please contact your administrator. + + + + +Expected to find PA data for a hint of what etype to use, but it was not found. + + + + +The KDC reply contained more than one principal name. + + + + +The other end of the security negotiation is requires strong crypto but it is not supported on the local machine. + + + + +The local machine must be a Kerberos KDC (domain controller) and it is not. + + + + +The number of maximum ticket referrals has been exceeded. + + + + +The crypto system or checksum function is invalid because a required function is unavailable. + + + + +The supplied credential handle does not match the credential associated with the security context. + + + + +Unable to accomplish the requested task because the local machine does not have any IP addresses. + + + + +The client is trying to negotiate a context and the server requires user-to-user but didn't send a TGT reply. + + + + +A security context was deleted before the context was completed. This is considered a logon failure. + + + + +The security context could not be established due to a failure in the requested quality of service (e.g. mutual authentication or delegation). + + + + +The client and server cannot communicate, because they do not possess a common algorithm. + + + + +The specified data could not be decrypted. + + + + +The specified data could not be encrypted. + + + + +The received certificate has expired. + + + + +An unknown error occurred while processing the certificate. + + + + +The message received was unexpected or badly formatted. + + + + +The certificate chain was issued by an authority that is not trusted. + + + + +The clocks on the client and server machines are skewed. + + + + +There is no LSA mode context associated with this context. + + + + +The target principal name is incorrect. + + + + +The context data must be renegotiated with the peer. + + + + +The credentials supplied were not complete, and could not be verified. Additional information can be returned from the context. + + + + +The buffers supplied to a function was too small. + + + + +The credentials supplied were not complete, and could not be verified. The context could not be initialized. + + + + +The supplied message is incomplete. The signature was not verified. + + + + +The context has expired and can no longer be used. + + + + +The context has expired and can no longer be used. + + + + +The requested security package does not exist + + + + +The logon was completed, but no network authority was available. The logon was made using locally known information + + + + +The function completed successfully, but both CompleteToken and this function must be called to complete the context + + + + +The function completed successfully, but CompleteToken must be called + + + + +The function completed successfully, but must be called again to complete the context + + + + +No authority could be contacted for authentication. + + + + +The message supplied for verification is out of sequence + + + + +The message or signature supplied for verification has been altered + + + + +No credentials are available in the security package + + + + +The credentials supplied to the package were not recognized + + + + +The logon attempt failed + + + + +The security context does not allow impersonation of the client + + + + +The per-message Quality of Protection is not supported by the security package + + + + +The security package is not able to marshall the logon buffer, so the logon attempt has failed + + + + +The token supplied to the function is invalid + + + + +The security package failed to initialize, and cannot be installed + + + + +The caller is not the owner of the desired credentials + + + + +The requested security package does not exist + + + + +The Local Security Authority cannot be contacted + + + + +The specified target is unknown or unreachable + + + + +The function requested is not supported + + + + +The handle specified is invalid + + + + +Not enough memory is available to complete this request + + + + +The cryptographic provider does not support HMAC. + + + + +This operation requires input from the user. + + + + +An internal consistency check failed. + + + + +The specified data could not be decrypted. + + + + +The supplied buffers overlap incorrectly. + + + + +No more data is available. + + + + +The requested operation is not supported. + + + + +The buffer supplied to a function was too small. + + + + +The parameter is incorrect. + + + + +The supplied handle is invalid. + + + + +The key parameters could not be set because the CSP uses fixed parameters. + + + + +The profile for the user is a temporary profile. + + + + +The security token does not have storage space available for an additional container. + + + + +Provider could not perform the action since the context was acquired as silent. + + + + +A base error occurred. + + + + +An internal error occurred. + + + + +The Keyset parameter is invalid. + + + + +Provider DLL could not be found. + + + + +Provider DLL failed to initialize correctly. + + + + +The digital signature file is corrupt. + + + + +Provider type does not match registered value. + + + + +Keyset as registered is invalid. + + + + +The keyset is not defined. + + + + +Provider type as registered is invalid. + + + + +Provider type not defined. + + + + +Keyset does not exist + + + + +Provider's public key is invalid. + + + + +Invalid provider type specified. + + + + +Invalid provider specified. + + + + +Data already encrypted. + + + + +Object was not found. + + + + +Access denied. + + + + +Object already exists. + + + + +Insufficient memory available for the operation. + + + + +Key does not exist. + + + + +Hash not valid for use in specified state. + + + + +Key not valid for use in specified state. + + + + +Invalid type specified. + + + + +Invalid flags specified. + + + + +Invalid algorithm specified. + + + + +Bad Version of provider. + + + + +Invalid Signature. + + + + +Bad Data. + + + + +Bad Length. + + + + +Bad Key. + + + + +Bad Hash. + + + + +Bad UID. + + + + +Business rule scripts are disabled for the calling application. + + + + +The SID filtering operation removed all SIDs. + + + + +The specified event is currently not being audited. + + + + +An internal error occurred. + + + + +Call Cancellation is disabled + + + + +The COM IAccessControl object is not initialized + + + + +Unable to decode the ACL in the stream provided by the user + + + + +Unable to open the access token of the server process + + + + +The version of ACL format in the stream is not supported by this implementation of IAccessControl + + + + +Not all the DENY_ACCESS ACEs are arranged in front of the GRANT_ACCESS ACEs in the stream. + + + + +The number of ACEs in an ACL exceeds the system limit. + + + + +Unable to close a serialization handle or a file handle. + + + + +Unable to create file + + + + +Unable to generate a uuid. + + + + +Path too long + + + + +Unable to obtain the Windows directory + + + + +Unable to set or reset a serialization handle + + + + +The system function, LookupAccountName, failed + + + + +Unable to find a trustee name that corresponds to a security identifier provided by the user + + + + +The system function, LookupAccountSID, failed + + + + +Unable to find a security identifier that corresponds to a trustee string provided by the user + + + + +Unable to convert a wide character trustee string to a multibyte trustee string + + + + +One of the security identifiers provided by the user was invalid + + + + +One of the trustee strings provided by the user did not conform to the <Domain>\<Name> syntax and it was not the "*" string + + + + +Either NetAccessDel or NetAccessAdd returned an error code. + + + + +The system function, AccessCheck, returned false + + + + +Unable to set a discretionary ACL into a security descriptor + + + + +Unable to obtain the client's security blanket + + + + +The client who called IAccessControl::IsAccessPermitted was not the trustee provided to the method + + + + +Unable to obtain user info from an access token + + + + +Unable to open the access token of the current thread + + + + +Unable to obtain server's security context + + + + +Unable to impersonate DCOM client + + + + +Principal name is not a valid MSSTD name. + + + + +Full subject issuer chain SSL principal name expected from the server. + + + + +There are no synchronize objects to wait on. + + + + +This operation returned because the timeout period expired. + + + + +No context is associated with this call. This happens for some custom marshalled calls and on the client side of the call. + + + + +The marshaled interface data packet (OBJREF) has an invalid or unknown format. + + + + +Remote calls are not allowed for this process. + + + + +Access is denied. + + + + +No security packages are installed on this machine or the user is not logged on or there are no compatible security packages between the client and server. + + + + +Security must be initialized before any interfaces are marshalled or unmarshalled. It cannot be changed once initialized. + + + + +Impersonate on unsecure calls is not supported. + + + + +Call context cannot be accessed after call completed. + + + + +OLE is waiting before retrying a request. + + + + +OLE has sent a request and is waiting for a reply. + + + + +The requested object does not exist. + + + + +The requested object or interface does not exist. + + + + +OLE received a packet with an invalid extension. + + + + +OLE received a packet with an invalid header. + + + + +The version of OLE on the client and server machines does not match. + + + + +CoInitialize has not been called on the current thread. + + + + +The application called an interface that was marshalled for a different thread. + + + + +An outgoing call cannot be made since the application is dispatching an input-synchronous call. + + + + +A call control interfaces was called with invalid data. + + + + +The message filter rejected the call. + + + + +The message filter indicated that the application is busy. + + + + +The object invoked chose not to process the call now. Try again later. + + + + +The object invoked has disconnected from its clients. + + + + +The method called does not exist on the server. + + + + +Cannot change thread mode after it is set. + + + + +The server threw an exception. + + + + +RPC could not call the server or could not return the results of calling the server. + + + + +The requested interface is not registered on the server object. + + + + +Attempted to make calls on more than one thread in single threaded mode. + + + + +Could not allocate some required resource (memory, events, ...) + + + + +System call failed. + + + + +The callee (server [not server application]) is not available and disappeared; all connections are invalid. The call did not execute. + + + + +There is no second outgoing call on same channel in DDE conversation. + + + + +A particular parameter is invalid and cannot be (un)marshalled. + + + + +Received data is invalid; could be server or client data. + + + + +The server (callee) cannot unmarshall the parameter data - low memory, etc. + + + + +The server (callee) cannot marshall the return data - low memory, etc. + + + + +The client (caller) cannot unmarshall the return data - low memory, etc. + + + + +The client (caller) cannot marshall the parameter data - low memory, etc. + + + + +The call was not transmitted properly; the message queue was full and was not emptied after yielding. + + + + +The data packet with the marshalled parameter data is incorrect. + + + + +The caller (client) disappeared while the callee (server) was processing a call. + + + + +The callee (server [not server application]) is not available and disappeared; all connections are invalid. The call may have executed. + + + + +The connection terminated or is in a bogus state and cannot be used any more. Other connections are still valid. + + + + +It is illegal to call out while inside message filter. + + + + +The caller is dispatching an asynchronous call and cannot make an outgoing call on behalf of this call. + + + + +The caller is dispatching an intertask SendMessage call and cannot call out via PostMessage. + + + + +Call was canceled by the message filter. + + + + +Call was rejected by callee. + + + + +Copy Protection Error - The drive's region setting may be permanent or the number of user resets has been exhausted. + + + + +Copy Protection Error - The current DVD's region does not correspond to the region setting of the drive. + + + + +Copy Protection Error - The read failed because the sector is encrypted. + + + + +Copy Protection Error - DVD session key not established. + + + + +Copy Protection Error - The given sector does not have a valid CSS key. + + + + +Copy Protection Error - DVD CSS Authentication failed. + + + + +Generic Copy Protection Error. + + + + +Consolidation of the storage file is inappropriate. (commit succeeded). + + + + +Consolidation of the storage file failed. (commit succeeded). + + + + +Multiple opens prevent consolidated. (commit succeeded). + + + + +The notified event sink will not influence the storage operation. + + + + +The storage operation should retry immediately. + + + + +The storage operation should block until more data is available. + + + + +The underlying file was converted to compound file format. + + + + +The file download has been terminated. + + + + +The file download was aborted abnormally. The file is incomplete. + + + + +The compound file was not created with the STGM_SIMPLE flag + + + + +The compound file is too large for the current implementation + + + + +OLE32.DLL has been loaded at the wrong address. + + + + +The docfile has been corrupted. + + + + +Illegal operation called on object with extant marshallings. + + + + +Illegal operation called on non-file based storage. + + + + +Share.exe or equivalent is required for operation. + + + + +The compound file %1 was produced with a newer version of storage. + + + + +The compound file %1 was produced with an incompatible version of storage. + + + + +Can't save. + + + + +Attempted to use an object that has ceased to exist. + + + + +The storage has been changed since the last commit. + + + + +Attempted to use an object that is busy. + + + + +Invalid flag error. + + + + +That function is not implemented. + + + + +An unexpected error occurred. + + + + +The name %1 is not valid. + + + + +The file %1 is not a valid compound file. + + + + +An API call exited abnormally. + + + + +Illegal write of non-simple property to simple property set. + + + + +There is insufficient disk space to complete operation. + + + + +Invalid parameter error. + + + + +%1 already exists. + + + + +A lock violation has occurred. + + + + +A share violation has occurred. + + + + +A disk error occurred during a read operation. + + + + +A disk error occurred during a write operation. + + + + +An error occurred during a seek operation. + + + + +Disk is write-protected. + + + + +There are no more entries to return. + + + + +Invalid pointer error. + + + + +There is insufficient memory available to complete operation. + + + + +Attempted an operation on an invalid object. + + + + +Access Denied. + + + + +There are insufficient resources to open another file. + + + + +The path %1 could not be found. + + + + +%1 could not be found. + + + + +Unable to perform requested operation. + + + + +Circular dependency between types/modules. + + + + +Inconsistent property functions. + + + + +Error loading type library/DLL. + + + + +Error creating unique tmp file. + + + + +I/O Error. + + + + +Invalid number of arguments. + + + + +Type mismatch. + + + + +Incorrect inheritance depth in standard OLE hmember. + + + + +Duplicate ID in inheritance hierarchy. + + + + +Size may not exceed 64K. + + + + +Wrong module kind for the operation. + + + + +Function not defined in specified DLL. + + + + +Unknown LCID. + + + + +Name already exists in the library. + + + + +Ambiguous name. + + + + +Element not found. + + + + +Type mismatch. + + + + +Invalid forward reference, or reference to uncompiled type. + + + + +Qualified name disallowed. + + + + +Bound to unknown type. + + + + +Library not registered. + + + + +Error accessing the OLE registry. + + + + +Old format or invalid type library. + + + + +Old format or invalid type library. + + + + +Field name not defined in the record. + + + + +Buffer too small. + + + + +Buffer too small + + + + +Division by zero. + + + + +Does not support a collection. + + + + +Invalid callee. + + + + +Parameter not optional. + + + + +Invalid number of parameters. + + + + +Memory is locked. + + + + +Unknown language. + + + + +Invalid index. + + + + +Out of present range. + + + + +Exception occurred. + + + + +Bad variable type. + + + + +No named arguments. + + + + +Unknown name. + + + + +Type mismatch. + + + + +Parameter not found. + + + + +Member not found. + + + + +Unknown interface. + + + + +The class is not configured to support Elevated activation. + + + + +The activation requires that the RunAs value for the application is Activate As Activator. + + + + +The activation requires a display name to be present under the CLSID key. + + + + +The specified machine name was not found in the cache. + + + + +Not all the requested interfaces were available + + + + +The requested allocation size was too large + + + + +An allocation chain contained an invalid link pointer + + + + +An invalid root block pointer was specified + + + + +Object server is stopping when OLE service contacts it + + + + +Moniker path could not be normalized + + + + +OLE service could not communicate with the object server + + + + +Server execution failed + + + + +Bad path to object + + + + +RPC communication failed with OLE service + + + + +OLE service could not bind object + + + + +Attempt to create a class object failed + + + + +The task settings do not allow the task to start on demand. + + + + +The task has properties that are not compatible with previous versions of Windows. + + + + +The task is disabled. + + + + +The Task Scheduler service has asked the task to run. + + + + +The Task Scheduler service attempted to run the task, but the task did not run due to one of the constraints in the task definition. + + + + +The Task Scheduler service is too busy to handle your request. Please try again later. + + + + +The Task Scheduler service is not available. + + + + +The task image is corrupt or has been tampered with. + + + + +The task will not run because the user is not logged on. + + + + +An instance of this task is already running. + + + + +The task cannot be started after the trigger's end boundary. + + + + +The task XML contains too many nodes of the same type. + + + + +The task is registered, but may fail to start. Batch logon privilege needs to be enabled for the task principal. + + + + +The task is registered, but not all specified triggers will start the task. + + + + +The task XML is malformed. + + + + +The task XML is missing a required element or attribute. + + + + +The task XML contains a value which is incorrectly formatted or out of range. + + + + +The task XML contains an element or attribute from an unexpected namespace. + + + + +The task XML contains an unexpected node. + + + + +The Task Scheduler Service is not running. + + + + +The task has been configured with an unsupported combination of account settings and run time options. + + + + +The task object version is either unsupported or invalid. + + + + +Task Scheduler security services are available only on Windows NT. + + + + +Corruption was detected in the Task Scheduler security database; the database has been reset. + + + + +Unable to establish existence of the account specified. + + + + +No account information could be found in the Task Scheduler security database for the task indicated. + + + + +The object is either an invalid task object or is not a task object. + + + + +The task object could not be opened. + + + + +The Task Scheduler Service is not installed on this computer. + + + + +There is no running instance of the task. + + + + +One or more of the properties that are needed to run this task have not been set. + + + + +Trigger not found. + + + + +Event triggers don't have set run times. + + + + +Either the task has no triggers or the existing triggers are disabled or not set. + + + + +The last run of the task was terminated by the user. + + + + +One or more of the properties that are needed to run this task on a schedule have not been set. + + + + +There are no more runs scheduled for this task. + + + + +The task has not yet run. + + + + +The task will not run at the scheduled times because it has been disabled. + + + + +The task is currently running. + + + + +The task is ready to run at its next scheduled time. + + + + +Moniker is already registered in running object table + + + + +Common prefix is both monikers + + + + +Common prefix is input moniker + + + + +Common prefix is this moniker + + + + +Moniker reduced to itself + + + + +Unable to convert OLESTREAM to IStorage + + + + +Message is too long; some of it had to be truncated before displaying + + + + +Invalid window handle passed + + + + +Verb number is valid but verb cannot be done now + + + + +Invalid verb for OLE object + + + + +Some cache(s) not updated + + + + +Same cache + + + + +FORMATETC not supported + + + + +View is already frozen + + + + +Data has same FORMATETC + + + + +Use the default cursor + + + + +Drag-drop operation canceled + + + + +Successful drop took place + + + + +Macintosh clipboard format + + + + +Success, but static + + + + +Use the registry database to provide the requested information + + + + +The component made a call to EnterTransactionScope, but did not make a corresponding call to ExitTransactionScope before returning. + + + + +The component attempted to make a cross-context call between invocations of EnterTransactionScopeand ExitTransactionScope. This is not allowed. Cross-context calls cannot be made while inside of a transaction scope. + + + + +The TxIsolation Level property for the COM+ component being created is stronger than the TxIsolationLevel for the "root" component for the transaction. The creation failed. + + + + +The COM+ component requires synchronization, and it is not configured for it. + + + + +The COM+ component you created must use object construction to work correctly. + + + + +The COM+ component you created must use object pooling to work. + + + + +An attempt to use a database generated a database specific error. + + + + +An attempt to write a cookie failed. + + + + +IIS intrinsics not available. Start your work with IIS. + + + + +The components threading model has changed after install into a COM+ Application. Please re-install component. + + + + +The requested operation requires that the current context have a Transaction, and it does not + + + + +The requested operation requires that JIT be in the current context and it is not + + + + +COM+ Activation failed because an initialization function failed. Check the event log for more information. + + + + +COM+ activation failed because the activation could not be completed in the specified amount of time. + + + + +COM+ Activation failed due to a catalog or configuration error. + + + + +COM+ Activation failed. Check the event log for more information + + + + +An unexpected error occurred during COM+ Activation. + + + + +COM+ was unable to talk to the Microsoft Distributed Transaction Coordinator + + + + +The specified role was not configured for the application + + + + +You made a method call on a COM+ component that has a transaction that has already committed or aborted. + + + + +The component is configured to use synchronization and a thread has timed out waiting to enter the context. + + + + +The component is configured to use synchronization and this method call would cause a deadlock to occur. + + + + +There is no MTS object context + + + + +You made a method call on a COM+ component that has a transaction that has already aborted or in the process of aborting. + + + + +The root transaction wanted to commit, but transaction aborted + + + + +The resource manager has requested to be the coordinator (last resource manager) for the transaction. + + + + +The local transaction has not aborted. + + + + +The resource manager has performed a single-phase commit of the transaction. + + + + +An abort operation was already in progress. + + + + +The transaction was successfully aborted. However, the abort was non-retaining. + + + + +The sink is for the moment and wishes the transaction to proceed, but if other changes are made following this return by other event sinks then this sink wants another chance to look + + + + +The sink is content and wishes the transaction to proceed. Changes were made to one or more resources during this call. + + + + +No changes were made during this call, but the sink wants another chance to look if any other sinks make further changes. + + + + +The transaction was successfully aborted. However, this is a coordinated transaction, and some number of enlisted resources were aborted outright because they could not support abort-retaining semantics + + + + +The method call succeeded because the transaction was read-only. + + + + + XACT_S_DEFECT + + + + +An asynchronous operation was specified. The operation has begun, but its outcome is not known yet. + + + + + XACT_E_REPLAYREQUEST + + + + + XACT_E_INVALIDLSN + + + + + XACT_E_TRANSACTIONCLOSED + + + + + XACT_E_RECOVERYINPROGRESS + + + + + XACT_E_CLERKEXISTS + + + + + XACT_E_CLERKNOTFOUND + + + + +The local transaction has aborted. + + + + +MSDTC was unable to load the dtc proxy dll. + + + + +MSDTC was unable to read its configuration information. + + + + +The transaction manager has disabled its support for XA transactions. + + + + +The partner transaction manager has disabled its support for remote/network transactions. + + + + +The transaction manager has disabled its support for remote/network transactions. + + + + +The Transaction Manager has disabled its support for TIP. + + + + +The Transaction Manager on the destination machine is not available. + + + + +This transaction manager could not propagate a transaction from another TIP transaction manager. + + + + +This transaction manager encountered a protocol error with another TIP transaction manager. + + + + +This transaction manager failed to establish a connection with another TIP transaction manager. + + + + +Resource manager reenlistment to determine transaction status timed out. + + + + +A request to establish a connection with the transaction manager was denied. + + + + +A connection with the transaction manager was lost. + + + + +The Transaction Manager is not available. + + + + +The Transaction Manager returned a log full error. + + + + +The transaction has already been aborted. + + + + +The requested operation is already in progress for the transaction. + + + + +A time-out was specified, but time-outs are not supported. + + + + +The transaction status is in doubt. A communication failure occurred, or a transaction manager or resource manager has failed + + + + +The transaction cookie is invalid. + + + + +An import object for the transaction could not be found. + + + + +An enlistment in a transaction already exists. + + + + +The indicated unit of work does not match the unit of work expected by the resource manager. + + + + +This method was called in the wrong state + + + + +The resource manager id is not associated with this transaction or the transaction manager. + + + + +An invalid combination of flags was specified + + + + +The transaction has already been implicitly or explicitly committed or aborted + + + + +The transaction failed to commit due to the failure of optimistic concurrency control in at least one of the resource managers. + + + + +There is no resource presently associated with this enlistment + + + + +The requested semantics of retention of isolation across retaining commit and abort boundaries cannot be supported by this transaction implementation, or isoFlags was not equal to zero. + + + + +Unable to enlist in the transaction. + + + + +The transaction manager doesn't support an asynchronous operation for this method. + + + + +The requested isolation level is not valid or supported. + + + + +Some of the states of the resource may have been committed while others may have been aborted, likely because of heuristic decisions. + + + + +Some of the states of the resource were committed while others were aborted, likely because of heuristic decisions. + + + + +Instead of aborting, the resource heuristically committed. + + + + +Instead of committing, the resource heuristically aborted. + + + + +Cannot call commit on this transaction object because the calling application did not initiate the transaction. + + + + +The transaction failed to commit for an unknown reason. The transaction was aborted. + + + + +A retaining commit or abort is not supported + + + + +Another single phase resource manager has already been enlisted in this transaction. + + + + +The owner of the PerUser subscription is not logged on to the system specified + + + + +The event class for this subscription is in an invalid partition + + + + +Cannot modify or delete an object that was added using the COM+ Admin SDK + + + + +Cannot modify or delete an object that was not added using the COM+ Admin SDK + + + + +COM+ is required for this operation, but is not installed + + + + +Not all the objects requested could be removed + + + + +A subscription cannot be stored unless its event class already exists + + + + +An interface has too many methods to fire events from + + + + +A user-supplied component or subscriber raised an exception + + + + +The owner SID on a per-user subscription doesn't exist + + + + +An unexpected internal error was detected + + + + +An unexpected exception was raised + + + + +An invalid field name was used in a query string + + + + +A syntax error occurred trying to evaluate a query string + + + + +An event was delivered but there were no subscribers + + + + +An event was unable to invoke any of the subscribers + + + + +An event was able to invoke some but not all of the subscribers + + + + +Object has been released + + + + +Application was launched but it didn't register a class factory + + + + +Object is not connected to server + + + + +Object is already registered + + + + +Object is not registered + + + + +Wrong OS or OS version for application + + + + +Error in the DLL + + + + +DLL for class not found + + + + +Some error in application program + + + + +Application cannot be run more than once + + + + +Application not found + + + + +Invalid interface string + + + + +Invalid class string + + + + +Class of object cannot be determined + + + + +CoInitialize has already been called. + + + + +CoInitialize has not been called. + + + + +Moniker could not be enumerated + + + + +No common prefix + + + + +Moniker does not refer to storage + + + + +Moniker class has no inverse + + + + +User input required for operation to succeed + + + + +Moniker cannot open file + + + + +Moniker is not bound + + + + +Moniker is not bindable + + + + +Intermediate operation failed + + + + +Bad extension for file + + + + +No object for moniker + + + + +Invalid syntax + + + + +Operation unavailable + + + + +Moniker needs to be generic + + + + +Operation exceeded deadline + + + + +Moniker needs to be connected manually + + + + +CloseClipboard Failed + + + + +Data on clipboard is invalid + + + + +SetClipboard Failed + + + + +EmptyClipboard Failed + + + + +OpenClipboard Failed + + + + +There was an error in a Windows GDI call while converting the DIB to a bitmap. + + + + +Contents of IStorage is missing one of the standard streams + + + + +Contents of the IStorage not in correct format + + + + +There was an error in a Windows GDI call while converting the bitmap to a DIB + + + + +Contents of the OLESTREAM not in correct format + + + + +OLESTREAM Put method failed + + + + +OLESTREAM Get method failed + + + + +Space for tools is not available + + + + +Undo is not available + + + + +Invalid verb for OLE object + + + + +No verbs for OLE object + + + + +Cache not updated + + + + +An error occurred in the software installation data in the Active Directory. + + + + +The schema for the software installation data in the Active Directory does not match the required schema. + + + + +The size of this object exceeds the maximum size set by the Administrator. + + + + +A network error interrupted the operation. + + + + +The path to the software installation data in the Active Directory is not correct. + + + + +The software installation data object in the Active Directory already exists. + + + + +There is no software installation data object in the Active Directory. + + + + +There is no software installation data in the Active Directory. + + + + +The software installation data in the Active Directory is corrupt. + + + + +The CLSID was not found in the software installation data in the Active Directory. + + + + +Deleting this will break the referential integrity of the software installation data in the Active Directory. + + + + +No package in the software installation data in the Active Directory meets this criteria. + + + + +Description not found + + + + +CATID does not exist + + + + +Threading model entry is not valid + + + + +Interface not registered + + + + +Class not registered + + + + +Invalid value for registry + + + + +Could not find the key in the registry + + + + +Could not write key to registry + + + + +Could not read key from registry + + + + +Error drawing view + + + + +Class is not licensed for use + + + + +ClassFactory cannot supply requested class + + + + +Class does not support aggregation (or class object is remote) + + + + +Invalid window handle + + + + +This window has already been registered as a drop target + + + + +Trying to revoke a drop target that has not been registered + + + + +Object doesn't support IViewObject interface + + + + +tdSize parameter of the DVTARGETDEVICE structure is invalid + + + + +Invalid aspect(s) + + + + +Invalid clipboard format + + + + +Invalid tymed + + + + +Invalid lindex + + + + +Invalid STATDATA structure + + + + +Invalid STDGMEDIUM structure + + + + +Invalid DVTARGETDEVICE structure + + + + +Invalid FORMATETC structure + + + + +Not able to perform the operation because object is not given storage yet + + + + +Not able to convert object + + + + +Object is not in any of the inplace active states + + + + +Invalid window handle + + + + +compobj.dll is too old for the ole2.dll initialized + + + + +Invalid rectangle + + + + +User canceled out of save dialog + + + + +Object is static; operation not allowed + + + + +Not able to bind to the source + + + + +Not able to get the moniker of the object + + + + +Linked object's source class has changed + + + + +Uninitialized object + + + + +There is no cache to operate on + + + + +Need to run the object to perform this operation + + + + +There is no connection for this connection ID + + + + +This implementation doesn't take advises + + + + +Can't enumerate any more, because the associated data is missing + + + + +Invalid advise flags + + + + +Invalid OLEVERB structure + + + + +The server principal name (SPN) obtained during security negotiation is malformed. + + + + +The provided side-by-side configuration is invalid + + + + +The provided thread pool configuration is invalid + + + + +The provided tracker configuration is invalid + + + + +Unable to complete the call since there is no COM+ security context inside IObjectControl.Activate. + + + + +The server started, but did not finish initializing in a timely fashion. + + + + +The thread-pool rejected the submitted asynchronous work. + + + + +The common language runtime is not available + + + + +The component or application containing the component has been disabled. + + + + +Activations on the server are not paused. + + + + +Activations on the server are paused. + + + + +The specified activation could not occur in the client context as specified. + + + + +A Microsoft Software Installer error was encountered. + + + + +A dll must be loaded. + + + + +The operation attempted is not supported. + + + + +The registration information for this interface is inconsistent or incomplete. + + + + +The registration information for this server is inconsistent or incomplete. + + + + +The server did not respond after being launched. + + + + +This computer was unable to communicate with the computer providing the server. + + + + +The service providing this server could not be started. + + + + +The client is not allowed to launch this server. + + + + +The server process could not be started because the configured identity is incorrect. Check the username and password. + + + + +The server process could not be started as the configured identity. The pathname may be incorrect or unavailable. + + + + +The server process could not be started. The pathname may be incorrect. + + + + +A RunAs specification must be <domain name>\<user name> or simply <user name> + + + + +Use of Ole1 services requiring DDE windows is disabled + + + + +The class is configured to run as a security id different from the caller + + + + +A Remote activation was necessary but the server name provided was invalid + + + + +A Remote activation was necessary but was not allowed + + + + +There was an attempt to call CoInitialize a second time while single threaded + + + + +Failure attempting to launch OLE service + + + + +Unable to map view of file for OLE service + + + + +The OLE service file mapping already exists + + + + +The OLE service mutex already exists + + + + +The user supplied memory allocator is unacceptable + + + + +Could not allocate thread local storage channel control + + + + +Cannot set thread local storage channel control + + + + +Unable to initialize RPC services + + + + +Unable to initialize class cache + + + + +Get memory allocator failure + + + + +Get shared memory allocator failure + + + + +Thread local storage failure + + + + +The data necessary to complete this operation is not yet available. + + + + +General access denied error + + + + +Unspecified error + + + + +Operation aborted + + + + +Invalid handle + + + + +Invalid pointer + + + + +No such interface supported + + + + +One or more arguments are invalid + + + + +Ran out of memory + + + + +Not implemented + + + + +Catastrophic failure + + + + +The requested system device cannot be found. + + + + +The requested system device cannot be identified due to multiple indistinguishable devices potentially matching the identification criteria. + + + + +The caller of SetMonitorColorTemperature specified a color temperature that the current monitor did not support. This error implies that the monitor violated the MCCS 2.0 or MCCS 2.0 Revision 1 specification. + + + + +The monitor returned an invalid monitor technology type. CRT, Plasma and LCD (TFT) are examples of monitor technology types. This error implies that the monitor violated the MCCS 2.0 or MCCS 2.0 Revision 1 specification. + + + + +An internal Monitor Configuration API error occurred. + + + + +The Monitor Configuration API only works with monitors that support the MCCS 1.0 specification, MCCS 2.0 specification or the MCCS 2.0 Revision 1 specification. + + + + +The MCCS version in a monitor's mccs_ver capability does not match the MCCS version the monitor reports when the VCP Version (0xDF) VCP code is used. + + + + +The monitor does not comply with the MCCS specification it claims to support. + + + + +The monitor's VCP Version (0xDF) VCP code returned an invalid version value. + + + + +The monitor returned a DDC/CI capabilities string that did not comply with the ACCESS.bus 3.0, DDC/CI 1.1 or MCCS 2 Revision 1 specification. + + + + +Locale installation failed. + + + + +UI language installation failed. + + + + +User stopped resource enumeration. + + + + +The resource loader cache doesn't have loaded MUI entry. + + + + +The RC Manifest has invalid ultimatefallback name. + + + + +The RC Manifest has invalid culture name. + + + + +The RC Manifest is corrupted with garbage data or unsupported version or missing required item. + + + + +The resource loader failed to load MUI file because the file fail to pass validation. + + + + +The resource loader failed to find MUI file. + + + + +No active channel is found for the query. + + + + +The credential used by this subscription can't be found in credential store. + + + + +The credential store that is used to save credentials is full. + + + + +When forwarding events from local machine to itself, the query of the subscription can't contain target log of the subscription. + + + + +The log of the subscription is in disabled state, and can not be used to forward events to. The log must first be enabled before the subscription can be activated. + + + + +The subscription fails to activate. + + + + +Attempted to create a numeric type that is outside of its valid range. + + + + +The publisher has been disabled and its resource is not avaiable. This +usually occurs when the publisher is in the process of being uninstalled +or upgraded. + + + + +The channel at index %1!d! of the query can't be opened. + + + + +The resource is too new to be compatible. + + + + +The resource is too old to be compatible. + + + + +The locale specific resource for the desired message is not present. + + + + +The event definition could not be found for event id (%1). + + + + +The maximum number of replacements has been reached. + + + + +The description string for parameter reference (%1) could not be found. + + + + +The substitution string for insert index (%1) could not be found. + + + + +The message id for the desired message could not be found. + + + + +the message resource is present but the message is not found in the string/message table + + + + +The xpath expression exceeded supported complexity. Please symplify it or split it into two or more simple expressions. + + + + +The channel fails to activate. + + + + +Publisher property %1!s! contains invalid value. The value has invalid type, is outside of valid range, can't be updated or is not supported by this type of publisher. + + + + +Channel property %1!s! contains invalid value. The value has invalid type, is outside of valid range, can't be updated or is not supported by this type of channel. + + + + +The requested operation cannot be performed over an enabled direct channel. The channel must first be disabled before performing the requested operation. + + + + +The token encountered was unexpected. + + + + +This operator is unsupported by this implementation of the filter. + + + + +A syntax error occurred at position %1!d! + + + + +This data type is currently unsupported. + + + + +A step operation must involve either a node test or, in the case of a predicate, an algebraic expression against which to test each node in the node set identified by the preceeding node set can be evaluated. + + + + +Left hand side arguments to binary operators must be either attributes, nodes or variables and right hand side arguments must be constants. + + + + +Can't perform a step operation from a term that does not represent an element set. + + + + +An expression can only be followed by a change of scope operation if it itself evaluates to a node set and is not already part of some other change of scope operation. + + + + +Registered MSXML doesn't support validation. + + + + +Query result is currently at an invalid position. + + + + +The query result is stale / invalid. This may be due to the log being cleared or rolling over after the query result was created. Users should handle this code by releasing the query result object and reissuing the query. + + + + +Configuration error. + + + + +The caller is trying to subscribe to a direct channel which is not allowed. The events for a direct channel go directly to a logfile and cannot be subscribed to. + + + + +The specified xml text was not well-formed. See Extended Error for more details. + + + + +The specified channel could not be found. Check channel configuration. + + + + +The event data raised by the publisher is not compatible with the event template definition in the publisher's manifest + + + + +The specified publisher name is invalid. + + + + +The template for an event definition cannot be found in the resource (error = %1). + + + + +The publisher metadata cannot be found in the resource. + + + + +The specified query is invalid. + + + + +The specified channel path is invalid. + + + + +A component is missing file verification information in its manifest. + + + + +A generic command executable returned a result that indicates failure. + + + + +The SMI primitive installer failed during setup or servicing. + + + + +One or more required members of the transaction are not present. + + + + +The setting is not registered. + + + + +The size of the manifest exceeds the maximum allowed. + + + + +The file is not a part of the assembly. + + + + +The assembly is not a deployment. + + + + +The component identities are different. + + + + +The identities of the manifests are identical but their contents are different. + + + + +The character encoding in the XML declaration did not match the encoding used in the document. + + + + +An advanced installer failed during setup or servicing. + + + + +The component store has been corrupted. + + + + +The component must be locked before making the request. + + + + +A substitution string had no mapping. + + + + +The public key token does not correspond to the public key specified. + + + + +A string containing localized substitutable content was malformed. Either a dollar sign ($) was follwed by something other than a left parenthesis or another dollar sign or an substitution's right parenthesis was not found. + + + + +The identity string is malformed. This may be due to a trailing comma, more than two unnamed attributes, missing attribute name or missing attribute value. + + + + +An identity contains two definitions for the same attribute. + + + + +The name of an attribute in an identity is not within the legal range. + + + + +The value of an attribute in an identity is not within the legal range. + + + + +The activation context of system default assembly could not be generated. + + + + +A kernel mode component is releasing a reference on an activation context. + + + + +A component used by the isolation facility has requested to terminate the process. + + + + +The activation context being deactivated has already been deactivated. + + + + +The activation context being deactivated is not active for the current thread of execution. + + + + +The activation context being deactivated is not the most recently activated one. + + + + +The application isolation metadata for this process or thread has become corrupt. + + + + +The activation context activation stack for the running thread of execution is corrupt. + + + + +The referenced assembly could not be found. + + + + +The supplied assembly identity has one or more attribute names that contain characters not permitted in XML names. + + + + +The supplied assembly identity is missing one or more attributes which must be present in this context. + + + + +Assembly Protection Error : The catalog for an assembly is missing. + + + + +An HRESULT could not be translated to a corresponding Win32 error code. + + + + +Assembly Protection Error : The catalog for an assembly is not valid, or does not match the assembly's manifest. + + + + +Assembly Protection Error : The public key for an assembly was too short to be allowed. + + + + +Assembly Protection Error : Unable to recover the specified assembly. + + + + +Manifest Parse Error : Missing equals sign between attribute and attribute value. + + + + +Manifest Parse Error : Invalid version number. + + + + +Manifest Parse Error : The standalone attribute cannot be used in external entities. + + + + +Manifest Parse Error : The standalone attribute must have the value 'yes' or 'no'. + + + + +Manifest Parse Error : The name 'xml' is reserved and must be lower case. + + + + +Manifest Parse Error : Switch from current encoding to specified encoding not supported. + + + + +Manifest Parse Error : System does not support the specified encoding. + + + + +Manifest Parse Error : The namespace prefix is not allowed to start with the reserved string "xml". + + + + +Manifest Parse Error : A CDATA section was not closed. + + + + +Manifest Parse Error : A declaration was not closed. + + + + +Manifest Parse Error : A comment was not closed. + + + + +Manifest Parse Error : A string literal was not closed. + + + + +Manifest Parse Error : End element was missing the character '>'. + + + + +Manifest Parse Error : Element was not closed. + + + + +Manifest Parse Error : Parameter entities cannot be used inside markup declarations in an internal subset. + + + + +Manifest Parse Error : Unexpected end of file. + + + + +Manifest Parse Error : XML document must have a top level element. + + + + +Manifest Parse Error : Invalid xml declaration. + + + + +Manifest Parse Error : Invalid at the top level of the document. + + + + +Manifest Parse Error : Only one top level element is allowed in an XML document. + + + + +Manifest Parse Error : Duplicate attribute. + + + + +Manifest Parse Error : The following tags were not closed: %1. + + + + +Manifest Parse Error : End tag was not expected at this location. + + + + +Manifest Parse Error : Expecting whitespace or '?'. + + + + +Manifest Parse Error : Invalid unicode character value for this platform. + + + + +Manifest Parse Error : Invalid character for hexidecimal digit. + + + + +Manifest Parse Error : Invalid character for decimal digit. + + + + +Manifest Parse Error : Multiple colons are not allowed in a name. + + + + +Manifest Parse Error : A single or double closing quote character (\' or \") is missing. + + + + +Manifest Parse Error : Missing parenthesis. + + + + +Manifest Parse Error : End of file reached in invalid state for current encoding. + + + + +Manifest Parse Error : Whitespace is not allowed at this location. + + + + +Manifest Parse Error : Internal error. + + + + +Manifest Parse Error : Unbalanced parentheses. + + + + +Manifest Parse Error : A semi colon character was expected. + + + + +Manifest Parse Error : The character '>' was expected. + + + + +Manifest Parse Error : Required white space was missing. + + + + +Manifest Parse Error : An Invalid character was found in text content. + + + + +Manifest Parse Error : Invalid syntax for an xml declaration. + + + + +Manifest Parse Error : A string literal contained an invalid character. + + + + +Manifest Parse Error : A name contained an invalid character. + + + + +Manifest Parse Error : A name was started with an invalid character. + + + + +Manifest Parse Error : Incorrect syntax was used in a comment. + + + + +Manifest Parse Error : A string literal was expected, but no opening quote character was found. + + + + +The policy manifest contains one or more syntax errors. + + + + +A component's file does not match the verification information present in the component manifest. + + + + +Two or more components referenced directly or indirectly by the application manifest are different versions of the same component which is not permitted. + + + + +Two or more components referenced directly or indirectly by the application manifest have the same COM ProgIDs. + + + + +Two or more components referenced directly or indirectly by the application manifest have the same COM type library TLBIDs. + + + + +Two or more components referenced directly or indirectly by the application manifest have proxies for the same COM interface IIDs. + + + + +Two or more components referenced directly or indirectly by the application manifest have the same COM server CLSIDs. + + + + +Two or more components referenced directly or indirectly by the application manifest have window classes with the same name. + + + + +Two or more components referenced directly or indirectly by the application manifest have files by the same name. + + + + +The private manifest probed has crossed reparse-point-associated path + + + + +The manifest has a default namespace specified on the assembly element but its value is not "urn:schemas-microsoft-com:asm.v1". + + + + +The manifest is missing the required default namespace specification on the assembly element. + + + + +The manifest contains an attribute for the assembly identity which is not valid. + + + + +The manifest for an assembly used by the application has a reference to a dependent assembly which is not installed + + + + +The application manifest contains a reference to a dependent assembly which is not installed + + + + +The manifest contains a reference to an invalid URI. + + + + +The encoding requested is not recognized. + + + + +The encoding group identifier specified is not recognized. + + + + +An attempt to set the process default activation context failed because the process default activation context was already set. + + + + +Lack of system resources has required isolated activation to be disabled for the current thread of execution. + + + + +The type requested activation context section does not match the query API used. + + + + +A component version required by the application conflicts with another component version already active. + + + + +The requested lookup key was not found in any active activation context. + + + + +The application attempted to activate a disabled activation context. + + + + +The manifest file contains one or more syntax errors. + + + + +The manifest file does not begin with the required tag and format information. + + + + +The referenced assembly is not installed on your system. + + + + +The application binding data format is invalid. + + + + +The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log for more detail. + + + + +The requested section was not present in the activation context. + + + + +IPsec dropped a clear text packet. + + + + +IPsec integrity check failed. + + + + +IPsec header and/or trailer in the packet is invalid. + + + + +Packet sequence number replay check failed. + + + + +Packet was received on an IPsec SA that doesn't match the packet characteristics. + + + + +Packet was received on an IPsec SA whose lifetime has expired. + + + + +The SPI in the packet does not match a valid IPsec SA. + + + + + ERROR_IPSEC_IKE_NEG_STATUS_END + + + + +Too many dynamically added IKEEXT filters were detected. + + + + +Quick mode SA was expired by IPsec driver. + + + + +Parameters of the main mode are invalid for this quick mode. + + + + +Error processing NatOA payload. + + + + +Could not verify binding between CGA address and certificate. + + + + +IKE service is shutting down. + + + + +Sent DOS cookie notify to intiator. + + + + +Received invalid authentication offers. + + + + +Received unexpected message ID. + + + + +Certificate doesn't chain to a trusted root in IPsec policy. + + + + +Main mode SA assumed to be invalid because peer stopped responding. + + + + +Main mode SA lifetime expired or peer sent a main mode delete. + + + + +Reached maximum quick mode limit for the main mode. New main mode will be started. + + + + +IKE received a policy that disables negotiation. + + + + +Max number of established MM SAs to peer exceeded. + + + + +Key length in certificate is too small for configured security requirements. + + + + +The lifetime value received in the Responder Lifetime Notify is below the Windows 2000 configured minimum value. Please fix the policy on the peer machine. + + + + +Temporary state created to perform reinit. This is not a real failure. + + + + +Deleted via RPC call + + + + +Load failed + + + + +Invalid certificate signature + + + + +Invalid authentication algorithm + + + + +Invalid encryption algorithm + + + + +Invalid hash size + + + + +Invalid hash algorithm + + + + +Hash verification failed + + + + +Unsupported ID + + + + +Policy match error + + + + +Error decrypting payload + + + + +Error encrypting payload + + + + +Invalid Diffie-Hellman group + + + + +Diffie-Hellman failure + + + + +Invalid situation + + + + +Invalid DOI + + + + +Invalid policy + + + + +Failed to add Security Association to IPSec Driver. The most common cause for this is if the IKE negotiation took too long to complete. If the problem persists, reduce the load on the faulting machine. + + + + +Memory allocation failed. + + + + +Given filter is invalid + + + + +Failed to obtain new SPI for the inbound SA from Ipsec driver. The most common cause for this is that the driver does not have the correct filter. Check your policy to verify the filters. + + + + +Failed to determine SSPI principal name for ISAKMP/ERROR_IPSEC_IKE service (QueryCredentialsAttributes). + + + + +Failed to obtain Kerberos server credentials for ISAKMP/ERROR_IPSEC_IKE service. Kerberos authentication will not function. The most likely reason for this is lack of domain membership. This is normal if your computer is a member of a workgroup. + + + + +Failed to query Kerberos package to obtain max token size. + + + + +Failed to obtain security function table dispatch address from SSPI. + + + + +Failed to load SECURITY.DLL. + + + + +Failed to enabled TCB privilege. + + + + +There is no available Main Mode IKE policy. + + + + +New policy invalidated SAs formed with old policy + + + + +Certification Revocation check of peer's certificate failed + + + + +Peer failed to send valid machine certificate + + + + +Invalid cookie received. + + + + +Soft SA torn down + + + + +Soft SA loaded + + + + +Invalid payload received + + + + +Error processing VendorId payload + + + + +Error processing Delete Payload + + + + +Error processing Notify payload + + + + +Error processing Nonce payload + + + + +Error processing Signature payload + + + + +Error processing Hash payload + + + + +Error processing Certificate Request payload + + + + +Error processing Cert payload + + + + +Error processing ID payload + + + + +Error processing KE payload + + + + +Error processing Transform payload + + + + +Error processing Proposal payload + + + + +Error processing SA payload + + + + +Error processing error payload + + + + +Peer's certificate did not have a public key + + + + +Failed to authenticate using kerberos + + + + +Failed to verify signature + + + + +No policy configured + + + + +Invalid header + + + + +Failure in Diffie-Helman computation + + + + +IKE negotiation failed because the machine certificate used does not have a private key. IPsec certificates require a private key. Contact your Network Security administrator about replacing with a certificate that has a private key. + + + + +Invalid certificate type + + + + +Invalid certificate key usage + + + + +Certificate Revocation Check failed + + + + +Unknown error occurred + + + + +Negotiation took too long + + + + +Negotiation took too long + + + + +No response from peer + + + + +Negotiation request sat in Queue too long + + + + +Negotiation request sat in Queue too long + + + + +Negotiation request sat in Queue too long + + + + +Negotiation request sat in Queue too long + + + + +IKE SA deleted before establishment completed + + + + +IKE SA deleted by peer before establishment completed + + + + +IKE failed to find valid machine certificate. Contact your Network Security Administrator about installing a valid certificate in the appropriate Certificate Store. + + + + +Negotiation timed out + + + + +General processing error + + + + +IKE Negotiation in progress + + + + +IKE security attributes are unacceptable + + + + +IKE authentication credentials are unacceptable + + + + + ERROR_IPSEC_IKE_NEG_STATUS_BEGIN + + + + +The Quick Mode policy was successfully added, but some of the requested offers are not supported. + + + + +The Main Mode policy was successfully added, but some of the requested offers are not supported. + + + + +The Quick Mode policy is pending deletion. + + + + +The Main Mode authentication bundle is pending deletion. + + + + +The Main Mode policy is pending deletion. + + + + +The tunnel filter is pending deletion. + + + + +The transport filter is pending deletion. + + + + +The Main Mode filter is pending deletion. + + + + +The specified tunnel mode filter was not found. + + + + +The specified tunnel mode filter exists. + + + + +The specified default quick mode policy was not found. + + + + +The specified default main mode authentication list was not found. + + + + +The specified default main mode policy was not found. + + + + +The specified main mode authentication list is being used. + + + + +The specified main mode authentication list was not found. + + + + +The specified main mode authentication list exists. + + + + +The specified transport mode filter does not exist. + + + + +The specified transport mode filter already exists. + + + + +The specified main mode filter was not found. + + + + +The specified main mode filter already exists. + + + + +The specified main mode policy is being used. + + + + +The specified main mode policy was not found + + + + +The specified main mode policy already exists. + + + + +The specified quick mode policy is being used. + + + + +The specified quick mode policy was not found. + + + + +The specified quick mode policy already exists. + + + + +A reserved policy element was found in the QOS provider-specific buffer. + + + + +An invalid shaping rate object was found in the QOS provider-specific buffer. + + + + +An invalid shape discard mode object was found in the QOS provider specific buffer. + + + + +An invalid FILTERSPEC was found in the QOS provider-specific buffer. + + + + +An invalid or inconsistent flowspec was found in the QOS provider specific buffer. + + + + +An invalid QOS flow descriptor was found in the flow descriptor list. + + + + +An invalid policy object was found in the QOS provider-specific buffer. + + + + +An unrecognized object was found in the QOS provider-specific buffer. + + + + +An incorrect number of flow descriptors was specified in the QOS structure. + + + + +An object with an invalid ObjectLength field was specified in the QOS provider-specific buffer. + + + + +An incorrect number of QOS FILTERSPECs were specified in the FLOWDESCRIPTOR. + + + + +An invalid QOS filter type was used. + + + + +An invalid QOS filter style was used. + + + + +Invalid QOS provider-specific buffer. + + + + +An invalid or inconsistent flowspec was found in the QOS structure. + + + + +An invalid or unrecognized service type was found in the flowspec. + + + + +General QOS error. + + + + +Problem with some part of the flowspec. + + + + +Problem with some part of the filterspec or providerspecific buffer in general. + + + + +Unknown or conflicting style. + + + + +Rejected for administrative reasons - bad credentials. + + + + +Error due to lack of resources. + + + + +Reserve has been confirmed. + + + + +There are no receivers. + + + + +There are no senders. + + + + +At least one path has arrived. + + + + +At least one reserve has arrived. + + + + +The requested name is valid, but no data of the requested type was found. + + + + +A non-recoverable error occurred during a database lookup. + + + + +This is usually a temporary error during hostname resolution and means that the local server did not receive a response from an authoritative server. + + + + +No such host is known. + + + + +A database query failed because it was actively refused. + + + + +A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled. + + + + +No more results can be returned by WSALookupServiceNext. + + + + +The specified class was not found. + + + + +No such service is known. The service cannot be found in the specified name space. + + + + +A system call that should never fail has failed. + + + + +The requested service provider could not be loaded or initialized. + + + + +The requested service provider is invalid. + + + + +The procedure call table is invalid. + + + + +A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled. + + + + +No more results can be returned by WSALookupServiceNext. + + + + +Returned by WSARecv or WSARecvFrom to indicate the remote party has initiated a graceful shutdown sequence. + + + + +Either the application has not called WSAStartup, or WSAStartup failed. + + + + +The Windows Sockets version requested is not supported. + + + + +WSAStartup cannot function at this time because the underlying system it uses to provide network services is currently unavailable. + + + + +Item is not available locally. + + + + +File handle reference is no longer available. + + + + +Ran out of disk quota. + + + + +Ran out of quota. + + + + +A Windows Sockets implementation may have a limit on the number of applications that may use it simultaneously. + + + + +Cannot remove a directory that is not empty. + + + + +A socket operation was attempted to an unreachable host. + + + + +A socket operation failed because the destination host was down. + + + + +Name component or name was too long. + + + + +Cannot translate name. + + + + +No connection could be made because the target machine actively refused it. + + + + +A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. + + + + +Too many references to some kernel object. + + + + +A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call. + + + + +A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied. + + + + +A connect request was made on an already connected socket. + + + + +An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full. + + + + +An existing connection was forcibly closed by the remote host. + + + + +An established connection was aborted by the software in your host machine. + + + + +The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress. + + + + +A socket operation was attempted to an unreachable network. + + + + +A socket operation encountered a dead network. + + + + +The requested address is not valid in its context. + + + + +Only one usage of each socket address (protocol/network address/port) is normally permitted. + + + + +An address incompatible with the requested protocol was used. + + + + +The protocol family has not been configured into the system or no implementation for it exists. + + + + +The attempted operation is not supported for the type of object referenced. + + + + +The support for the specified socket type does not exist in this address family. + + + + +The requested protocol has not been configured into the system, or no implementation for it exists. + + + + +An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call. + + + + +A protocol was specified in the socket function call that does not support the semantics of the socket type requested. + + + + +A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself. + + + + +A required address was omitted from an operation on a socket. + + + + +An operation was attempted on something that is not a socket. + + + + +An operation was attempted on a non-blocking socket that already had an operation in progress. + + + + +A blocking operation is currently executing. + + + + +A non-blocking socket operation could not be completed immediately. + + + + +Too many open sockets. + + + + +An invalid argument was supplied. + + + + +The system detected an invalid pointer address in attempting to use a pointer argument in a call. + + + + +An attempt was made to access a socket in a way forbidden by its access permissions. + + + + +The file handle supplied is not valid. + + + + +A blocking operation was interrupted by a call to WSACancelBlockingCall. + + + + +The application directory partition operation failed. The domain controller holding the domain naming master role is down or unable to service the request or is not running Windows Server 2003. + + + + +The directory partition is not available at this time. Please wait a few minutes and try again. + + + + +This DNS server is already enlisted in the specified directory partition. + + + + +This DNS server is not enlisted in the specified directory partition. + + + + +The specified directory partition already exists. + + + + +The specified directory partition does not exist. + + + + +No DNS servers configured for local system. + + + + +TCP/IP network protocol not installed. + + + + +Secure update call needs to continue update request. + + + + +Added local WINS server. + + + + +DNS zone transfer failed. + + + + +DNS AXFR (zone transfer) complete. + + + + +An alias loop has been detected with either CNAME or DNAME records. + + + + +A DNAME record already exists for given name. + + + + +Node is a DNAME DNS record. + + + + +DNS server not creating or reading the boot file for the directory service integrated DNS zone. + + + + +DNS zone already exists in the directory service. + + + + +The directory service is unavailable. + + + + +DNS domain was undeleted. + + + + +Could not create pointer (PTR) record. + + + + +DNS name does not exist. + + + + +Could not create DNS cache data. + + + + +Secondary DNS zone data error. + + + + +DNS record already exists. + + + + +Record only at DNS zone root. + + + + +A CNAME record already exists for given name. + + + + +Node is a CNAME DNS record. + + + + +CNAME loop detected. + + + + +Name not in DNS zone. + + + + +DNS record timed out. + + + + +Unknown DNS record type. + + + + +Node creation failure in DNS. + + + + +DNS record format error. + + + + +DNS record does not exist. + + + + +Failure while reading datafile for DNS zone. + + + + +Failed to write datafile for DNS zone. + + + + +Failed to open datafile for DNS zone. + + + + +Invalid datafile name for DNS zone. + + + + +Primary DNS zone requires datafile. + + + + +The operation cannot be performed because this zone is shutdown. + + + + +This zone must be configured with one or more master DNS server IP addresses. + + + + +A conditional forwarding zone already exists for that name. + + + + +Invalid delete of start of authority (SOA) + + + + +NBTSTAT initialization call failed. + + + + +Need WINS servers. + + + + +WINS initialization failed. + + + + +Need secondary IP address. + + + + +DNS zone not secondary. + + + + +Secondary DNS zone requires master IP address. + + + + +Invalid DNS zone type. + + + + +DNS automatic zone already exists. + + + + +DNS zone already exists. + + + + +DNS zone creation failed. + + + + +DNS zone is locked. + + + + +DNS zone has no Name Server (NS) record. + + + + +DNS zone has no start of authority (SOA) record. + + + + +Invalid DNS zone configuration. + + + + +Invalid operation for DNS zone. + + + + +DNS zone information not available. + + + + +DNS zone does not exist. + + + + +No data is allowed to exist underneath a DNAME record. + + + + +The operation requested is not permitted on against a DNS server running on a read-only DC. + + + + +This operation is not allowed while the DNS server is loading zones in the background. Please try again later. + + + + +The specified value is too large for this parameter. + + + + +The specified value is too small for this parameter. + + + + +The DNS server found root hints but they were not consistent across all adapters. + + + + +The DNS server could not find a set of root hints. + + + + +The record could not be created because this part of the DNS namespace has been delegated to another server. + + + + +The operation requested is not permitted on a DNS root server. + + + + +DNS name is entirely numeric. + + + + +DNS name contains an invalid character. + + + + +DNS name is a single-part name. + + + + +DNS name is dotted (multi-label). + + + + +DNS name is a fully-qualified DNS name. + + + + +DNS name does not comply with RFC specifications. + + + + +Record for given name and type is not unique. + + + + +Try DNS operation again later. + + + + +Invalid property. + + + + +Invalid IP address. + + + + +Invalid DNS type. + + + + +Unsecured DNS packet. + + + + +DNS error, check rcode. + + + + +No DNS packet. + + + + +Bad DNS packet. + + + + +No records found for given DNS query. + + + + +DNS signature validity expired. + + + + +DNS bad key. + + + + +DNS signature failed to verify. + + + + +DNS name in update or prereq is not in zone. + + + + +DNS server not authoritative for zone. + + + + +DNS RR set that ought to exist, does not exist. + + + + +DNS RR set that ought not exist, does exist. + + + + +DNS name that ought not exist, does exist. + + + + +DNS operation refused. + + + + +DNS request not supported by name server. + + + + +DNS name does not exist. + + + + +DNS server failure. + + + + +DNS server unable to interpret format. + + + + +The address books are nested too deeply. Failed to build the hierarchy table. + + + + +The search flags for the attribute are invalid. The tuple index bit is valid only on attributes of Unicode strings. + + + + +The search flags for the attribute are invalid. The subtree index bit is valid only on single valued attributes. + + + + +A required audit event could not be generated for the operation. + + + + +The requested search operation is not supported for ASQ searches. + + + + +The NTDS Settings object for the domain controller does not exist. + + + + +The server object for the domain controller does not exist. + + + + +Could not find a writable domain controller in the domain. + + + + +The local account store does not contain secret material for the specified account. + + + + +The site settings object for the specified site does not exist. + + + + +At this time, it cannot be determined if the branch replication policy is available on the hub domain controller. Please retry at a later time to account for replication latencies. + + + + +The scheduled replication did not take place because the system was too busy to execute the request within the schedule window. The replication queue is overloaded. Consider reducing the number of partners or decreasing the scheduled replication frequency. + + + + +The LDAP servers network send queue has filled up because the client is not processing the results of it's requests fast enough. No more requests will be processed until the client catches up. If the client does not catch up then it will be disconnected. + + + + +The requested operation is not allowed on an object under the system container. + + + + +The directory service cannot replicate with this server because the time since the last replication with this server has exceeded the tombstone lifetime. + + + + +The directory service detected a child partition below the requested partition name. The partition hierarchy must be created in a top down method. + + + + +The Directory Service cannot perform the requested operation because a domain rename operation is in progress. + + + + +The target container for a redirection of a well known object container cannot already be a special container. + + + + +The FSMO role ownership could not be verified because its directory partition has not replicated successfully with atleast one replication partner. + + + + +Cross-domain move of non-empty query based application groups is not allowed. + + + + +Cross-domain move of non-empty basic application groups is not allowed. + + + + +The group cannot be converted due to attribute restrictions on the requested group type. + + + + +Insufficient attributes were given to create an object. This object may not exist because it may have been deleted and already garbage collected. + + + + +The requested object has a non-unique identifier and cannot be retrieved. + + + + +Writeable NCs prevent this DC from demoting. + + + + +The DS cannot derive a service principal name (SPN) with which to mutually authenticate the target server because the server's domain has been deleted from the forest. + + + + +A cross reference is in use locally with the same name. + + + + +The remote create cross reference operation failed on the Domain Naming Master FSMO. The operation's error is in the extended data. + + + + +The Directory Service cannot process the script because it is invalid. + + + + +The directory service failed to authorize the request. + + + + +Schema deletion failed: attribute is used in rDNAttID. + + + + +Schema update failed: Duplicate msDS-INtId. Retry the operation. + + + + +Schema update failed: No values for msDS-IntId are available. + + + + +Operation not allowed on a disabled cross ref. + + + + +The directory service binding must be renegotiated due to a change in the server +extensions information. + + + + +The directory service cannot perform the requested operation because the servers +involved are of different replication epochs (which is usually related to a +domain rename that is in progress). + + + + +The Directory Service cannot process the script because of an error. + + + + +The Directory Service cannot parse the script because of a syntax error. + + + + +The Directory Service failed to enter single user mode. + + + + +The DS cannot derive a service principal name (SPN) with which to mutually authenticate the target server because the corresponding server object in the local DS database has no serverReference attribute. + + + + +The Global catalog server is not in the closest site. + + + + +The thread limit for this request was exceeded. + + + + +The directory cannot validate the proposed naming context (or partition) name because it does not hold a replica nor can it contact a replica of the naming context above the proposed naming context. Please ensure that the parent naming context is properly registered in DNS, and at least one replica of this naming context is reachable by the Domain Naming master. + + + + +Could not access a partition of the directory service located on a remote server. Make sure at least one server is running for the partition in question. + + + + +The requested action is not supported on standard server. + + + + +Unable to resolve completely, a referral to another forest is generated. + + + + +This object is not allowed to change its grandparent container. Moves are not forbidden on this object, but are restricted to sibling containers. + + + + +A system flag has been set on the object and does not allow the object to be moved or renamed. + + + + +Move operations on objects in the schema naming context are not allowed. + + + + +Rename or move operations on naming context heads or read-only objects are not allowed. + + + + +An account group cannot have a universal group as a member. + + + + +Schema update failed: There are no link identifiers available. + + + + +Schema update failed: The link identifier is reserved. + + + + +Unable to find a valid security descriptor reference domain for this partition. + + + + +Unable to continue operation because multiple conflicting controls were used. + + + + +The database is out of version store. + + + + +The machine account was created pre-NT4. The account needs to be recreated. + + + + +The requested name already exists as a unique identifier. + + + + +The sort order requested is not supported. + + + + +The forest functional level cannot be raised to the requested value since one or more domains are still in mixed domain mode. All domains in the forest must be in native mode, for you to raise the forest functional level. + + + + +The functional level of the domain (or forest) cannot be raised to the requested value, because there exist one or more domain controllers in the domain (or forest) that are at a lower incompatible functional level. + + + + +The version of the operating system installed on this server is incompatible with the functional level of the domain or forest. + + + + +The version of the operating system installed on this server no longer supports the current domain functional level. You must raise the domain functional level before this server can become a domain controller in this domain. + + + + +The version of the operating system installed on this server no longer supports the current forest functional level. You must raise the forest functional level before this server can become a domain controller in this forest. + + + + +The version of the operating system installed is incompatible with the current domain functional level. You must upgrade to a new version of the operating system before this server can become a domain controller in this domain. + + + + +The version of the operating system installed is incompatible with the current forest functional level. You must upgrade to a new version of the operating system before this server can become a domain controller in this forest. + + + + +Security Accounts Manager initialization failed because of the following error: %1. +Error Status: 0x%2. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further. + + + + +Directory Services could not start because of the following error: %1. +Error Status: 0x%2. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further. + + + + +Critical Directory Service System objects cannot be deleted during tree delete operations. The tree delete may have been partially performed. + + + + +For security reasons, the source DC must be NT4SP4 or greater. + + + + +For security reasons, the operation must be run on the destination DC. + + + + +Your computer could not be joined to the domain. You have exceeded the maximum number of computer accounts you are allowed to create in this domain. Contact your system administrator to have this limit reset or increased. + + + + +The unicodePwd attribute value must be enclosed in double quotes. + + + + +A Filter was passed that uses constructed attributes. + + + + +A Service Principal Name (SPN) could not be constructed because the provided hostname is not in the necessary format. + + + + +Security principal objects can only be created inside domain naming contexts. + + + + +The operation requires that source domain auditing be enabled. + + + + +The checkpoint with the PDC could not be taken because there too many modifications being processed currently. + + + + +The attribute is not allowed to be replicated to the GC because of security reasons. + + + + +Foreign security principals cannot be members of universal groups. + + + + +A local group can only be a member of other local groups in the same domain. + + + + +The requested operation can be performed only on a global catalog server. + + + + +The requested domain could not be deleted because there exist domain controllers that still host this domain. + + + + +The replication update could not be applied because either the source or the destination has not yet received information regarding a recent cross-domain move operation. + + + + +The replication operation could not be completed due to a previous schema incompatibility. + + + + +The replication operation could not be completed due to a schema incompatibility. + + + + +Schema information could not be included in the replication request. + + + + +Security Accounts Manager initialization failed because of the following error: %1. +Error Status: 0x%2. Click OK to shut down the system and reboot into Safe Mode. Check the event log for detailed information. + + + + +The source and destination object must be of the same type. + + + + +The source object's SID already exists in destination forest. + + + + +The source object must be a group or user. + + + + +The operation couldn't locate a DC for the source domain. + + + + +The operation requires that destination domain auditing be enabled. + + + + +The destination domain must be in the forest. + + + + +The source domain may not be in the same forest as destination. + + + + +The connection between client and server requires packet privacy or better. + + + + +Directory Services could not start. + + + + +Directory Service cannot start. + + + + +Security Account Manager needs to get the boot key from floppy disk. + + + + +Security Account Manager needs to get the boot password. + + + + +The syntax of the linked attribute being added is incorrect. Forward links can only have syntax 2.5.5.1, 2.5.5.7, and 2.5.5.14, and backlinks can only have syntax 2.5.5.1 + + + + +The object requested was not found, but an object with that key was found. + + + + +The Security Descriptor attribute could not be read. + + + + +While processing a change to the DNS Host Name for an object, the Service Principal Name values could not be kept in sync. + + + + +The DSA operation is unable to proceed because of a DNS lookup failure. + + + + +Only DSAs configured to be Global Catalog servers should be allowed to hold the Domain Naming Master FSMO role. (Applies only to Windows 2000 servers) + + + + +The schema cache load failed to convert the string default SD on a class-schema object. + + + + +A group with primary members cannot change to a security-disabled group. + + + + +A local group cannot have another cross domain local group as a member. + + + + +A global group cannot have a cross-domain member. + + + + +A universal group cannot have a local group as a member. + + + + +A global group cannot have a universal group as a member. + + + + +A global group cannot have a local group as a member. + + + + +You cannot nest local groups in a mixed domain if the group is security-enabled. + + + + +You cannot nest global groups in a mixed domain if the group is security-enabled. + + + + +The specified group type is invalid. + + + + +The replica/child install failed to read the objectVersion attribute in the SCHEMA section of the file schema.ini in the system32 directory. + + + + +The replica/child install failed to get the objectVersion attribute on the schema container on the source DC. Either the attribute is missing on the schema container or the credentials supplied do not have permission to read it. + + + + +An object of this class cannot be created under the schema container. You can only create attribute-schema and class-schema objects under the schema container. + + + + +Schema update is not allowed on this DC because the DC is not the schema FSMO Role Owner. + + + + +Adding a new mandatory attribute to an existing class, deleting a mandatory attribute from an existing class, or adding an optional attribute to the special class Top that is not a backlink attribute (directly or through inheritance, for example, by adding or deleting an auxiliary class) is not allowed. + + + + +An attempt is made to modify the base schema. + + + + +Cannot change the primary group ID of a domain controller account. + + + + +Only an administrator can modify the membership list of an administrative group. + + + + +Security Accounts Manager initialization failed because of the following error: %1. +Error Status: 0x%2. Click OK to shut down the system and reboot into Directory Services Restore Mode. Check the event log for detailed information. + + + + +The directory service failed to identify the list of objects to delete while attempting a tree deletion. + + + + +The directory service failed to lock a tree in preparation for a tree deletion because the tree was in use. + + + + +Tree deletions starting at an object which has an NC head as a descendant are not allowed. + + + + +The search flags for the attribute are invalid. The ANR bit is valid only on attributes of Unicode or Teletex strings. + + + + +Cross-domain move of non-empty resource groups is not allowed. + + + + +Cross-domain move of non-empty account groups is not allowed. + + + + +The operation cannot be performed because the server does not have an infrastructure container in the domain of interest. + + + + +Destination domain must be in native mode. + + + + +The directory cannot validate the proposed naming context name because it does not hold a replica of the naming context above the proposed naming context. Please ensure that the domain naming master role is held by a server that is configured as a global catalog server, and that the server is up to date with its replication partners. (Applies only to Windows 2000 Domain Naming masters) + + + + +A naming context head must be the immediate child of another naming context head, not of an interior node. + + + + +Can't move objects with memberships across domain boundaries as once moved, this would violate the membership conditions of the account group. Remove the object from any account group memberships and retry. + + + + +This object may not be moved across domain boundaries either because cross-domain moves for this class are disallowed, or the object has some special characteristics, e.g.: trust account or restricted RID, which prevent its move. + + + + +A cross-domain move operation failed such that two versions of the moved object exist - one each in the source and destination domains. The destination object needs to be removed to restore the system to a consistent state. + + + + +Another operation which requires exclusive access to the PDC FSMO is already in progress. + + + + +Object being moved across-domains is already known to be deleted by the destination server. The source server does not have the latest version of the source object. + + + + +Source and destination of a cross-domain move do not agree on the identity of the source object. Either source or destination does not have the latest version of the source object. + + + + +Destination of a cross-domain move is not authoritative for the destination naming context. + + + + +Source and destination for a cross-domain move are not in agreement on the naming contexts in the forest. Either source or destination does not have the latest version of the Partitions container. + + + + +Source and destination for the cross-domain move operation are identical. Caller should use local move operation instead of cross-domain move operation. + + + + +Source and destination of a cross-domain move do not agree on the object's current name. Either source or destination does not have the latest version of the object. + + + + +Source and destination of a cross-domain move do not agree on the object's epoch number. Either source or destination does not have the latest version of the object. + + + + +The schema update operation tried to add a backward link attribute that has no corresponding forward link. + + + + +The search failed to retrieve attributes from the database. + + + + +The requested search operation is only supported for base searches. + + + + +The LDAP display name of the class or attribute contains non-ASCII characters. + + + + +The requested operation requires a directory service, and none was available. + + + + +The replication request has been posted; waiting for reply. + + + + +The OM-Object-Class specified is incorrect for an attribute with the specified syntax. + + + + +Modification of a constructed attribute is not allowed. + + + + +Name translation: Unable to perform purely syntactical mapping at the client without going out to the wire. + + + + +Name translation: Unable to resolve completely, only the domain was found. + + + + +Name translation: Input name found, but not the associated output format. + + + + +Name translation: Input name mapped to more than one output name. + + + + +Name translation: Could not find the name or insufficient right to see name. + + + + +Name translation: Generic processing error. + + + + +Schema update failed: An attribute with the same link identifier already exists. + + + + +The version of the directory service schema of the source forest is not compatible with the version of directory service on this computer. + + + + +The server specified for this replication operation was contacted, but that server was unable to contact an additional server needed to complete the operation. + + + + +The replication synchronization attempt failed because a master replica attempted to sync from a partial replica. + + + + +Synchronization attempt failed because the destination DC is currently waiting to synchronize new partial attributes from source. This condition is normal if a recent schema change modified the partial attribute set. The destination partial attribute set is not a subset of source partial attribute set. + + + + +The replication operation was terminated because the system is shutting down. + + + + +The replication synchronization attempt was abandoned because of a lack of updates. + + + + +The replication operation was preempted. + + + + +The replication operation failed because a required parent object is missing. + + + + +The replication source has been reinstalled. + + + + +The replication operation failed due to a collision of object names. + + + + +The destination server is currently rejecting replication requests. + + + + +The source server is currently rejecting replication requests. + + + + +The replication remote procedure call was cancelled. + + + + +The requested operation is not supported by this version of the directory service. + + + + +Replication access was denied. + + + + +The naming context is in the process of being removed or is not replicated from the specified server. + + + + +The replication operation encountered a database error. + + + + +The naming context cannot be removed because it is replicated to another server. + + + + +The replication reference information for the target server does not exist. + + + + +The replication reference information for the target server already exists. + + + + +The replication operation encountered an error with the mail system. + + + + +The replication operation failed to allocate memory. + + + + +The replication operation encountered an object with an invalid instance type. + + + + +The server specified for this replication operation could not be contacted. + + + + +The replication operation encountered a database inconsistency. + + + + +The replication system encountered an internal error. + + + + +The distinguished name specified for this replication operation already exists. + + + + +The naming context specified for this replication operation is invalid. + + + + +The distinguished name specified for this replication operation is invalid. + + + + +The directory service is too busy to complete the replication operation at this time. + + + + +An invalid parameter was specified for this replication operation. + + + + +The replication operation failed. + + + + +The directory service was unable to transfer ownership of one or more floating single-master operation roles to other servers. + + + + +The directory service is missing mandatory configuration information, and is unable to determine the ownership of floating single-master operation roles. + + + + +This directory server is shutting down, and cannot take ownership of new floating single-master operation roles. + + + + +A root object requires a class of 'top'. + + + + +The directory service encountered an unknown failure. + + + + +The directory service encountered an internal failure. + + + + +The allocation of the hierarchy table failed. + + + + +The attempt to count the address book indices failed. + + + + +The directory configuration parameter is missing from the registry. + + + + +The attempt to build the hierarchy table failed. + + + + +The hierarchy file is invalid. + + + + +The operation cannot replace the hidden record. + + + + +The modification was not permitted for security reasons. + + + + +The child object could not be retrieved. + + + + +The naming context could not be found in the cache. + + + + +The naming context could not be found. + + + + +The DSA object could not be found. + + + + +The replication operation failed because of a schema mismatch between the servers involved. + + + + +The global catalog verification failed. The global catalog is not available or does not support the operation. Some part of the directory is currently not available. + + + + +Failed to obtain the required syntax for the attribute schema. + + + + +Schema allocation failed. Please check if the machine is running low on memory. + + + + +The schema is not loaded. + + + + +A security checking error has occurred. + + + + +The specified naming context is missing a cross reference. + + + + +An expected attribute is missing. + + + + +The attribute GOVERNSID is missing. + + + + +A database error has occurred. + + + + +An internal error has occurred. + + + + +The instance type attribute could not be retrieved. + + + + +No superior reference has been configured for the directory service. The directory service is therefore unable to issue referrals to objects outside this forest. + + + + +The distinguished name attribute could not be read. + + + + +The class could not be removed from the cache. + + + + +The attribute could not be removed from the cache. + + + + +The class could not be cached. + + + + +The attribute could not be cached. + + + + +The attribute schema has bad syntax. + + + + +Cannot read the governs class identifier for the schema record. + + + + +The requested delete operation could not be performed. + + + + +The tree deletion is not finished. The request must be made again to continue deleting the tree. + + + + +Schema update failed in recalculating validation cache. + + + + +Schema deletion failed: class is used as poss superior. + + + + +Schema deletion failed: class is used as sub class. + + + + +Schema deletion failed: class is used as auxiliary class. + + + + +Schema update failed: Rdn-Att-Id has wrong syntax. + + + + +Schema update failed: class in subclassof list does not exist or does not satisfy hierarchy rules. + + + + +Schema update failed: class in poss-superiors does not exist. + + + + +Schema update failed: class in aux-class list does not exist or is not an auxiliary class. + + + + +Schema update failed: attribute in must-contain does not exist. + + + + +Schema update failed: attribute in may-contain does not exist. + + + + +Schema deletion failed: attribute is used in may-contain. + + + + +Schema deletion failed: attribute is used in must-contain. + + + + +Schema update failed: syntax mismatch. + + + + +Schema update failed: range-lower less than range upper. + + + + +Schema update failed: duplicate LDAP display name. + + + + +Schema update failed: duplicate schema-id GUID. + + + + +Schema update failed: duplicate MAPI identifier. + + + + +Schema update failed: duplicate OID. + + + + +Schema update failed: duplicate RDN. + + + + +Notification filter is too complex. + + + + +Subtree notifications are only supported on NC heads. + + + + +It is not permitted to delete a master cross reference. + + + + +A cross reference already exists. + + + + +The name reference is invalid. + + + + +The specified class is not a subclass. + + + + +The specified class is not defined. + + + + +Only the replicator can perform this function. + + + + +The attribute cannot be modified because it is owned by the system. + + + + +Modification of a DN across a naming context is not permitted. + + + + +The requested FSMO operation failed. The current FSMO holder could not be contacted. + + + + +The role owner attribute could not be read. + + + + +The directory service request is invalid. + + + + +The operation could not be performed because the directory service is shutting down. + + + + +The cross reference for the specified naming context could not be found. + + + + +The operation cannot be performed on a back link. + + + + +A local object with this GUID (dead or alive) already exists. + + + + +The schema object could not be found. + + + + +The class of the object must be structural; you cannot instantiate an abstract class. + + + + +It is not permitted to add an attribute which is owned by the system. + + + + +The object must be a naming context. + + + + +The parent of a new subref must exist. + + + + +Failed to create name for deleted object. + + + + +The security descriptor is invalid. + + + + +The security descriptor is too short. + + + + +The name does not identify an object; the name identifies a phantom. + + + + +The directory service cannot get the attribute type for a name. + + + + +The directory service encountered an error parsing a name. + + + + +The name value is too long. + + + + +The name is too long. + + + + +The name has too many parts. + + + + +Access to the attribute is not permitted because the attribute is owned by the Security Accounts Manager (SAM). + + + + +The object cannot be added because the parent is not on the list of possible superiors. + + + + +Insufficient access rights to perform the operation. + + + + +The object must be of class DSA. + + + + +The operation can only be performed on an internal master DSA object. + + + + +A directory service error has occurred. + + + + +The DSA object cannot be deleted. + + + + +The operation cannot continue because the object is in the process of being removed. + + + + +The operation is out of scope. + + + + +The alias cannot be dereferenced. + + + + +It is not permitted for an alias to refer to another alias. + + + + +The object name has bad syntax. + + + + +The aliased object is missing. + + + + +Directory object not found. + + + + +The operation cannot be performed because child objects exist. This operation can only be performed on a leaf object. + + + + +The object and parent must be of the same type, either both masters or both replicas. + + + + +Having a parent that is an alias is not permitted. Aliases are leaf objects. + + + + +The operation could not be performed because the object's parent is either uninstantiated or deleted. + + + + +Chained evaluation is not permitted. + + + + +Chaining is not permitted. + + + + +The specified root object cannot be a subref. + + + + +The attribute value cannot be removed because it is not present on the object. + + + + +The attribute cannot be removed because it is not present on the object. + + + + +The specified value already exists. + + + + +A value for the attribute was not in the acceptable range of values. + + + + +Multiple values were specified for an attribute that can have only one value. + + + + +The specified attribute is not present, or has no values. + + + + +The specified attribute is already present on the object. + + + + +An attempt was made to modify an object to include an attribute that is not legal for its class. + + + + +A required attribute is missing. + + + + +The object class attribute must be specified. + + + + +The operation must be performed at a master DSA. + + + + +The specified instance type is not valid. + + + + +The specified object is too large. + + + + +Illegal modify operation. Some aspect of the modification is not permitted. + + + + +The attribute specified in the operation is not present on the object. + + + + +The user buffer is too small. + + + + +None of the requested attributes were found on the objects. + + + + +An attempt was made to add an object using an RDN that is not the RDN defined in the schema. + + + + +An attempt was made to add an object of a class that does not have an RDN defined in the schema. + + + + +An attempt was made to add an object to the directory with a name that is already in use. + + + + +The maximum size of an object has been exceeded. + + + + +A reference to an attribute that is not defined in the schema occurred. + + + + +The add replica operation cannot be performed. The naming context must be writeable in order to create the replica. + + + + +The root object must be the head of a naming context. The root object cannot have an instantiated parent. + + + + +The search results exceed the offset range specified. + + + + +The search requires a SORT control. + + + + +The preset referral limit was exceeded. + + + + +A referral loop was detected by the client. + + + + +The specified control is not supported by the server. + + + + +No results were returned. + + + + +The specified method is not supported. + + + + +One or more parameters are illegal. + + + + +The search filter cannot be recognized. + + + + +A decoding error has occurred. + + + + +An encoding error has occurred. + + + + +A local error has occurred. + + + + +The server is not operational. + + + + +The operation affects multiple DSAs + + + + +The result set is too large. + + + + +There is a naming violation. + + + + +A loop has been detected. + + + + +The server is unwilling to process the request. + + + + +There is an alias dereferencing problem. + + + + +The object is a leaf object. + + + + +An invalid dn syntax has been specified. + + + + +There is an alias problem. + + + + +There is no such object on the server. + + + + +A constraint violation occurred. + + + + +Inappropriate matching. + + + + +This request requires a secure connection. + + + + +The server does not support the requested critical extension. + + + + +A referral was returned from the server. + + + + +The authentication mechanism is unknown. + + + + +Inappropriate authentication. + + + + +A more secure authentication method is required for this server. + + + + +The requested authentication method is not supported by the server. + + + + +The compare response was true. + + + + +The compare response was false. + + + + +The administrative limit for this request was exceeded. + + + + +The size limit for this request was exceeded. + + + + +The time limit for this request was exceeded. + + + + +A protocol error occurred. + + + + +An operations error occurred. + + + + +A domain controller promotion is not currently active + + + + +A domain controller promotion is currently active. + + + + +The requested policy information is only in the directory service. + + + + +The policy object does not exist. + + + + +The policy object is shared and can only be modified at the root. + + + + +Unable to contact the global catalog server. + + + + +The requested cross-domain move operation could not be performed. + + + + +The directory service detected an attempt to modify the object class of an object. + + + + +The directory service cannot perform the requested operation on the RDN attribute of an object. + + + + +The directory service can perform the requested operation only on a leaf object. + + + + +The requested operation did not satisfy one or more constraints associated with the class of the object. + + + + +The directory service was unable to initialize the subsystem that allocates relative identifiers. + + + + +The requested operation could not be performed because the directory service is not the master for that type of operation. + + + + +The directory service has exhausted the pool of relative identifiers. + + + + +The directory service was unable to allocate a relative identifier. + + + + +The directory service is unavailable. + + + + +The directory service is busy. + + + + +The specified directory service attribute or value already exists. + + + + +The attribute type specified to the directory service is not defined. + + + + +The attribute syntax specified to the directory service is invalid. + + + + +The specified directory service attribute or value does not exist. + + + + +The directory service evaluated group memberships locally. + + + + +An error occurred while installing the directory service. For more information, see the event log. + + + + +The file replication service detected an invalid parameter. + + + + +The file replication service cannot stop replicating the system volume because of an internal error. +The event log may have more information. + + + + +The file replication service cannot process the request. The system volume is busy with a previous request. + + + + +The file replication service cannot populate the system volume because of an internal timeout. +The event log may have more information. + + + + +The file replication service cannot populate the system volume because of an internal error. +The event log may have more information. + + + + +The file replication service on the domain controller cannot communicate with the file replication service on this computer. +The event log may have more information. + + + + +The file replication service cannot communicate with the file replication service on the domain controller. +The event log may have more information. + + + + +The file replication service cannot satisfy the request because authenticated RPC is not available on the domain controller. +The event log may have more information. + + + + +The file replication service cannot satisfy the request because the user has insufficient privileges on the domain controller. +The event log may have more information. + + + + +The file replication service cannot satisfy the request because authenticated RPC is not available. +The event log may have more information. + + + + +The file replication service cannot satisfy the request because the user has insufficient privileges. +The event log may have more information. + + + + +The file replication service cannot be contacted. +The event log may have more information. + + + + +The file replication service terminated the request. +The event log may have more information. + + + + +The file replication service API terminated the request. +The event log may have more information. + + + + +The file replication service cannot be stopped. + + + + +The file replication service cannot be started. + + + + +The file replication service API was called incorrectly. + + + + +The target session is incompatible with the current session. + + + + +The Terminal Server security layer detected an error in the protocol stream and has disconnected the client. + + + + +The Client Drive Mapping Service Has Disconnected on Terminal Connection. + + + + +The Client Drive Mapping Service Has Connected on Terminal Connection. + + + + +The RDP protocol component %2 detected an error in the protocol stream and has disconnected the client. + + + + +Unable to log you on because of an account restriction. + + + + +The user %s\\%s is already logged on to the console of this computer. You do not have permission to log in at this time. To resolve this issue, contact %s\\%s and have them log off. + + + + +The user %s\\%s is currently logged on to this computer. Only the current user or an administrator can log on to this computer. + + + + +You do not have the proper encryption level to access this Session. + + + + +Remote logins are currently disabled. + + + + +Activation has already been reset the maximum number of times for this installation. Your activation timer will not be cleared. + + + + +The remote control of the console was terminated because the display mode was changed. Changing the display mode in a remote control session is not supported. + + + + +Remote control could not be terminated because the specified session is not currently being remotely controlled. + + + + +The system license has expired. Your logon request is denied. + + + + +The client you are using is not licensed to use this system. Your logon request is denied. + + + + +The number of connections to this computer is limited and all connections are in use right now. +Try connecting later or contact your system administrator. + + + + +Your request to connect to this Terminal Server has been rejected. Your Terminal Server client license number has not been entered for this copy of the Terminal Server client. +Please contact your system administrator. + + + + +Your request to connect to this Terminal Server has been rejected. Your Terminal Server client license number is currently being used by another user. +Please call your system administrator to obtain a unique license number. + + + + +The requested session is not configured to allow remote control. + + + + +The requested session cannot be controlled remotely. +This may be because the session is disconnected or does not currently have a user logged on. + + + + +The specified terminal connection driver is invalid. + + + + +The requested session access is denied. + + + + +The request to control another session remotely was denied. + + + + +Reconnecting a disconnected session to the console is not supported. + + + + +Disconnecting the console session is not supported. + + + + +The client failed to respond to the server connect message. + + + + +The requested operation can be performed only on the system console. +This is most often the result of a driver or system DLL requiring direct console access. + + + + +Your interactive logon privilege has been disabled. +Please contact your administrator. + + + + +The application attempted to enable DOS graphics mode. +DOS graphics mode is not supported. + + + + +An attempt has been made to connect to a session whose video mode is not supported by the current client. + + + + +The requested operation cannot be completed because the terminal connection is currently busy processing a connect, disconnect, reset, or delete operation. + + + + +The specified session name is already in use. + + + + +The specified session cannot be found. + + + + +Transport driver error + + + + +Voice detected at remote site on callback. + + + + +Busy signal detected at remote site on callback. + + + + +Dial tone not detected within the required time. Verify that the phone cable is properly attached and functional. + + + + +Carrier detect has failed or carrier has been dropped due to disconnect. + + + + +The modem did not respond to the command sent to it. Verify that the modem is properly cabled and powered on. + + + + +The modem did not accept the command sent to it. Verify that the configured modem name matches the attached modem. + + + + +The modem name was not found in MODEM.INF. + + + + +The MODEM.INF file was not found. + + + + +There are no free output buffers available. + + + + +A close operation is pending on the session. + + + + +A service with the same name already exists on the system. + + + + +A registry key for event logging could not be created for this session. + + + + +The specified terminal connection driver was not found in the system path. + + + + +The specified protocol driver was not found in the system path. + + + + +The specified protocol driver is invalid. + + + + +The specified session name is invalid. + + + + +This operation cannot be performed in a transaction. + + + + +The link tracking operation could not be completed because a transaction is active. + + + + +The operation could not be completed because the volume is dirty. Please run chkdsk and try again. + + + + +The compression operation could not be completed because a transaction is active on the file. + + + + +The operation could not be completed due to bad clusters on disk. + + + + +The transactional resource manager had too many tranactions outstanding that could not be aborted. The transactional resource manger has been shut down. + + + + +The transactional resource manager cannot currently accept transacted work due to a transient condition such as low resources. + + + + +I/O was attempted on a section object that has been floated as a result of a transaction ending. There is no valid data. + + + + +The call to create a TransactionManager object failed because the Tm Identity stored in the logfile does not match the Tm Identity that was passed in as an argument. + + + + +The sparse operation could not be completed because a transaction is active on the file. + + + + +Windows has discovered corruption in a file, and that file has since been repaired. Data loss may have occurred. + + + + +The savepoint operation failed because files are open on the transaction. This is not permitted. + + + + +The target volume is not a snapshot volume. This operation is only valid on a volume mounted as a snapshot. + + + + +Transactions cannot be frozen because a freeze is already in progress. + + + + +The request to thaw frozen transactions was ignored because transactions had not previously been frozen. + + + + +This file is open for modification in an unresolved transaction and may be opened for execute only by a transacted reader. + + + + +Promotion was required in order to allow the resource manager to enlist, but the transaction was set to disallow it. + + + + +A transaction scope could not be entered because the scope handler has not been initialized. + + + + +Transaction metadata is already present on this file and cannot be superseded. + + + + +Memory mapping (creating a mapped section) a remote file under a transaction is not supported. + + + + +An attempt to create space in the transactional resource manager's log failed. The failure status has been recorded in the event log. + + + + +This object is not allowed to be opened in a transaction. + + + + +The encryption operation could not be completed because a transaction is active. + + + + +The transactional metadata attribute on the file or directory is corrupt and unreadable. + + + + +A rollback could not be scheduled because a previously scheduled rollback has already executed or been queued for execution. + + + + +The operation could not be completed because the transaction manager does not have a log. + + + + +The operation would leave a transactional resource manager in an inconsistent state and is therefore not allowed. + + + + +The $Txf directory must be empty for this operation to succeed. + + + + +The operation would involve a single file with two transactional resource managers and is therefore not allowed. + + + + +The operation cannot be performed because another transaction is depending on the fact that this property will not change. + + + + +The file cannot be opened transactionally, because its identity depends on the outcome of an unresolved transaction. + + + + +The transactional resource manager has already been started. + + + + +The transactional resource manager is already consistent. Recovery is not needed. + + + + +The request was rejected because the enlistment in question is not a superior enlistment. + + + + +The transaction outcome is unavailable because the resource manager responsible for it has disconnected. + + + + +The file can't be recovered because there is a handle still open on it. + + + + +The log data is corrupt. + + + + +There is no transaction metadata on the file. + + + + +The handle has been invalidated by a transaction. The most likely cause is the presence of memory mapping on a file or an open handle when the transaction ended or rolled back to savepoint. + + + + +The remote server sent mismatching version number or Fid for a file opened with transactions. + + + + +It is not possible to create any more miniversions for this stream. + + + + +It is not possible to open a miniversion with modify access. + + + + +A miniversion may only be opened in the context of the transaction that created it. + + + + +The specified file miniversion was found but has been invalidated. Most likely cause is a transaction savepoint rollback. + + + + +The specified file miniversion was not found for this transacted file open. + + + + +The object (file, stream, link) corresponding to the handle has been deleted by a Transaction Savepoint Rollback. + + + + +The requested log size is invalid. + + + + +The remote server or share does not support transacted file operations. + + + + +The specified directory does not contain a resource manager. + + + + +The metadata of the RM has been corrupted. The RM will not function. + + + + +Transaction support within the specified file system resource manager is not started or was shutdown due to an error. + + + + +The function attempted to use a name that is reserved for use by another transaction. + + + + +The kernel transaction manager had to abort or forget the transaction because it blocked forward progress. + + + + +Implicit transaction are not supported. + + + + +The specified operation could not be performed, because the record that would be logged was too long. This can occur because of two conditions: either there are too many Enlistments on this Transaction, or the combined RecoveryInformation being logged on behalf of those Enlistments is too long. + + + + +The specified operation could not be performed on this Superior enlistment, because the enlistment was not created with the corresponding completion response in the NotificationMask. + + + + +Because the associated transaction manager or resource manager has been closed, the handle is no longer valid. + + + + +The call to create a superior Enlistment on this Transaction object could not be completed, because the Transaction object specified for the enlistment is a subordinate branch of the Transaction. Only the root of the Transactoin can be enlisted on as a superior. + + + + +The specified TransactionManager was unable to create the objects contained in its logfile in the Ob namespace. Therefore, the TransactionManager was unable to recover. + + + + +The specified ResourceManager was unable to create an enlistment, because its associated TransactionManager is not online. + + + + +The specified TransactionManager object could not be opened, because it was not found. + + + + +The specified Enlistment object could not be opened, because it was not found. + + + + +The specified ResourceManager object could not be opened, because it was not found. + + + + +The specified Transaction object could not be opened, because it was not found. + + + + +The current transaction context associated with the thread is not a valid handle to a transaction object. + + + + +The buffer passed in to PushTransaction or PullTransaction is not in a valid format. + + + + +The requested propagation protocol was not registered as a CRM. + + + + +The attempt to propagate the Transaction failed. + + + + +The RM tried to register a protocol that already exists. + + + + +The Transaction object already has a superior enlistment, and the caller attempted an operation that would have created a new superior. Only a single superior enlistment is allow. + + + + +The resource manager has attempted to prepare a transaction that it has not successfully joined. + + + + +The specified ResourceManager made no changes or updates to the resource under this transaction. + + + + +The Transaction Manager was unable to be successfully initialized. Transacted operations are not supported. + + + + +It is too late to perform the requested operation, since the Transaction has already been committed. + + + + +It is too late to perform the requested operation, since the Transaction has already been aborted. + + + + +The caller has called a response API, but the response is not expected because the TM did not issue the corresponding request to the caller. + + + + +The requested operation is not valid on the Transaction object in its current state. + + + + +The requested operation was made in the context of a transaction that is no longer active. + + + + +The transaction handle associated with this operation is not valid. + + + + +The log is pinned due to reservation consuming most of the log space. Free some reserved records to make space available. + + + + +Records were appended to the log or reservation changes were made, but the log could not be flushed. + + + + +Security on the log and its containers is inconsistent. + + + + +Log metadata flush failed. + + + + +Log space cannot be reclaimed because the log is pinned. + + + + +Log service is not in the correct state to perform a requested action. + + + + +Log service enountered an invalid container state when attempting a requested action. + + + + +Log service enountered an error when attempting open a log container. + + + + +Log service enountered an error when attempting to write to a log container. + + + + +Log service enountered an error when attempting to read from a log container. + + + + +A request has already been made to handle the log full condition. + + + + +A log client has not been registered on the stream. + + + + +A log client has already registered on the stream. + + + + +The log must have at least two containers before it can be read from or written to. + + + + +The operation requires a non-ephemeral log, but the log is ephemeral. + + + + +Log archival is in progress. + + + + +The operation requires an archive context. + + + + +The operation failed because the log is a dedicated log. + + + + +Log is multiplexed, no direct writes to the physical log is allowed. + + + + +The log could not be set to the requested size. + + + + +Log space is exhausted. + + + + +An new or existing archive tail or base of the active log is invalid. + + + + +Reserved log space or the adjustment of the log space is invalid. + + + + +Number of reserved log records or the adjustment of the number of reserved log records is invalid. + + + + +Log record is not a record in the log file. + + + + +Log space cannot be reclaimed because the log is pinned by the archive tail. + + + + +A policy on the log in question prevented the operation from completing. + + + + +The installed set of policies on the log is invalid. + + + + +Log policy in question was not installed at the time of the request. + + + + +Log policy could not be installed because a policy of the same type is already present. + + + + +Log service has attempted to read or write backward past the start of the log. + + + + +Log service has reached the maximum allowable containers allocated to a log file. + + + + +Log service cannot delete log file or file system container. + + + + +Log service encountered an attempt to erroneous allocate or dispose reservation space. + + + + +Log service encountered a metadata file with inconsistent data. + + + + +Log service encountered a metadata file that could not be created by the log file system. + + + + +Log service encountered a corrupted metadata file. + + + + +Log service encountered a log stream with no restart area. + + + + +Log service encountered an attempt to read the log with an invalid read mode. + + + + +Log service encountered an invalid log block. + + + + +Log service encountered an invalid log block version. + + + + +Log service encountered an invalid log restart area. + + + + +Log service encountered an attempt read from a marshalling area with an invalid read context. + + + + +Log service user marshalling buffers are exhausted. + + + + +Log service encountered an attempt access data outside the active log range. + + + + +Log service encountered a partial or incomplete log block. + + + + +Log service encountered a remapped log sector. + + + + +Log service encountered a log sector with invalid block parity. + + + + +Log service encountered an invalid log sector. + + + + +The Task Scheduler service must be configured to run in the System account to function properly. Individual tasks may be configured to run in other accounts. + + + + +The list of servers for this workgroup is not currently available + + + + +The SMB client requested a CSE FSCTL on a non-CSE file. + + + + +A new encrypted file is being created and a $EFS needs to be provided. + + + + +File is encrypted and should be opened in Client Side Encryption mode. + + + + +Client Side Encryption is not supported by the remote server even though it claims to support it. + + + + +The remote server sent an invalid response for a file being opened with Client Side Encryption. + + + + +A newer system is required to decrypt this encrypted file. + + + + +This machine is disabled for file encryption. + + + + +The disk partition does not support file encryption. + + + + +The encryption algorithm used on the source file needs a bigger key buffer than the one on the destination file. + + + + +Recovery policy configured for this system contains invalid recovery certificate. + + + + +The server is not trusted for remote encryption operation. + + + + +The directory has been disabled for encryption. + + + + +The specified file is read only. + + + + +The specified file is not in the defined EFS export format. + + + + +The specified file is not encrypted. + + + + +There are no EFS keys defined for the user. + + + + +The file was encrypted with a different encryption driver than is currently loaded. + + + + +The required encryption driver is not loaded for this system. + + + + +There is no valid encryption recovery policy configured for this system. + + + + +The specified file is encrypted and the user does not have the ability to decrypt it. + + + + +The specified file could not be decrypted. + + + + +The specified file could not be encrypted. + + + + +The resources must be online on the same node for this operation + + + + +The Failover Clustering feature is not installed on this node. + + + + +The RHS process failed to initialize. + + + + +The call into the resource DLL raised an unhandled exception. + + + + +The dependencies for this resource are nested too deeply. + + + + +Quorum resource cannot reside in the Available Storage group. + + + + +The cluster network is not valid for an IPv6 Tunnel resource. Check the configuration of the IP Address resource on which the IPv6 Tunnel resource depends. + + + + +The cluster network is not valid for an IPv6 Address resource, or it does not match the configured address. + + + + +A quorum of cluster nodes was not present to form a cluster. + + + + +One or more property values for this resource are in conflict with one or more property values associated with its dependent resource(s). + + + + +An error occurred while deserializing a stream of cluster data. + + + + +An error occurred while writing to a stream of data. The required number of bytes could not be written. + + + + +An error occurred while reading from a stream of data. An unexpected number of bytes was returned. + + + + +An internal cluster error occurred. Data was not properly initialized. + + + + +An internal cluster error occurred. There was an attempt to commit a cluster database transaction while no transaction was in progress. + + + + +An internal cluster error occurred. A cluster database transaction was attempted while a transaction was already in progress. + + + + +An input string of characters is not in a valid format for the data it represents. + + + + +An input string of characters is not properly terminated. + + + + +An invalid cluster registry operation was attempted. + + + + +A network error occurred while sending data to another node in the cluster. The number of bytes transmitted was less than required. + + + + +A parameter value is out of acceptable range. + + + + +An internal cluster error occurred. A call to an invalid function was attempted. + + + + +The address is not valid for an IPv6 Address resource. A global IPv6 address is required, and it must match a cluster network. Compatibility addresses are not permitted. + + + + +The call to the cluster resource DLL timed out. + + + + +The resource type cannot accept the request since is too busy performing another operation. + + + + +The group is unable to accept the request since it is moving to another node. + + + + +The cluster node has been poisoned. + + + + +No network adapters are available. + + + + +The name of the corresponding computer account doesn't match the Network Name for this resource. + + + + +One or more nodes in the cluster are running a version of Windows that does not support this operation. + + + + +The drive letter assigned to a system disk on one node conflicted with the drive letter assigned to a disk on another node. + + + + +The cluster configuration action could not be rolled back. + + + + +The cluster configuration action has already been committed. + + + + +A cluster cannot be created with the specified cluster name because that cluster name is already in use. Specify a different name for the cluster. + + + + +This computer cannot be made a member of a cluster because it does not have the correct version of Windows installed. + + + + +This computer cannot be made a member of a cluster. + + + + +Two or more parameter values specified for a resource's properties are in conflict. + + + + +The cluster node was evicted from the cluster successfully, but the node was not cleaned up. To determine what cleanup steps failed and how to recover, see the Failover Clustering application event log using Event Viewer. + + + + +The actual data type of the property did not match the expected data type of the property. + + + + +A matching cluster network for the specified IP address could not be found. + + + + +The join operation failed because the cluster instance ID of the joining node does not match the cluster instance ID of the sponsor node. + + + + +The membership engine requested shutdown of the cluster service on this node. + + + + +The quorum resource does not contain the quorum log. + + + + +An operation was attempted that is incompatible with the current membership state of the node. + + + + +An attempt to modify a resource property failed because it conflicts with another existing property. + + + + +A DFS root already exists in this cluster node. + + + + +The backed up cluster database is possibly corrupt. + + + + +The quorum disk could not be located by the cluster service. + + + + +A non locker code got a request to reserve the lock for making global updates. + + + + +The resource monitor will not allow the fail operation to be performed while the resource is in its current state. This may happen if the resource is in a pending state. + + + + +The join operation failed because the cluster database sequence number has changed or is incompatible with the locker node. This may happen during a join operation if the cluster database was changing during the join. + + + + +You cannot bring the group online because the owner of the group is not in the preferred list for the group. To change the owner node for the group, move the group. + + + + +No authentication package could be registered with the RPC server. + + + + +The specified resource name is not supported by this resource DLL. This may be due to a bad (or changed) name supplied to the resource DLL. + + + + +The specified node does not support a resource of this type. This may be due to version inconsistencies or due to the absence of the resource DLL on this node. + + + + +The specified resource type was not found. + + + + +The system configuration changed during the cluster join or form operation. The join or form operation was aborted. + + + + +This resource cannot be created because the cluster has reached the limit on the number of resources it can monitor. + + + + +The cluster join operation failed due to incompatible software versions between the joining node and its sponsor. + + + + +The cluster join operation was aborted. + + + + +The cluster node is shutting down. + + + + +The cluster node is not ready to perform the requested operation. + + + + +The cluster resource cannot be brought online. The owner node cannot run this resource. + + + + +The cluster node is paused. + + + + +The cluster quorum resource is not allowed to have any dependencies. + + + + +This operation cannot be performed on the cluster resource as it the quorum resource. You may not bring the quorum resource offline or modify its possible owners list. + + + + +One or more cluster resources depend on the network to provide service to clients. The client access capability cannot be removed from the network. + + + + +The cluster network is the only one configured for internal cluster communication between two or more active cluster nodes. The internal communication capability cannot be removed from the network. + + + + +The cluster node is already a member of the cluster. + + + + +The cluster network is already offline. + + + + +The cluster network is already online. + + + + +The cluster node is already down. + + + + +The cluster node is already up. + + + + +The cluster network is not configured for internal cluster communication. + + + + +No cluster security context is available. + + + + +The cluster node is not paused. + + + + +The cluster IP address is already in use. + + + + +The cluster node is up. + + + + +The cluster network is not valid. + + + + +A cluster join operation is not in progress. + + + + +The cluster node is not a member of the cluster. + + + + +The cluster node is not reachable. + + + + +The cluster node is down. + + + + +The cluster network provider is not valid. + + + + +The cluster request is not valid for this object. + + + + +The cluster network interface was not found. + + + + +The cluster network interface already exists. + + + + +The cluster network was not found. + + + + +The cluster network already exists. + + + + +The cluster local node information was not found. + + + + +The cluster node was not found. + + + + +A node is in the process of joining the cluster. + + + + +The cluster node already exists. + + + + +The cluster node is not valid. + + + + +A cluster resource failed. + + + + +All cluster nodes must be running to perform this operation. + + + + +A cluster node is not available for this operation. + + + + +A cluster network is not available for this operation. + + + + +The cluster node failed to take control of the quorum resource because the resource is owned by another active node. + + + + +The minimum required disk space needed for logging is not available. + + + + +No checkpoint record was found in the cluster log. + + + + +The cluster log exceeds its maximum size. + + + + +The record could not be written to the cluster log since it exceeds the maximum size. + + + + +The cluster log is corrupt. + + + + +The quorum log could not be created or mounted successfully. + + + + +The quorum resource failed to come online. + + + + +The cluster resource could not be deleted since it is a core resource. + + + + +The cluster could not make the specified resource a quorum resource because it does not belong to a shared storage class. + + + + +The properties were stored but not all changes will take effect until the next time the resource is brought online. + + + + +The group or resource is not in the correct state to perform the requested operation. + + + + +The cluster software is shutting down. + + + + +The cluster could not make the specified resource a quorum resource because it is not capable of being a quorum resource. + + + + +The cluster resource could not be deleted or brought offline because it is the quorum resource. + + + + +The operation could not be completed because the cluster resource is online. + + + + +The cluster resource could not be brought online by the resource monitor. + + + + +The cluster resource could not be created in the specified resource monitor. + + + + +The operation failed because either the specified cluster node is not the owner of the group, or the node +is not a possible owner of the group. + + + + +The operation failed because either the specified cluster node is not the owner of the resource, or the node +is not a possible owner of the resource. + + + + +The operation could not be completed because the cluster group is not online. + + + + +The cluster group could not be found. + + + + +The cluster group is not available for any new requests. + + + + +The object is already in the list. + + + + +The object already exists. + + + + +A cluster node cannot be evicted from the cluster unless the node is down or it is the last node. + + + + +The cluster is being shut down. + + + + +The cluster resource could not be found. + + + + +The cluster resource is not available. + + + + +A cluster node is not available for this operation. + + + + +The cluster resource is not online. + + + + +The cluster resource cannot be made dependent on the specified resource because it is already dependent. + + + + +The cluster resource dependency cannot be found. + + + + +The operation cannot be completed because other resources are dependent on this resource. + + + + +Single Instance Storage is not available on this volume. + + + + +There is a mismatch between the tag specified in the request and the tag present in the reparse point. + + + + +The tag present in the reparse point buffer is invalid. + + + + +The data present in the reparse point buffer is invalid. + + + + +The reparse point attribute cannot be set because it conflicts with an existing attribute. + + + + +The file or directory is not a reparse point. + + + + +The remote storage service encountered a media error. + + + + +The remote storage service is not operational at this time. + + + + +This file is currently not available for use on this computer. + + + + +Cannot use the ieport because it is not empty. + + + + +A cleaner cartridge is present in the tape library. + + + + +This offline media cannot be mounted on this system since no enabled drives are present which can be used. + + + + +The media type cannot be removed from this library since at least one drive in the library reports it can support this media type. + + + + +The volume contains system or paging files. + + + + +The message provided exceeds the maximum size allowed for this parameter. + + + + +The last remaining item in this group or resource cannot be deleted. + + + + +Unexpected on-medium identifier. + + + + +The cleaner cartridge has performed the maximum number of drive cleanings. + + + + +A cleaner slot is not reserved. + + + + +A cleaner slot is already reserved. + + + + +Unable to eject the medium because it is in a drive. + + + + +Unable to open or close the inject/eject port. + + + + +Cannot use the transport because it is already in use. + + + + +Unable to retrieve status about the transport. + + + + +Unable to retrieve the slot status. + + + + +Unable to retrieve the drive status. + + + + +Unable to load the medium into the drive. + + + + +The transport cannot access the medium. + + + + +Library is full. No slot is available for use. + + + + +The drive identifier does not represent a valid drive. + + + + +The operator or administrator has refused the request. + + + + +The device is not ready for use. + + + + +The media is not mounted or ready for use. + + + + +The operation identifier is not valid. + + + + +The resource required for this operation does not exist. + + + + +The medium is not compatible with the device or media pool. + + + + +The database is full. + + + + +Unable to read from or write to the database. + + + + +The object identifier does not represent a valid object. + + + + +The drive cannot be cleaned or does not support cleaning. + + + + +The media identifier does not represent a valid cleaner. + + + + +A resource required for this operation is disabled. + + + + +No media is currently available in this media pool or library. + + + + +The library, drive, or media pool must be empty to perform this operation. + + + + +The library, drive, or media pool is empty. + + + + +The operation cannot be performed on an offline library. + + + + +The medium currently exists in an offline library and must be online to perform this operation. + + + + +The drive and medium are not compatible or exist in different libraries. + + + + +The media pool identifier does not represent a valid media pool. + + + + +The library identifier does not represent a valid library. + + + + +The media identifier does not represent a valid medium. + + + + +The WMI data item or data block could not be changed. + + + + +The WMI data item or data block is read only. + + + + +The WMI data block or event notification has already been disabled. + + + + +The WMI registration information is not valid. + + + + +The WMI MOF information is not valid. + + + + +The WMI data provider failed to carry out the request. + + + + +The WMI data service is not available. + + + + +The WMI data block is no longer available. + + + + +The WMI data block or event notification has already been enabled. + + + + +The WMI data provider references an instance set that has not been registered. + + + + +The WMI data provider could not be located. + + + + +The WMI request could not be completed and should be retried. + + + + +The data item ID passed was not recognized as valid by a WMI data provider. + + + + +The instance name passed was not recognized as valid by a WMI data provider. + + + + +The GUID passed was not recognized as valid by a WMI data provider. + + + + +The DHCP client has obtained an IP address that is already in use on the network. The local interface will be disabled until the DHCP client can obtain a new address. + + + + +Replication with a nonconfigured partner is not allowed. + + + + +The name does not exist in the WINS database. + + + + +The backup failed. Check the directory to which you are backing the database. + + + + +The backup failed. Was a full backup done before? + + + + +The importation from the file failed. + + + + +The local WINS cannot be deleted. + + + + +WINS encountered an error while processing the command. + + + + +Reissue the given operation as a cached IO operation + + + + +The requested print job has failed to print. A print system update requires the job to be resubmitted. + + + + +The specified printer driver was not found on the system and needs to be downloaded. + + + + +The requested operation failed. A system reboot has been initiated to roll back changes made. + + + + +The requested operation failed. A system reboot is required to roll back changes made. + + + + +Unable to find a core driver package that is required by the printer driver package. + + + + +The specified printer driver package is currently in use. + + + + +The printer driver is known to harm the system. + + + + +The printer driver is known to be unreliable. + + + + +No printers were found. + + + + +The requested operation is successful. Changes will not be effective until the service is restarted. + + + + +The requested operation is successful. Changes will not be effective until the system is rebooted. + + + + +The requested operation is not allowed when there are jobs queued to the printer. + + + + +The specified print monitor is currently in use. + + + + +The specified print monitor does not have the required functions. + + + + +The specified print monitor has already been installed. + + + + +The specified print processor has already been installed. + + + + +An AddJob call was not issued. + + + + +A StartDocPrinter call was not issued. + + + + +The spool file was not found. + + + + +The specified printer driver is currently in use. + + + + +The specified print monitor is unknown. + + + + +The device is in use by an active process and cannot be disconnected. + + + + +Active connections still exist. + + + + +This network connection has files open or requests pending. + + + + +This network connection does not exist. + + + + +The specified username is invalid. + + + + +The network connection was made successfully using default credentials. + + + + +The network connection was made successfully, but the user had to be prompted for a password other than the one originally specified. + + + + +The specified profile is intended for a device of a different type than the specified device. + + + + +The specified named color index is not present in the profile. + + + + +The specified transform does not match the bitmap's color space. + + + + +The specified color transform is invalid. + + + + +There was an error while deleting the color transform. + + + + +Image Color Management is not enabled. + + + + +The specified color space is invalid. + + + + +The specified color profile was not found. + + + + +The specified color profile is not associated with the specified device. + + + + +The specified tag is already present. + + + + +A required tag is not present. + + + + +The specified tag was not found. + + + + +The specified color profile is invalid. + + + + +The specified color management module is invalid. + + + + +The requested clipping operation is not supported. + + + + +The requested transformation operation is not supported. + + + + +The requested metafile operation is not supported. + + + + +The window style or class attribute is invalid for this operation. + + + + +The specified driver is invalid. + + + + +The pixel format is invalid. + + + + +Logon Failure: Authentication failed because NTLM authentication has been disabled. + + + + +Remote connections to the Print Spooler are blocked by a policy set on your machine. + + + + +Logon Failure: The machine you are logging onto is protected by an authentication firewall. The specified account is not allowed to authenticate to the machine. + + + + +The current user's delegated trust deletion quota has been exceeded. + + + + +The total delegated trust creation quota has been exceeded. + + + + +The current user's delegated trust creation quota has been exceeded. + + + + +The context has expired and can no longer be used. + + + + +The printer driver is not compatible with a policy enabled on your computer that blocks NT 4.0 drivers. + + + + +The group element could not be removed. + + + + +The group element could not be added. + + + + +The specified profile element could not be removed. + + + + +The specified profile element could not be added. + + + + +The specified profile entry could not be added. + + + + +Interface could not be exported to the specified entry. + + + + +Not all object UUIDs could be exported to the specified entry. + + + + +The entry is not of the expected type. + + + + +The name of the file cannot be resolved by the system. + + + + +The file cannot be accessed by the system. + + + + +No site name is available for this machine. + + + + +No more data is available from the RPC pipe. + + + + +The RPC call completed before all pipes were processed. + + + + +The RPC pipe object has already been closed. + + + + +Invalid asynchronous RPC call handle for this operation. + + + + +Invalid asynchronous remote procedure call handle. + + + + +Some data remains to be sent in the request buffer. + + + + +The object resolver set specified was not found. + + + + +The object specified was not found. + + + + +The object exporter specified was not found. + + + + +The referenced account is currently locked out and may not be logged on to. + + + + +Could not find the domain controller for this domain. + + + + +The user's password must be changed before logging on the first time. + + + + +The state of the printer is invalid. + + + + +The specified printer has been deleted. + + + + +The specified printer handle is already being waited on + + + + +The specified form size is invalid. + + + + +The specified form name is invalid. + + + + +The specified time is invalid. + + + + +The object universal unique identifier (UUID) is the nil UUID. + + + + +The endpoint mapper database entry could not be created. + + + + +The group member was not found. + + + + +Unsupported RPC pipe version. + + + + +An invalid operation was attempted on an RPC pipe object. + + + + +The RPC pipe object is invalid or corrupted. + + + + +Incompatible version of the RPC stub. + + + + +Incompatible version of the serializing package. + + + + +Invalid operation on the encoding/decoding handle. + + + + +Thread is not canceled. + + + + +A security package specific error occurred. + + + + +A UUID that is valid only on this computer has been allocated. + + + + +The error specified is not a valid Windows RPC error code. + + + + +No principal name registered. + + + + +The requested authentication level is not supported. + + + + +A communications failure occurred during a remote procedure call. + + + + +The binding handle does not contain all required information. + + + + +The remote procedure call was cancelled. + + + + +No interfaces have been registered. + + + + +Not enough quota is available to process this command. + + + + +The specified resource language ID cannot be found in the image file. + + + + +The specified resource name cannot be found in the image file. + + + + +The specified resource type cannot be found in the image file. + + + + +The specified image file did not contain a resource section. + + + + +The server is in use and cannot be unloaded. + + + + +The name or security ID (SID) of the domain specified is inconsistent with the trust information for that domain. + + + + +The account used is a server trust account. Use your global user account or local user account to access this server. + + + + +The account used is a computer account. Use your global user account or local user account to access this server. + + + + +The account used is an interdomain trust account. Use your global user account or local user account to access this server. + + + + +There are no more bindings. + + + + +The environment specified is invalid. + + + + +The specified datatype is invalid. + + + + +The printer command is invalid. + + + + +The printer already exists. + + + + +The printer name is invalid. + + + + +The specified priority is invalid. + + + + +The specified separator file is invalid. + + + + +The print processor is unknown. + + + + +The printer driver is unknown. + + + + +The specified port is unknown. + + + + +The specified printer driver is already installed. + + + + +The redirector is in use and cannot be unloaded. + + + + +The user's account has expired. + + + + +An attempt was made to logon, but the network logon service was not started. + + + + +A remote procedure call is already in progress for this thread. + + + + +The network logon failed. + + + + +The trust relationship between this workstation and the primary domain failed. + + + + +The trust relationship between the primary domain and the trusted domain failed. + + + + +The security database on the server does not have a computer account for this workstation trust relationship. + + + + +The workstation does not have a trust secret. + + + + +The disk media is not recognized. It may not be formatted. + + + + +The supplied user buffer is not valid for the requested operation. + + + + +The stub received bad data. + + + + +The byte count is too small. + + + + +The enumeration value is out of range. + + + + +A null reference pointer was passed to the stub. + + + + +The stub is unable to get the remote procedure call handle. + + + + +The binding handles passed to a remote procedure call do not match. + + + + +The context handle changed during a remote procedure call. + + + + +A null context handle was passed from the client to the host during a remote procedure call. + + + + +The file containing the character translation table has fewer than 512 bytes. + + + + +Unable to open the character translation table file. + + + + +The list of RPC servers available for the binding of auto handles has been exhausted. + + + + +A floating-point overflow occurred at the RPC server. + + + + +A floating-point underflow occurred at the RPC server. + + + + +A floating-point operation at the RPC server caused a division by zero. + + + + +An addressing error occurred in the RPC server. + + + + +The RPC server attempted an integer division by zero. + + + + +An internal error occurred in a remote procedure call (RPC). + + + + +No security context is available to allow impersonation. + + + + +The requested operation is not supported. + + + + +The network address family is invalid. + + + + +The name service is unavailable. + + + + +The entry is not found. + + + + +The entry already exists. + + + + +The interface was not found. + + + + +There is nothing to unexport. + + + + +There are no more members. + + + + +The version option is invalid. + + + + +The entry name is incomplete. + + + + +No interfaces have been exported. + + + + +There are no more endpoints available from the endpoint mapper. + + + + +The server endpoint cannot perform the operation. + + + + +The entry is invalid. + + + + +The authorization service is unknown. + + + + +The security context is invalid. + + + + +The authentication level is unknown. + + + + +The authentication service is unknown. + + + + +The binding does not contain any authentication information. + + + + +The procedure number is out of range. + + + + +The RPC protocol sequence was not found. + + + + +The string is too long. + + + + +The maximum number of calls is too small. + + + + +The authentication type is unknown. + + + + +The endpoint is a duplicate. + + + + +No network address is available to use to construct a universal unique identifier (UUID). + + + + +The name syntax is not supported. + + + + +The name syntax is invalid. + + + + +The binding does not contain an entry name. + + + + +The array bounds are invalid. + + + + +The tag is invalid. + + + + +The universal unique identifier (UUID) type is not supported. + + + + +The transfer syntax is not supported by the RPC server. + + + + +Access to the HTTP proxy is denied. + + + + +A remote procedure call (RPC) protocol error occurred. + + + + +The remote procedure call failed and did not execute. + + + + +The remote procedure call failed. + + + + +There are no remote procedure calls active on this thread. + + + + +The network options are invalid. + + + + +The RPC server is too busy to complete this operation. + + + + +The RPC server is unavailable. + + + + +Not enough resources are available to complete this operation. + + + + +The endpoint cannot be created. + + + + +There are no protocol sequences. + + + + +There are no bindings. + + + + +The interface is unknown. + + + + +The manager type is unknown. + + + + +The RPC server is not listening. + + + + +No protocol sequences have been registered. + + + + +The RPC server is already listening. + + + + +The type universal unique identifier (UUID) has already been registered. + + + + +The object universal unique identifier (UUID) has already been registered. + + + + +The object universal unique identifier (UUID) was not found. + + + + +The timeout value is invalid. + + + + +No endpoint was found. + + + + +The network address is invalid. + + + + +The endpoint format is invalid. + + + + +The string universal unique identifier (UUID) is invalid. + + + + +The RPC protocol sequence is invalid. + + + + +The RPC protocol sequence is not supported. + + + + +The binding handle is invalid. + + + + +The binding handle is not the correct type. + + + + +The string binding is invalid. + + + + +The Windows Installer service is not accessible in Safe Mode. Please try again when your computer is not in Safe Mode or you can use System Restore to return your machine to a previous good state. + + + + +Windows Installer does not permit updating of managed advertised products. At least one feature of the product must be installed before applying the update. + + + + +The XML update data is invalid. + + + + +Update removal was disallowed by policy. + + + + +No valid sequence could be found for the set of updates. + + + + +The update is not applied to this product. + + + + +Uninstallation of the update package is not supported. + + + + +The Windows Installer does not permit installation from a Remote Desktop Connection. + + + + +One or more customizations are not permitted by software restriction policy. + + + + +The update package is not permitted by software restriction policy. + + + + +The upgrade cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade may update a different version of the program. Verify that the program to be upgraded exists on your computer and that you have the correct upgrade. + + + + +The requested operation completed successfully. The system will be restarted so the changes can take effect. + + + + +Only administrators have permission to add, remove, or configure server software during a Terminal services remote session. If you want to install or configure software on the server, contact your network administrator. + + + + +Invalid command line argument. Consult the Windows Installer SDK for detailed command line help. + + + + +Another version of this product is already installed. Installation of this version cannot continue. To configure or remove the existing version of this product, use Add/Remove Programs on the Control Panel. + + + + +This update package cannot be processed by the Windows Installer service. You must install a Windows service pack that contains a newer version of the Windows Installer service. + + + + +This update package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer update package. + + + + +This update package could not be opened. Verify that the update package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer update package. + + + + +Component not used on this computer. + + + + +This installation package is not supported by this processor type. Contact your product vendor. + + + + +The Temp folder is on a drive that is full or is inaccessible. Free up space on the drive or verify that you have write permission on the Temp folder. + + + + +The Windows Installer service failed to start. Contact your support personnel. + + + + +Data of this type is not supported. + + + + +Data supplied is of wrong type. + + + + +Invalid or unknown table specified. + + + + +Function failed during execution. + + + + +Function could not be executed. + + + + +This installation is forbidden by system policy. Contact your system administrator. + + + + +Error applying transforms. Verify that the specified transform paths are valid. + + + + +The language of this installation package is not supported by your system. + + + + +Error opening installation log file. Verify that the specified log file location exists and that you can write to it. + + + + +There was an error starting the Windows Installer service user interface. Contact your support personnel. + + + + +This installation package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer package. + + + + +This installation package could not be opened. Verify that the package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer package. + + + + +Another installation is already in progress. Complete that installation before proceeding with this install. + + + + +The device has been removed. + + + + +Record field does not exist. + + + + +SQL query syntax invalid or unsupported. + + + + +Product is uninstalled. + + + + +This installation package cannot be installed by the Windows Installer service. You must install a Windows service pack that contains a newer version of the Windows Installer service. + + + + +The installation source for this product is not available. Verify that the source exists and that you can access it. + + + + +Component qualifier not present. + + + + +The configuration data for this product is corrupt. Contact your support personnel. + + + + +Handle is in an invalid state. + + + + +Unknown property. + + + + +Component ID not registered. + + + + +Feature ID not registered. + + + + +This action is only valid for products that are currently installed. + + + + +Installation suspended, incomplete. + + + + +Fatal error during installation. + + + + +User cancelled installation. + + + + +The Windows Installer Service could not be accessed. This can occur if the Windows Installer is not correctly installed. Contact your support personnel for assistance. + + + + +The specified thread is already joining a task. + + + + +The specified task index is invalid. + + + + +The specified task name is invalid. + + + + +The event log file has changed between read operations. + + + + +The event log file is full. + + + + +No event log file could be opened, so the event logging service did not start. + + + + +The event log file is corrupted. + + + + +There was an AuthIP failure when attempting to connect to the remote host. + + + + +The caller made the connection request in the wrong routing compartment. + + + + +This application must be restarted. + + + + +An error was encountered while processing an XML digital signature. + + + + +Windows was unable to parse the requested XML data. + + + + +This application does not support the current operation on symbolic links. + + + + +The symbolic link cannot be followed because its type is disabled. + + + + + Incorrect size argument. + + + + +Invalid monitor handle. + + + + +This operation returned because the timeout period expired. + + + + +This operation requires an interactive window station. + + + + +Hook type not allowed. + + + + +Invalid keyboard layout handle. + + + + +A menu item was not found. + + + + +The paging file is too small for this operation to complete. + + + + +Insufficient quota to complete the requested service. + + + + +Insufficient quota to complete the requested service. + + + + +Insufficient system resources exist to complete the requested service. + + + + +Insufficient system resources exist to complete the requested service. + + + + +Insufficient system resources exist to complete the requested service. + + + + +Cannot show or remove the window in the way specified. + + + + +Scroll bar range cannot be greater than MAXLONG. + + + + +The window does not have scroll bars. + + + + +Popup menu already active. + + + + +Cannot process a message from a window that is not a multiple document interface (MDI) window. + + + + +Invalid thread identifier. + + + + +Invalid GW_* command. + + + + +The window is not a child window. + + + + +All handles to windows in a multiple-window position structure must have the same parent. + + + + +Screen already locked. + + + + +Invalid system-wide (SPI_*) parameter. + + + + +Invalid message box style. + + + + +The window does not have a system menu. + + + + +Child windows cannot have menus. + + + + +Cannot destroy object created by another thread. + + + + +This list box does not support tab stops. + + + + +LB_SETCOUNT sent to non-lazy list box. + + + + +Invalid message for single-selection list box. + + + + +The hook procedure is not installed. + + + + +The journal hook procedure is already installed. + + + + +This hook procedure can only be set globally. + + + + +Cannot set nonlocal hook without a module handle. + + + + +Invalid hook procedure. + + + + +Invalid hook procedure type. + + + + +Invalid device context (DC) handle. + + + + +Height must be less than 256. + + + + +The window is not a combo box. + + + + +Invalid message for a combo box because it does not have an edit control. + + + + +Control ID not found. + + + + +The window is not a valid dialog window. + + + + +Hot key is not registered. + + + + +Thread does not have a clipboard open. + + + + +No wildcards were found. + + + + +The list box identifier was not found. + + + + +Using private DIALOG window words. + + + + +Invalid icon handle. + + + + +Invalid index. + + + + +Class still has open windows. + + + + +Class does not exist. + + + + +Class already exists. + + + + +Hot key is already registered. + + + + +Invalid window; it belongs to other thread. + + + + +Cannot find window class. + + + + +Cannot create a top-level child window. + + + + +Invalid handle to a multiple-window position structure. + + + + +Invalid hook handle. + + + + +Invalid accelerator table handle. + + + + +Invalid cursor handle. + + + + +Invalid menu handle. + + + + +Invalid window handle. + + + + +This operation cannot be performed on the current domain. + + + + +There is a time and/or date difference between the client and server. + + + + +Mutual Authentication failed. The server's password is out of date at the domain controller. + + + + +Logon Failure: The target account name is incorrect. + + + + +The service being accessed is licensed for a particular number of connections. +No more connections can be made to the service at this time because there are already as many connections as the service can accept. + + + + +There is no user session key for the specified logon session. + + + + +The disk structure is corrupted and unreadable. + + + + +The file or directory is corrupted and unreadable. + + + + +Indicates an ACL contains no inheritable components. + + + + +A cross-encrypted password is necessary to change this user password. + + + + +Too many security IDs have been specified. + + + + +A new member could not be added to a local group because the member has the wrong account type. + + + + +A member could not be added to or removed from the local group because the member does not exist. + + + + +A cross-encrypted password is necessary to change a user password. + + + + +Logon failure: the user has not been granted the requested logon type at this computer. + + + + +During a logon attempt, the user's security context accumulated too many security IDs. + + + + +The local security authority database contains an internal inconsistency. + + + + +The length of a secret exceeds the maximum length allowed. + + + + +The maximum number of secrets that may be stored in a single system has been exceeded. + + + + +Logon failure: the user has not been granted the requested logon type at this computer. + + + + +The specified local group already exists. + + + + +The specified account name is already a member of the group. + + + + +The specified account name is not a member of the group. + + + + +The specified local group does not exist. + + + + +The token is already in use as a primary token. + + + + +The user cannot be removed from a group because the group is currently the user's primary group. + + + + +Cannot perform this operation on this built-in special user. + + + + +Cannot perform this operation on this built-in special group. + + + + +Cannot perform this operation on built-in accounts. + + + + +An internal security database corruption has been encountered. + + + + +The transaction state of a registry subtree is incompatible with the requested operation. + + + + +Unable to impersonate using a named pipe until data has been read from that pipe. + + + + +A logon request contained an invalid logon type value. + + + + +The logon session ID is already in use. + + + + +The logon session is not in a state that is consistent with the requested operation. + + + + +A specified authentication package is unknown. + + + + +Cannot start a new logon session with an ID that is already in use. + + + + +The requested action is restricted for use by logon processes only. The calling process has not registered as a logon process. + + + + +A security descriptor is not in the right format (absolute or self-relative). + + + + +Generic access types were contained in an access mask which should already be mapped to nongeneric types. + + + + +An internal error occurred. + + + + +Unable to complete the requested operation because of either a catastrophic media failure or a data structure corruption on the disk. + + + + +An attempt was made to exceed the limit on the number of domains per server. + + + + +The specified domain already exists. + + + + +The specified domain either does not exist or could not be contacted. + + + + +This operation is only allowed for the Primary Domain Controller of the domain. + + + + +The domain was in the wrong state to perform the security operation. + + + + +The security account manager (SAM) or local security authority (LSA) server was in the wrong state to perform the security operation. + + + + +Configuration information could not be read from the domain controller, either because the machine is unavailable, or access has been denied. + + + + +Unable to perform a security operation on an object that has no associated security. + + + + +The type of the token is inappropriate for its attempted use. + + + + +The validation information class requested was invalid. + + + + +Cannot open an anonymous level security token. + + + + +Either a required impersonation level was not provided, or the provided impersonation level is invalid. + + + + +The specified attributes are invalid, or incompatible with the attributes for the group as a whole. + + + + +No more memory is available for security information updates. + + + + +The value provided was an invalid value for an identifier authority. + + + + +The server is currently enabled. + + + + +The server is currently disabled. + + + + +The inherited access control list (ACL) or access control entry (ACE) could not be built. + + + + +The security descriptor structure is invalid. + + + + +The security ID structure is invalid. + + + + +The access control list (ACL) structure is invalid. + + + + +The subauthority part of a security ID is invalid for this particular use. + + + + +No more local user identifiers (LUIDs) are available. + + + + +Too many local user identifiers (LUIDs) were requested at one time. + + + + +No mapping between account names and security IDs was done. + + + + +Logon failure: account currently disabled. + + + + +Logon failure: the specified account password has expired. + + + + +Logon failure: user not allowed to log on to this computer. + + + + +Logon failure: account logon time restriction violation. + + + + +Logon failure: user account restriction. Possible reasons are blank passwords not allowed, logon hour restrictions, or a policy restriction has been enforced. + + + + +Logon failure: unknown user name or bad password. + + + + +Unable to update the password. The value provided for the new password does not meet the length, complexity, or history requirements of the domain. + + + + +Unable to update the password. The value provided for the new password contains values that are not allowed in passwords. + + + + +Unable to update the password. The value provided as the current password is incorrect. + + + + +The last remaining administration account cannot be disabled or deleted. + + + + +The specified user account is not a member of the specified group account. + + + + +Either the specified user account is already a member of the specified group, or the specified group cannot be deleted because it contains a member. + + + + +The specified group does not exist. + + + + +The specified group already exists. + + + + +The specified account does not exist. + + + + +The specified account already exists. + + + + +The name provided is not a properly formed account name. + + + + +A required privilege is not held by the client. + + + + +A specified privilege does not exist. + + + + +A specified logon session does not exist. It may already have been terminated. + + + + +There are currently no logon servers available to service the logon request. + + + + +The group may not be disabled. + + + + +An attempt has been made to operate on an impersonation token by a thread that is not currently impersonating a client. + + + + +This security ID may not be assigned as the primary group of an object. + + + + +This security ID may not be assigned as the owner of this object. + + + + +Indicates two revision levels are incompatible. + + + + +The revision level is unknown. + + + + +The password is too complex to be converted to a LAN Manager password. The LAN Manager password returned is a NULL string. + + + + +No encryption key is available. A well-known encryption key was returned. + + + + +No system quota limits are specifically set for this account. + + + + +Some mapping between account names and security IDs was not done. + + + + +Not all privileges or groups referenced are assigned to the caller. + + + + +Indicates a particular Security ID may not be assigned as the label of an object. + + + + +A privilege that the service requires to function properly does not exist in the service account configuration. +You may use the Services Microsoft Management Console (MMC) snap-in (services.msc) and the Local Security Settings MMC snap-in (secpol.msc) to view the service configuration and the account configuration. + + + + +The requested file operation failed because the storage policy blocks that type of file. For more information, contact your system administrator. + + + + +The requested file operation failed because the storage quota was exceeded. +To free up disk space, move files to a different location or delete unnecessary files. For more information, contact your system administrator. + + + + +The service notification client is lagging too far behind the current state of services in the machine. + + + + +Either the target process, or the target thread's containing process, is a protected process. + + + + +An operation attempted to exceed an implementation-defined limit. + + + + +The process hosting the driver for this device has been terminated. + + + + +The service start failed since one or more services in the same process have an incompatible service SID type setting. A service with restricted service SID type can only coexist in the same process with other services with a restricted SID type. If the service SID type for this service was just configured, the hosting process must be restarted in order to start this service. + + + + +The operation occurred beyond the valid data length of the file. + + + + +The parameter passed to a C runtime function is incorrect. + + + + +Insufficient information exists to identify the cause of failure. + + + + +%1 is a 16-bit application. You do not have permissions to execute 16-bit applications. Check your permissions with your system administrator. + + + + +An attempt to delay-load a .dll or get a function address in a delay-loaded .dll failed. + + + + +An attempt to do an operation on a debug object failed because the object is in the process of being deleted. + + + + +Data present in one of the parameters is more than the function can operate on. + + + + +The system detected an overrun of a stack-based buffer in this application. This overrun could potentially allow a malicious user to gain control of this application. + + + + +The current thread has already been converted from a fiber. + + + + +The current thread has already been converted to a fiber. + + + + +A transaction recover failed. + + + + +Windows cannot open this program because the license enforcement system has been tampered with or become corrupted. + + + + +Windows cannot open this program since it has been disabled. + + + + +A dynamic link library (DLL) referenced a module that was neither a DLL nor the process's executable image. + + + + +This driver has been blocked from loading + + + + +The group policy framework should call the extension in the synchronous foreground policy refresh. + + + + +An application-defined callback gave invalid data when called. + + + + +The machine is locked and cannot be shut down without the force option. + + + + +The system detected a possible attempt to compromise security. Please ensure that you can contact the server that authenticated you. + + + + +The kerberos protocol encountered an error while attempting to utilize the smartcard subsystem. + + + + +The kerberos protocol encountered an error while validating the KDC certificate during smartcard logon. There is more information in the system event log. + + + + +The share is currently offline or does not exist. + + + + +A program attempt to use an invalid register value. Normally caused by an uninitialized register. This error is Itanium specific. + + + + +This program is blocked by group policy. For more information, contact your system administrator. + + + + +AppHelp dialog canceled thus preventing the application from starting. + + + + +The security identifier provided does not have a domain component. + + + + +The security identifier provided is not from an account domain. + + + + +The remote system is not available. For information about network troubleshooting, see Windows Help. + + + + +The server machine is shutting down. + + + + +This operation is not supported on a computer running Windows Server 2003 for Small Business Server + + + + +The specified user does not have a valid profile. + + + + +The group policy framework should call the extension even if there are no changes. + + + + +This operation is supported only when you are connected to the server. + + + + +A domain controller with the specified name already exists. + + + + +The specified site does not exist. + + + + +No more local devices. + + + + +An attempt was made to perform an initialization operation when initialization has already been completed. + + + + +Continue with work in progress. + + + + +The operation being requested was not performed because the user has not logged on to the network. +The specified service does not exist. + + + + +The operation being requested was not performed because the user has not been authenticated. + + + + +The specified service does not exist. + + + + +The service is already registered. + + + + +The network address could not be used for the operation requested. + + + + +The account is not authorized to log in from this station. + + + + +Attempting to log in during an unauthorized time of day for this account. + + + + +A connection to the server could not be made because the limit on the number of concurrent connections for this account has been reached. + + + + +The operation could not be completed. A retry should be performed. + + + + +The network connection was aborted by the local system. + + + + +The request was aborted. + + + + +No service is operating at the destination network endpoint on the remote system. + + + + +The network location cannot be reached. For information about network troubleshooting, see Windows Help. + + + + +The network location cannot be reached. For information about network troubleshooting, see Windows Help. + + + + +The network location cannot be reached. For information about network troubleshooting, see Windows Help. + + + + +An invalid operation was attempted on an active network connection. + + + + +An operation was attempted on a nonexistent network connection. + + + + +An address has not yet been associated with the network endpoint. + + + + +The network transport endpoint already has an address associated with it. + + + + +The network connection was gracefully closed. + + + + +The remote computer refused the network connection. + + + + +The requested operation cannot be performed on a file with a user-mapped section open. + + + + +The operation was canceled by the user. + + + + +The network is not present or not started. + + + + +The workgroup or domain name is already in use by another computer on the network. + + + + +An attempt was made to establish a session to a network server, but there are already too many sessions established to that server. + + + + +Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed. Disconnect all previous connections to the server or shared resource and try again. + + + + +The format of the specified message destination is invalid. + + + + +The format of the specified message name is invalid. + + + + +The format of the specified password is invalid. + + + + +The format of the specified share name is invalid. + + + + +The format of the specified network name is invalid. + + + + +The format of the specified service name is invalid. + + + + +The format of the specified domain name is invalid. + + + + +The format of the specified event name is invalid. + + + + +The format of the specified computer name is invalid. + + + + +The format of the specified group name is invalid. + + + + +An extended error has occurred. + + + + +Cannot enumerate a noncontainer. + + + + +The network connection profile is corrupted. + + + + +Unable to open the network connection profile. + + + + +The specified network provider name is invalid. + + + + +The network path was either typed incorrectly, does not exist, or the network provider is not currently available. Please try retyping the path or contact your network administrator. + + + + +The local device name has a remembered connection to another network resource. + + + + +The device is not currently connected but it is a remembered connection. + + + + +The specified device name is invalid. + + + + +The system shutdown cannot be initiated because there are other users logged on to the computer. + + + + +A system shutdown has already been scheduled. + + + + +The journal entry has been deleted from the journal. + + + + +A file was found, but it may not be the correct file. + + + + +The volume change journal is not active. + + + + +The volume change journal is being deleted. + + + + +Unable to move the replacement file to the file to be replaced. The file to be replaced has been renamed using the backup name. + + + + +Unable to move the replacement file to the file to be replaced. The file to be replaced has retained its original name. + + + + +Unable to remove the file to be replaced. + + + + +The Volume ID could not be found. + + + + +The tracking (workstation) service is not running. + + + + +The point passed to GetMouseMovePoints is not in the buffer. + + + + +The property set specified does not exist on the object. + + + + +There was no match for the specified key in the index. + + + + +Element not found. + + + + +The device is not connected. + + + + +The device has indicated that its door is open. + + + + +The device has indicated that cleaning is required before further operations are attempted. + + + + +The indicated device requires reinitialization due to hardware errors. + + + + +The indicated element is part of a magazine that is not present. + + + + +The indicated element does not exist. + + + + +The indicated destination element already contains media. + + + + +The indicated source element has no media. + + + + +The message can be used only with synchronous operations. + + + + +The current process has used all of its system allowance of handles for Window Manager objects. + + + + +One of the library files needed to run this application cannot be found. + + + + +An error occurred in sending the command to the application. + + + + +No application is associated with the specified file for this operation. + + + + +One of the library files needed to run this application is damaged. + + + + +The specified program was written for an earlier version of Windows. + + + + +Cannot start more than one instance of the specified program. + + + + +The specified program is not a Windows or MS-DOS program. + + + + +The specified program requires a newer version of Windows. + + + + +An attempt was made to create more links on a file than the file system supports. + + + + +The system BIOS failed an attempt to change the system power state. + + + + +An attempt to change the system power state was vetoed by another application or driver. + + + + +The base address or the file offset specified does not have the proper alignment. + + + + +A potential deadlock condition has been detected. + + + + +Not enough server storage is available to process this command. + + + + +Physical end of tape encountered. + + + + +While accessing the hard disk, a disk controller reset was needed, but even that failed. + + + + +While accessing the hard disk, a disk operation failed even after retries. + + + + +While accessing the hard disk, a recalibrate operation failed, even after retries. + + + + +The floppy disk controller returned inconsistent results in its registers. + + + + +The floppy disk controller reported an error that is not recognized by the floppy disk driver. + + + + +Mismatch between the floppy disk sector ID field and the floppy disk controller track address. + + + + +No ID address mark was found on the floppy disk. + + + + +A serial I/O operation completed because the timeout period expired. +(The IOCTL_SERIAL_XOFF_COUNTER did not reach zero.) + + + + +A serial I/O operation was completed by another write to the serial port. +(The IOCTL_SERIAL_XOFF_COUNTER reached zero.) + + + + +Unable to open a device that was sharing an interrupt request (IRQ) with other devices. At least one other device that uses that IRQ was already opened. + + + + +No serial device was successfully initialized. The serial driver will unload. + + + + +The request could not be performed because of an I/O device error. + + + + +Unable to abort the system shutdown because no shutdown was in progress. + + + + +A system shutdown is in progress. + + + + +A dynamic link library (DLL) initialization routine failed. + + + + +No mapping for the Unicode character exists in the target multi-byte code page. + + + + +No media in drive. + + + + +The I/O bus was reset. + + + + +The media in the drive may have changed. + + + + +Unable to unload the media. + + + + +Unable to lock the media eject mechanism. + + + + +Tape partition information could not be found when loading a tape. + + + + +When accessing a new tape of a multivolume partition, the current block size is incorrect. + + + + +Tape could not be partitioned. + + + + +No more data is on the tape. + + + + +A tape access reached the end of a set of files. + + + + +The beginning of the tape or a partition was encountered. + + + + +A tape access reached a filemark. + + + + +The physical end of the tape has been reached. + + + + +This service cannot be started in Safe Mode + + + + +The executable program that this service is configured to run in does not implement the service. + + + + +No recovery program has been configured for this service. + + + + +This service runs in the same process as the service control manager. +Therefore, the service control manager cannot take action if this service's process terminates unexpectedly. + + + + +Failure actions can only be set for Win32 services, not for drivers. + + + + +The account specified for this service is different from the account specified for other services running in the same process. + + + + +The name is already in use as either a service name or a service display name. + + + + +No attempts to start the service have been made since the last boot. + + + + +The current boot has already been accepted for use as the last-known-good control set. + + + + +The dependency service does not exist or has been marked for deletion. + + + + +The system is currently running with the last-known-good configuration. + + + + +The specified service already exists. + + + + +The specified service has been marked for deletion. + + + + +The specified service database lock is invalid. + + + + +After starting, the service hung in a start-pending state. + + + + +The service did not start due to a logon failure. + + + + +The dependency service or group failed to start. + + + + +The process terminated unexpectedly. + + + + +The service has returned a service-specific error code. + + + + +The database specified does not exist. + + + + +An exception occurred in the service when handling the control request. + + + + +The service process could not connect to the service controller. + + + + +The service has not been started. + + + + +The service cannot accept control messages at this time. + + + + +The specified service does not exist as an installed service. + + + + +Circular service dependency was specified. + + + + +The service cannot be started, either because it is disabled or because it has no enabled devices associated with it. + + + + +The account name is invalid or does not exist, or the password is invalid for the account name specified. + + + + +An instance of the service is already running. + + + + +The service database is locked. + + + + +A thread could not be created for the service. + + + + +The service did not respond to the start or control request in a timely fashion. + + + + +The requested control is not valid for this service. + + + + +A stop control has been sent to a service that other running services are dependent on. + + + + +A notify change request is being completed and the information is not being returned in the caller's buffer. The caller now needs to enumerate the files to find the changes. + + + + +Cannot create a stable subkey under a volatile parent key. + + + + +Cannot create a symbolic link in a registry key that already has subkeys or values. + + + + +System could not allocate the required space in a registry log. + + + + +Illegal operation attempted on a registry key that has been marked for deletion. + + + + +The system has attempted to load or restore a file into the registry, but the specified file is not in a registry file format. + + + + +An I/O operation initiated by the registry failed unrecoverably. The registry could not read in, or write out, or flush, one of the files that contain the system's image of the registry. + + + + +The registry is corrupted. The structure of one of the files containing registry data is corrupted, or the system's memory image of the file is corrupted, or the file could not be recovered because the alternate copy or log was absent or corrupted. + + + + +One of the files in the registry database had to be recovered by use of a log or alternate copy. The recovery was successful. + + + + +The configuration registry key could not be written. + + + + +The configuration registry key could not be read. + + + + +The configuration registry key could not be opened. + + + + +The configuration registry key is invalid. + + + + +The configuration registry database is corrupt. + + + + +An attempt was made to reference a token that does not exist. + + + + +The requested operation cannot be performed in full-screen mode. + + + + +The volume for a file has been externally altered so that the opened file is no longer valid. + + + + +The volume does not contain a recognized file system. +Please make sure that all required file system drivers are loaded and that the volume is not corrupted. + + + + +Invalid flags. + + + + +Cannot complete this function. + + + + +The window cannot act on the sent message. + + + + +Recursion too deep; the stack overflowed. + + + + +Error performing inpage operation. + + + + +Invalid access to memory location. + + + + +Overlapped I/O operation is in progress. + + + + +Overlapped I/O event is not in a signaled state. + + + + +The I/O operation has been aborted because of either a thread exit or an application request. + + + + +Access to the extended attribute was denied. + + + + +The resources required for this device conflict with the MCFG table. + + + + +{Delayed Write Failed} +Windows was unable to save all the data for the file %hs; the data has been lost. +This error may be caused if the device has been removed or the media is write-protected. + + + + +{Delayed Write Failed} +Windows was unable to save all the data for the file %hs; the data has been lost. +This error was returned by the server on which the file exists. Please try to save this file elsewhere. + + + + +{Delayed Write Failed} +Windows was unable to save all the data for the file %hs; the data has been lost. +This error may be caused by network connectivity issues. Please try to save this file elsewhere. + + + + +A valid hibernation file has been invalidated and should be abandoned. + + + + +Access to %1 has been restricted by your Administrator by policy rule %2. + + + + +Access to %1 is monitored by policy rule %2. + + + + +A thread is getting dispatched with MCA EXCEPTION because of MCA. + + + + +The system powerstate is transitioning from %2 to %3 but could enter %4. + + + + +The system powerstate is transitioning from %2 to %3. + + + + +The Desktop heap encountered an error while allocating session memory. +There is more information in the system event log. + + + + +The attempted operation required self healing to be enabled. + + + + +The hardware has reported an uncorrectable memory error. + + + + +The iterator's start position is invalid. + + + + +A version number could not be parsed. + + + + +The client of a component requested an operation which is not valid given the state of the component instance. + + + + +The implementation is not capable of performing the request. + + + + +One or more errors occurred while processing the request. + + + + +The data provider was not able to intrepret the flags set for a column binding in an accessor. + + + + +The data provider requires that previously fetched data is released before asking for more data. + + + + +The data provider cannot scroll backwards through a result set. + + + + +The data provider cannot fetch backwards through a result set. + + + + +Compression is disabled for this volume. + + + + +An exception occurred in a user mode callback and the kernel callback frame should be removed. + + + + +Debugger continued + + + + +Debugger handled exception + + + + +An operation is blocked waiting for an oplock. + + + + +The specified interrupt vector is still connected. + + + + +The specified interrupt vector was already connected. + + + + +A file system or file system filter driver has successfully completed an FsFilter operation. + + + + +{Volume Shadow Copy Service} +The system is now ready for hibernation. + + + + +The specified process is part of a job. + + + + +The specified process is not part of a job. + + + + +A process being terminated has no threads to terminate. + + + + +The translator has translated these resources into the global space and no further translations should be performed. + + + + +The device has succeeded a query-stop and its resource requirements have changed. + + + + +A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link. + + + + +Specified buffer contains all zeros. + + + + +Crash dump exists in paging file. + + + + +Cached page was locked during operation. + + + + +Page fault was satisfied by reading from a secondary storage device. + + + + +Page fault was a demand zero fault. + + + + +Page fault was a demand zero fault. + + + + +Page fault was a demand zero fault. + + + + +Page fault was a transition fault. + + + + +{Connect Failure on Primary Transport} +An attempt was made to connect to the remote server %hs on the primary transport, but the connection failed. +The computer WAS able to connect on a secondary transport. + + + + +This indicates that a notify change request has been completed due to closing the handle which made the notify change request. + + + + +This success level status indicates that the transaction state already exists for the registry sub-tree, but that a transaction commit was previously aborted. +The commit has now been completed. + + + + +A new volume has been mounted by a file system. + + + + +An open/create operation completed while an oplock break is underway. + + + + +A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link. + + + + +The requested operation requires elevation. + + + + + ERROR_ALERTED + + + + + ERROR_KERNEL_APC + + + + + ERROR_USER_APC + + + + + ERROR_ABANDONED_WAIT_63 + + + + + ERROR_ABANDONED_WAIT_0 + + + + + ERROR_WAIT_63 + + + + + ERROR_WAIT_3 + + + + + ERROR_WAIT_2 + + + + + ERROR_WAIT_1 + + + + +The system has awoken + + + + +A device driver is leaking locked I/O pages causing system degradation. The system has automatically enabled tracking code in order to try and catch the culprit. + + + + +Windows has detected that the system firmware (BIOS) was updated [previous firmware date = %2, current firmware date %3]. + + + + +The system was resumed from hibernation. + + + + +The system was put into hibernation. + + + + +The CPUs in this multiprocessor system are not all the same revision level. To use all processors the operating system restricts itself to the features of the least capable processor in the system. Should problems occur with this system, contact the CPU manufacturer to see if this mix of processors is supported. + + + + +The inserted CardBus device cannot be started because of a configuration error on "%hs". + + + + +The arbiter has deferred arbitration of these resources to its parent + + + + +The resumable flag to a timer API was ignored. + + + + +A yield execution was performed and no thread was available to run. + + + + +{Machine Type Mismatch} +The image file %hs is valid, but is for a machine type other than the current machine. + + + + + ERROR_ALREADY_WIN32 + + + + +Application popup: %1 : %2 + + + + +{Page Locked} +One of the pages to lock was already locked. + + + + +%hs + + + + +{Page Unlocked} +The page protection of a locked page was changed to 'No Access' and the page was unlocked from memory and from the process. + + + + +The specified registry key is referenced by a predefined handle. + + + + +{Fatal Application Exit} +%hs + + + + +Checking file system on %wZ + + + + +{TDI Event Pending} +The TDI indication has entered the pending state. + + + + +{TDI Event Done} +The TDI indication has completed successfully. + + + + +{Partial Expedited Data Received} +The network transport returned partial data to its client and this data was marked as expedited by the remote system. The remaining data will be sent later. + + + + +{Expedited Data Received} +The network transport returned data to its client that was marked as expedited by the remote system. + + + + +{Partial Data Received} +The network transport returned partial data to its client. The remaining data will be sent later. + + + + +{Machine Type Mismatch} +The image file %hs is valid, but is for a machine type other than the current machine. Select OK to continue, or CANCEL to fail the DLL load. + + + + +{Redundant Write} +To satisfy a write request, the NT fault-tolerant file system successfully wrote a redundant copy of the information. +This was done because the file system encountered a failure on a member of the fault-tolerant volume, but was not able to reassign the failing area of the device. + + + + +{Redundant Read} +To satisfy a read request, the NT fault-tolerant file system successfully read the requested data from a redundant copy. +This was done because the file system encountered a failure on a member of the fault-tolerant volume, but was unable to reassign the failing area of the device. + + + + +{Invalid Current Directory} +The process cannot switch to the startup current directory %hs. +Select OK to set current directory to %hs, or select CANCEL to exit. + + + + +{Segment Load} +A virtual DOS machine (VDM) is loading, unloading, or moving an MS-DOS or Win16 program segment image. +An exception is raised so a debugger can load, unload or track symbols and breakpoints within these 16-bit segments. + + + + +This informational level status indicates that a specified registry sub-tree transaction state did not yet exist and had to be created. + + + + +{Image Relocated} +An image file could not be mapped at the address specified in the image file. Local fixups must be performed on this image. + + + + +{Thread Suspended} +A thread termination occurred while the thread was suspended. The thread was resumed, and termination proceeded. + + + + +{Object Exists} +An attempt was made to create an object and the object name already existed. + + + + +Debugger command communication exception. + + + + +Debugger received control break. + + + + +Debugger received RIP exception. + + + + +Debugger printed exception on control C. + + + + +Debugger got control C. + + + + +Debugger terminated process. + + + + +Debugger terminated thread. + + + + +Debugger cannot provide handle. + + + + +Debugger will reply later. + + + + +Debugger did not handle the exception. + + + + +The application is loading executable code from the module %hs. This is secure, but may be incompatible with previous releases of the operating system. An alternative, %hs, is available. Should the application use the secure module %hs? + + + + +The application is attempting to run executable code from the module %hs. This may be insecure. An alternative, %hs, is available. Should the application use the secure module %hs? + + + + +{Registry Hive Recovered} +Registry hive (file): +%hs +was corrupted and it has been recovered. Some data might have been lost. + + + + +A frame consolidation has been executed. + + + + +The Plug and Play query operation was not successful. + + + + +A long jump has been executed. + + + + +The create operation stopped after reaching a symbolic link + + + + +{GUID Substitution} +During the translation of a global identifier (GUID) to a Windows security ID (SID), no administratively-defined GUID prefix was found. +A substitute prefix was used, which will not compromise system security. +However, this may provide a more restrictive access than intended. + + + + +{Media Changed} +The media may have changed. + + + + +This warning level status indicates that the transaction state already exists for the registry sub-tree, but that a transaction commit was previously aborted. +The commit has NOT been completed, but has not been rolled back either (so it may still be committed if desired). + + + + +{Too Much Information} +The specified access control list (ACL) contained more information than was expected. + + + + +{Handles Closed} +Handles to objects have been automatically closed as a result of the requested operation. + + + + +{Kernel Debugger Awakened} +the system debugger was awakened by an interrupt. + + + + +Driver %2 returned invalid ID for a child device (%3). + + + + +A IRQ translator failed to translate resources. + + + + +A translator failed to translate resources. + + + + +A device is missing in the system BIOS MPS table. This device will not be used. +Please contact your system vendor for system BIOS update. + + + + +WOW Assertion Error. + + + + +An error occurred in the ACPI subsystem. + + + + +An assertion failure has occurred. + + + + +The requested operation could not be completed due to a file system limitation + + + + +The system has failed to hibernate (The error code is %hs). Hibernation will be disabled until the system is restarted. + + + + +{Volume Shadow Copy Service} +Please wait while the Volume Shadow Copy Service prepares volume %hs for hibernation. + + + + +The driver could not be loaded because a previous version of the driver is still in memory. + + + + +System hive size has exceeded its limit. + + + + +There was error [%2] processing the driver database. + + + + +A Machine Check Error has occurred. Please check the system eventlog for additional information. + + + + +The device object parameter is either not a valid device object or is not attached to the volume specified by the file name. + + + + +The create operation failed because the name contained at least one mount point which resolves to a volume to which the specified device object is not attached. + + + + +The "%hs" encountered an error while applying power or reading the device configuration. +This may be caused by a failure of your hardware or by a poor connection. + + + + +The driver was not loaded because it failed it's initialization call. + + + + +The driver was not loaded because the system is booting into safe mode. + + + + +The specified range could not be found in the range list. + + + + +This version of Windows is not compatible with the behavior version of directory forest, domain or domain controller. + + + + +An attempt to remove a processes DebugPort was made, but a port was not already associated with the process. + + + + +The system is in the process of shutting down. + + + + + ERROR_MULTIPLE_FAULT_VIOLATION + + + + +There is not enough power to complete the requested operation. + + + + +Device will not start without a reboot. + + + + +{Fatal System Error} +The system image %s is not properly signed. +The file has been replaced with the signed file. +The system has been shut down. + + + + +A device was removed so enumeration must be restarted. + + + + +{Virtual Memory Minimum Too Low} +Your system is low on virtual memory. Windows is increasing the size of your virtual memory paging file. +During this process, memory requests for some applications may be denied. For more information, see Help. + + + + +The system file %1 has become corrupt and has been replaced. + + + + +{System Standby Failed} +The driver %hs does not support standby mode. Updating this driver may allow the system to go to standby mode. + + + + +The requested interface is not supported. + + + + +{EXCEPTION} +Multiple floating point traps. + + + + +{EXCEPTION} +Multiple floating point faults. + + + + +A group marked use for deny only cannot be enabled. + + + + +The server process is running under a SID different than that required by client. + + + + +The range could not be added to the range list because of a conflict. + + + + +There are no more matches for the current index enumeration. + + + + +The validation process needs to continue on to the next step. + + + + +{DLL Initialization Failed} +The application failed to initialize because the window station is shutting down. + + + + +{Illegal System DLL Relocation} +The system DLL %hs was relocated in memory. The application will not run properly. +The relocation occurred because the DLL %hs occupied an address range reserved for Windows system DLLs. The vendor supplying the DLL should be contacted for a new DLL. + + + + +{Windows Evaluation Notification} +The evaluation period for this installation of Windows has expired. This system will shutdown in 1 hour. To restore access to this installation of Windows, please upgrade this installation using a licensed distribution of this product. + + + + +The specified quota list is internally inconsistent with its descriptor. + + + + +The specified Plug and Play registry device path is invalid. + + + + +The specified hardware profile configuration is invalid. + + + + +The specified compression format is unsupported. + + + + +You have attempted to change your password to one that you have used in the past. +The policy of your user account does not allow this. Please select a password that you have not previously used. + + + + +The policy of your user account does not allow you to change passwords too frequently. +This is done to prevent users from changing back to a familiar, but potentially discovered, password. +If you feel your password has been compromised then please contact your administrator immediately to have a new one assigned. + + + + +The password provided is too short to meet the policy of your user account. +Please choose a longer password. + + + + +A callback return system service cannot be executed when no callback is active. + + + + +{Low On Registry Space} +The system has reached the maximum size allowed for the system part of the registry. Additional storage requests will be ignored. + + + + +There is an IP address conflict with another system on the network + + + + +There is an IP address conflict with another system on the network + + + + +{Invalid Service Callback Entrypoint} +The %hs service is not written correctly. The stack pointer has been left in an inconsistent state. +The callback entrypoint should be declared as WINAPI or STDCALL. Selecting OK will cause the service to continue operation. However, the service process may operate incorrectly. + + + + +{Invalid DLL Entrypoint} +The dynamic link library %hs is not written correctly. The stack pointer has been left in an inconsistent state. +The entrypoint should be declared as WINAPI or STDCALL. Select YES to fail the DLL load. Select NO to continue execution. Selecting NO may cause the application to operate incorrectly. + + + + +There is insufficient account information to log you on. + + + + +The timer resolution was not previously set by the current process. + + + + +{Audit Failed} +An attempt to generate a security audit failed. + + + + +The specified buffer contains ill-formed data. + + + + +The supplied variant structure contains invalid data. + + + + +The user/kernel marshalling buffer has overflowed. + + + + +The bucket array must be grown. Retry transaction after doing so. + + + + +The attempt to find the object found an object matching by ID on the volume but it is out of the scope of the handle used for the operation. + + + + +Internal OFS status codes indicating how an allocation operation is handled. Either it is retried after the containing onode is moved or the extent stream is converted to a large stream. + + + + +The request must be handled by the stack overflow code. + + + + +The stream is not a tiny stream. + + + + +The parameter(s) passed to the server in the client/server shared memory window were invalid. Too much data may have been put in the shared memory window. + + + + +{Delayed Write Failed} +Windows was unable to save all the data for the file %hs. The data has been lost. +This error may be caused by a failure of your computer hardware or network connection. Please try to save this file elsewhere. + + + + +{Reply Message Mismatch} +An attempt was made to reply to an LPC message, but the thread specified by the client ID in the message was not waiting on that message. + + + + +{Cancel Timeout} +The driver %hs failed to complete a cancelled I/O request in the allotted time. + + + + +NTVDM encountered a hard error. + + + + +{Data Not Accepted} +The TDI client could not handle the data received during an indication. + + + + +{Fatal System Error} +The %hs system process terminated unexpectedly with a status of 0x%08x (0x%08x 0x%08x). +The system has been shut down. + + + + +{Unexpected Failure in DebugActiveProcess} +An unexpected failure occurred while processing a DebugActiveProcess API request. You may choose OK to terminate the process, or Cancel to ignore the error. + + + + +{Registry File Failure} +The registry cannot load the hive (file): +%hs +or its log or alternate. +It is corrupt, absent, or not writable. + + + + +A volume has been accessed for which a file system driver is required that has not yet been loaded. + + + + +An attempt was made to acquire a mutant such that its maximum count would have been exceeded. + + + + +This operation is only allowed for the Primary Domain Controller of the domain. + + + + +The system BIOS failed to connect a system interrupt to the device or bus for which the device is connected. + + + + +The paging file cannot be created on a floppy diskette. + + + + +The Unicode character is not defined in the Unicode character set installed on the system. + + + + +An illegal character was encountered. For a multi-byte character set this includes a lead byte without a succeeding trail byte. For the Unicode character set this includes the characters 0xFFFF and 0xFFFE. + + + + +A Windows Server has an incorrect configuration. + + + + +An event pair synchronization operation was performed using the thread specific client/server event pair object, but no event pair object was associated with the thread. + + + + +{EXCEPTION} +A real-mode application issued a floating-point instruction and floating-point hardware is not present. + + + + +{No Paging File Specified} +No paging file was specified in the system configuration. + + + + +Windows cannot verify the digital signature for this file. A recent hardware or software change might have installed a file that is signed incorrectly or damaged, or that might be malicious software from an unknown source. + + + + +{Unable to Create Paging File} +The creation of the paging file %hs failed (%lx). The requested size was %ld. + + + + +{Application Error} +The application failed to initialize properly (0x%lx). Click OK to terminate the application. + + + + +{Application Error} +The exception %s (0x%08lx) occurred in the application at location 0x%08lx. + + + + +{Missing System File} +The required system file %hs is bad or missing. + + + + +{Application Exit by CTRL+C} +The application terminated as a result of a CTRL+C. + + + + +{Privilege Failed} +The I/O permissions for the process could not be changed. + + + + +The NtCreateFile API failed. This error should never be returned to an application, it is a place holder for the Windows Lan Manager Redirector to use in its internal error mapping routines. + + + + +The SAM database on a Windows Server is significantly out of synchronization with the copy on the Domain Controller. A complete synchronization is required. + + + + +The Netlogon service cannot start because another Netlogon service running in the domain conflicts with the specified role. + + + + +Page file quota was exceeded. + + + + +An attempt was made to operate on a thread within a specific process, but the thread specified is not in the process specified. + + + + +Indicates a process has too many threads to perform the requested action. For example, assignment of a primary token may only be performed when a process has zero or one threads. + + + + +Indicates that the user supplied an invalid descriptor when trying to set up Ldt descriptors. + + + + +Indicates that the starting value for the LDT information was not an integral multiple of the selector size. + + + + +Indicates that an attempt was made to grow an LDT by setting its size, or that the size was not an even number of selectors. + + + + +Indicates that an attempt was made to assign protection to a file system file or directory and one of the SIDs in the security descriptor could not be translated into a GUID that could be stored by the file system. +This causes the protection attempt to fail, which may cause a file creation attempt to fail. + + + + +A malformed function table was encountered during an unwind operation. + + + + +If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter. +In this case information is lost, however, the filter correctly handles the exception. + + + + +If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter. +In this case information is lost, however, the filter correctly handles the exception. + + + + +If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter. +In this case information is lost, however, the filter correctly handles the exception. + + + + +Indicates that a thread attempted to terminate itself by default (called NtTerminateThread with NULL) and it was the last thread in the current process. + + + + +Used to indicate that an operation cannot continue without blocking for I/O. + + + + +The number of active profiling objects is at the maximum and no more may be started. + + + + +The passed ACL did not contain the minimum required information. + + + + +Profiling not stopped. + + + + +Profiling not started. + + + + +An attempt was made to execute an instruction at an unaligned address and the host system does not support unaligned instruction references. + + + + +An attempt was made to attach to a device that was already attached to another device. + + + + +An attempt was made to lower a quota limit below the current usage. + + + + +Length of message passed to NtRequestPort or NtRequestWaitReplyPort was longer than the maximum message allowed by the port. + + + + +Invalid Object Attributes specified to NtCreatePort or invalid Port Attributes specified to NtConnectPort + + + + +An invalid unwind target was encountered during an unwind operation. + + + + +An invalid or unaligned stack was encountered during an unwind operation. + + + + +Unwind exception code. + + + + +An attempt was made to cancel or set a timer that has an associated APC and the subject thread is not the thread that originally set the timer with an associated APC routine. + + + + +An error occurred in the WX86 subsystem. + + + + +A warning occurred in the WX86 subsystem. + + + + +An error occurred in the ABIOS subsystem. + + + + +Application verifier has found an error in the current process. + + + + +Waiting for a process to open the other end of the pipe. + + + + +There is a process on other end of the pipe. + + + + +Arithmetic result exceeded 32 bits. + + + + +User profile cannot be loaded. + + + + +Attempt to access invalid address. + + + + +The process is not in background processing mode. + + + + +The process is already in background processing mode. + + + + +The thread is not in background processing mode. + + + + +The thread is already in background processing mode. + + + + +The maximum number of sessions has been reached. + + + + +The restart operation failed. + + + + +The shutdown operation failed. + + + + +No action was taken as a system reboot is required. + + + + +The scope specified was not found. + + + + +The system cannot find message text for message number 0x%1 in the message file for %2. + + + + +The file cannot be opened because it is in the process of being deleted. + + + + +The volume is too fragmented to complete this operation. + + + + +An invalid oplock acknowledgment was received by the system. + + + + +The oplock request is denied. + + + + +Only part of a ReadProcessMemory or WriteProcessMemory request was completed. + + + + +Too many posts were made to a semaphore. + + + + +Attempt to release mutex not owned by caller. + + + + +The mounted file system does not support extended attributes. + + + + +The specified extended attribute handle is invalid. + + + + +The extended attribute table file is full. + + + + +The extended attribute file on the mounted file system is corrupt. + + + + +The extended attributes did not fit in the buffer. + + + + +The directory name is invalid. + + + + +The copy functions cannot be used. + + + + +No more data is available. + + + + +The wait operation timed out. + + + + +The extended attributes are inconsistent. + + + + +The specified extended attribute name was invalid. + + + + +The session was canceled. + + + + +More data is available. + + + + +No process is on the other end of the pipe. + + + + +The pipe is being closed. + + + + +All pipe instances are busy. + + + + +The pipe state is invalid. + + + + +The pipe is local. + + + + +This file contains a virus and cannot be opened. Due to the nature of this virus, the file has been removed from this location. + + + + +Operation did not complete successfully because the file contains a virus. + + + + +Access Denied. Before opening files in this location, you must first browse to the web site and select the option to login automatically. + + + + +The file size exceeds the limit allowed and cannot be saved. + + + + +The file type being saved or retrieved has been blocked. + + + + +The file must be checked out before saving changes. + + + + +This file is checked out or locked for editing by another user. + + + + +The image file %1 is strong signed, unable to modify. + + + + +The image file %1 is signed, unable to modify. + + + + +This version of %1 is not compatible with the version of Windows you're running. Check your computer's system information to see whether you need a x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher. + + + + +Cannot nest calls to LoadModule. + + + + +Too many dynamic-link modules are attached to this program or dynamic-link module. + + + + +The segment is locked and cannot be reallocated. + + + + +The signal handler cannot be set. + + + + +The signal being posted is not correct. + + + + +The global filename characters, * or ?, are entered incorrectly or too many global filename characters are specified. + + + + +The ring 2 stack is in use. + + + + +The filename or extension is too long. + + + + +No process in the command subtree has a signal handler. + + + + +The system could not find the environment option that was entered. + + + + +The operating system cannot run %1. + + + + +The operating system cannot run %1. + + + + +The code segment cannot be greater than or equal to 64K. + + + + +The operating system cannot run this application program. + + + + +The operating system cannot run %1. + + + + +The operating system is not presently configured to run this application. + + + + +The operating system cannot run this application program. + + + + +The operating system cannot run %1. + + + + +The operating system cannot run %1. + + + + +%1 is not a valid Win32 application. + + + + +The operating system cannot run %1. + + + + +Cannot run %1 in Win32 mode. + + + + +The operating system cannot run %1. + + + + +The operating system cannot run %1. + + + + +The operating system cannot run %1. + + + + +The specified system semaphore name was not found. + + + + +The flag passed is not correct. + + + + +Cannot create a file when that file already exists. + + + + +The operating system cannot run %1. + + + + +The system detected a segment number that was not correct. + + + + +The file system does not support atomic changes to the lock type. + + + + +A lock request was not outstanding for the supplied cancel region. + + + + +The requested resource is in use. + + + + +Unable to lock a region of a file. + + + + +No more threads can be created in the system. + + + + +A signal is already pending. + + + + +The specified path is invalid. + + + + +One or more arguments are not correct. + + + + +The address for the thread ID is not correct. + + + + +The segment is already unlocked. + + + + +The segment is already discarded and cannot be locked. + + + + +The recipient process has refused the signal. + + + + +Cannot create another thread. + + + + +The volume label you entered exceeds the label character limit of the target file system. + + + + +The DosMuxSemWait list is not correct. + + + + +DosMuxSemWait did not execute; too many semaphores are already set. + + + + +The number of specified semaphore events for DosMuxSemWait is not correct. + + + + +System trace information was not specified in your CONFIG.SYS file, or tracing is disallowed. + + + + +An attempt was made to join or substitute a drive for which a directory on the drive is the target of a previous substitute. + + + + +The path specified cannot be used at this time. + + + + +Not enough resources are available to process this command. + + + + +The path specified is being used in a substitute. + + + + +The directory is not empty. + + + + +The directory is not a subdirectory of the root directory. + + + + +The system cannot join or substitute a drive to or for a directory on the same drive. + + + + +The system cannot perform a JOIN or SUBST at this time. + + + + +The system tried to SUBST a drive to a directory on a joined drive. + + + + +The system tried to join a drive to a directory on a substituted drive. + + + + +The system tried to substitute a drive to a directory on a substituted drive. + + + + +The system tried to join a drive to a directory on a joined drive. + + + + +The system tried to delete the substitution of a drive that is not substituted. + + + + +The system tried to delete the JOIN of a drive that is not joined. + + + + +An attempt was made to use a JOIN or SUBST command on a drive that has already been substituted. + + + + +An attempt was made to use a JOIN or SUBST command on a drive that has already been joined. + + + + +A JOIN or SUBST command cannot be used for a drive that contains previously joined drives. + + + + +The file pointer cannot be set on the specified device or file. + + + + +An attempt was made to move the file pointer before the beginning of the file. + + + + +Attempt to use a file handle to an open disk partition for an operation other than raw disk I/O. + + + + +The %1 application cannot be run in Win32 mode. + + + + +There are no child processes to wait for. + + + + +The specified procedure could not be found. + + + + +The specified module could not be found. + + + + +The disk has no volume label. + + + + +The system call level is not correct. + + + + +The filename, directory name, or volume label syntax is incorrect. + + + + +The data area passed to a system call is too small. + + + + +The semaphore timeout period has expired. + + + + +This function is not supported on this system. + + + + +The system does not support the command requested. + + + + +The verify-on-write switch parameter value is not correct. + + + + +The IOCTL call made by the application program is not correct. + + + + +The target internal file identifier is incorrect. + + + + +No more internal file identifiers available. + + + + +There is not enough space on the disk. + + + + +The file name is too long. + + + + +The system cannot open the device or file specified. + + + + +The pipe has been ended. + + + + +The disk is in use or locked by another process. + + + + +The program stopped because an alternate diskette was not inserted. + + + + +Insert the diskette for drive %1. + + + + +The previous ownership of this semaphore has ended. + + + + +Cannot request exclusive semaphores at interrupt time. + + + + +The semaphore cannot be set again. + + + + +The semaphore is set and cannot be closed. + + + + +The exclusive semaphore is owned by another process. + + + + +Cannot create another system semaphore. + + + + +The system cannot start another process at this time. + + + + +A write fault occurred on the network. + + + + +The parameter is incorrect. + + + + +The specified network password is not correct. + + + + +The local device name is already in use. + + + + +Storage to process this request is not available. + + + + +Fail on INT 24. + + + + +The directory or file cannot be created. + + + + +The file exists. + + + + +The specified printer or disk device has been paused. + + + + +No more connections can be made to this remote computer at this time because there are already as many connections as the computer can accept. + + + + +The remote server has been paused or is in the process of being started. + + + + +The network BIOS session limit was exceeded. + + + + +The name limit for the local computer network adapter card was exceeded. + + + + +The network name cannot be found. + + + + +The network resource type is not correct. + + + + +Network access is denied. + + + + +The specified network name is no longer available. + + + + +Your file waiting to be printed was deleted. + + + + +Space to store the file waiting to be printed is not available on the server. + + + + +The printer queue is full. + + + + +The remote adapter is not compatible. + + + + +An unexpected network error occurred. + + + + +The specified server cannot perform the requested operation. + + + + +A network adapter hardware error occurred. + + + + +The network BIOS command limit has been reached. + + + + +The specified network resource or device is no longer available. + + + + +The network is busy. + + + + +The network path was not found. + + + + +You were not connected because a duplicate name exists on the network. If joining a domain, go to System in Control Panel to change the computer name and try again. If joining a workgroup, choose another workgroup name. + + + + +Windows cannot find the network path. Verify that the network path is correct and the destination computer is not busy or turned off. If Windows still cannot find the network path, contact your network administrator. + + + + +The request is not supported. + + + + +The disk is full. + + + + +Reached the end of the file. + + + + +Too many files opened for sharing. + + + + +The wrong diskette is in the drive. +Insert %2 (Volume Serial Number: %3) into drive %1. + + + + +The process cannot access the file because another process has locked a portion of the file. + + + + +The process cannot access the file because it is being used by another process. + + + + +A device attached to the system is not functioning. + + + + +The system cannot read from the specified device. + + + + +The system cannot write to the specified device. + + + + +The printer is out of paper. + + + + +The drive cannot find the sector requested. + + + + +The specified disk or diskette cannot be accessed. + + + + +The drive cannot locate a specific area or track on the disk. + + + + +The program issued a command but the command length is incorrect. + + + + +Data error (cyclic redundancy check). + + + + +The device does not recognize the command. + + + + +The device is not ready. + + + + +The system cannot find the device specified. + + + + +The media is write protected. + + + + +There are no more files. + + + + +The system cannot move the file to a different disk drive. + + + + +The directory cannot be removed. + + + + +The system cannot find the drive specified. + + + + +Not enough storage is available to complete this operation. + + + + +The data is invalid. + + + + +The access code is invalid. + + + + +An attempt was made to load a program with an incorrect format. + + + + +The environment is incorrect. + + + + +The storage control block address is invalid. + + + + +Not enough storage is available to process this command. + + + + +The storage control blocks were destroyed. + + + + +The handle is invalid. + + + + +Access is denied. + + + + +The system cannot open the file. + + + + +The system cannot find the path specified. + + + + +The system cannot find the file specified. + + + + +Incorrect function. + + + + +The operation completed successfully. + + + + Gets the error category of the SvnException + + + + + + + Ignore all whitespace characters + + + Ignore changes in sequences of whitespace characters, treating each +sequence of whitespace characters as a single space + + + Ignore no whitespace + + + Attempting to delete object + + + Attempting to add object + + + Attempting to change text or props + + + object is already added or schedule-add + + + object is unversioned + + + object is unknown or missing + + + object is already schedule-delete + + + another object is in the way + + + local edits are already present + + + Deprecated: Use .Tree + + + tree conflict (on a dir) + + + property conflict (on a file or dir) + + + textual conflict (on a file) + + + Value not determined yet + + + Alias for Merged + + + Choose the 'merged file'. The result file of the automatic merging; possibly with local edits + + + Choose local version on all conflicts; further use auto-merged + + + Choose their on all conflicts; further use auto-merged + + + Choose the local file + + + Choose the incoming file + + + Choose the base file + + + Don't resolve the conflict now. Let subversion mark the path +'conflicted', so user can run 'svn resolved' later + + + A deleted item + + + An item with text modifications + + + An added item + + + An item with no text modifications + + + Create a repository in Subversion 1.9 compatible format + + + Create a repository in Subversion 1.8 compatible format + + + Create a repository in Subversion 1.7 compatible format + + + Create a repository in Subversion 1.6 compatible format + + + Create a repository in Subversion 1.5 compatible format + + + Create a repository in Subversion 1.4 compatible format + + + Create a repository in a Subversion 1.0-1.3 compatible format + + + Create a repository with the latest available format + + + The fields loaded if no other value is specified + + + A combination of all the dirent fields at Subversion 1.5 + + + An indication that you are interested in the @c last_author field + + + An indication that you are interested in the @c time field + + + An indication that you are interested in the @c created_rev field + + + An indication that you are interested in the @c has_props field + + + An indication that you are interested in the @c size field + + + An indication that you are interested in the Kind field + + + Slated for replacement (delete + add) + + + Slated for deletion + + + Slated for addition + + + Nothing special here + + + a directory doesn't contain a complete entries list + + + an unversioned path populated by an svn:externals property + + + an unversioned resource is in the way of the versioned resource + + + is unversioned but configured to be ignored + + + local mods received conflicting repos mods + + + local mods received repos mods + + + text or props have been modified + + + was deleted and then re-added + + + scheduled for deletion + + + under v.c., but is missing + + + is scheduled for addition + + + exists, but uninteresting + + + is not a versioned thing in this wc + + + does not exist + + + Zero value. Never used by Subversion + + + Finalizing commit. + + + Running info on an external module. + + + The operation failed because the operation (E.g. commit) is only valid +if the operation includes this path. + + + Running cleanup on an external module. + + + A move in the working copy has been broken, i.e. degraded into a +copy + delete. The notified path is the move source (the deleted path). + + + + A copy from a foreign repository has started + + + The current operation left local changes of something that +was deleted. The changes are available on (and below) the notified path + + + + Conflict resolver is done. This can be used by clients to +detect when to display conflict summary information, for example + + + Conflict resolver is starting. This can be used by clients to +detect when to display conflict summary information, for example. + + + Operation failed because a node is obstructed + + + Just the lock on a file was removed during update + + + The operation skipped the path because it was conflicted. + + + Operation failed because the operation was forbidden by the server + + + Operation failed because a node is locked by another user and/or working copy + + + Operation failed because an added parent is not selected + + + Operation failed because a node is out of date + + + Operation failed because an added node is missing + + + Operation failed because the node remains in conflict + + + Removing a path by excluding it. + + + The operation was attempted on a path which doesn't exist. + + + The server has instructed the client to follow a URL redirection. + + + Committing an overwriting (replace) copy (path is the target of +the copy, not the source). + + + Committing a non-overwriting copy (path is the target of the +copy, not the source). + + + A hunk from a patch was found to already be applied. + + + A hunk from a patch was rejected. + + + A hunk from a patch was applied. + + + A file in the working copy was patched. + + + Mergeinfo was removed due to elision. + + + Mergeinfo describing a merge was recorded. + + + An working copy directory was upgraded to the latest format. + + + The mergeinfo on path was updated. + + + A node below an existing node was deleted during update. + + + A node below an exising node was updated during update. + + + A node below an existing node was added during update. + + + An update operation removed an external working copy. + + + An update tried to update a file or directory to which access could not be obtained. + + + An explicit update tried to update a file or directory that doesn't live in the repository and can't be brought in. + + + An update tried to add a file or directory at a path where a separate working copy was found + + + Starting an update operation. + + + + + + + The structure of a revision is being verified. @since New in 1.8. + + + A revision was skipped during loading. @since New in 1.8. + + + Upgrade has started. + + + Recover has started. + + + The operation has acquired a mutex for the repo. + + + Mergeinfo has been normalized + + + A copied node has been encountered + + + A node has finished loading + + + A node has begun loading + + + A revision has finished loading + + + A revision has begun loading + + + packing of the shard revprops has completed + + + packing of the shard revprops has commenced + + + packing of an FSFS shard is completed + + + packing of an FSFS shard has commenced + + + All revisions have finished being verified. + + + All revisions have finished being dumped. + + + A revision has finished being verified. + + + A revision has finished being dumped. + + + A warning message is waiting. + + + +D + all descendants (full recursion from D). Updates will pull in any +files or subdirectories not already present; those subdirectories' +this_dir entries will have depth-infinity. Equivalent to the pre-1.5 +default update behavior. + + + + +D + immediate children (D and its entries). Updates will pull in any +files or subdirectories not already present; those subdirectories' +this_dir entries will have depth-empty. + + + + +D + its file children, but not subdirs. Updates will pull in any files +not already present, but not subdirectories. + + + + +Just the named directory D, no entries. Updates will not pull in any +files or subdirectories not already present + + + + Exclude (remove, whatever) directory D + + + Depth undetermined or ignored + + + Attaches to the specified pool + + + Creates a new root pool + + + Creates a childpool within the specified parent pool + + + Gets a boolean indicating whether the path is a file path (and not a Uri) + + + Gets a small thread-local pool usable for small one shot actions + The memory allocated by the pool is only freed after the thread is closed; so use with care + + + Main class of Subversion api. This class is responsible for loading the unmanaged api + + + + + Looks up a localized string similar to The value {0} is not a valid {1}. + + + + + Looks up a localized string similar to The passed Uri is not absolute. + + + + + Looks up a localized string similar to The specified target is not a valid Uri target. + + + + + Looks up a localized string similar to The specified target is not a value Uri or Path target. + + + + + Looks up a localized string similar to The specified target is not a valid Path target. + + + + + Looks up a localized string similar to The passed target must contain an explicit revision. + + + + + Looks up a localized string similar to Subversion reported a malfunction '{0}' on line {2} of '{1}'.. + + + + + Looks up a localized string similar to Svn operation in progress; an SvnClient instance can handle only one command at a time. + + + + + Looks up a localized string similar to This function is not available from managed code. . + + + + + Looks up a localized string similar to The session is already open. + + + + + Looks up a localized string similar to Revision type must be head, date or a specific revision number. + + + + + Looks up a localized string similar to The Working revision type is not supported here. + + + + + Looks up a localized string similar to Revision number must be at least 0. + + + + + Looks up a localized string similar to Revision must be >= 0. + + + + + Looks up a localized string similar to The remote session must be open before it can perform commands. + + + + + Looks up a localized string similar to Property name is not valid. + + + + + Looks up a localized string similar to Please restart this application before continuing.\n\nStack trace:\n{0}. + + + + + Looks up a localized string similar to Paths with a length above MAX_PATH (like '{0}') must be rooted.. + + + + + Looks up a localized string similar to Path '{0}' contains invalid characters. + + + + + Looks up a localized string similar to The number of elements in the paths collection does not match the number in revisions. + + + + + Looks up a localized string similar to '{0}' unlocked.. + + + + + Looks up a localized string similar to '{0}' locked by user '{1}'.. + + + + + Looks up a localized string similar to Updating '{0}':. + + + + + Looks up a localized string similar to Updated to revision {0}.. + + + + + Looks up a localized string similar to Updated external to revision {0}.. + + + + + Looks up a localized string similar to Transmitting file data. + + + + + Looks up a localized string similar to Status against revision: {0}. + + + + + Looks up a localized string similar to Skipped '{0}' - Node remains in conflict. + + + + + Looks up a localized string similar to Skipped '{0}'. + + + + + Looks up a localized string similar to Skipped '{0}' - An obstructing working copy found. + + + + + Looks up a localized string similar to Skipped missing target '{0}'. + + + + + Looks up a localized string similar to Skipped '{0}' - Access denied. + + + + + Looks up a localized string similar to Reverted '{0}'. + + + + + Looks up a localized string similar to --- Reverse-merging r{0} through r{1} into '{2}':. + + + + + Looks up a localized string similar to --- Reverse-merging r{0} into '{1}':. + + + + + Looks up a localized string similar to Restored '{0}'. + + + + + Looks up a localized string similar to Resolved conflicted state of '{0}'. + + + + + Looks up a localized string similar to Performing status on external item at '{0}'. + + + + + Looks up a localized string similar to Path '{0}' is now a member of change list '{1}'.. + + + + + Looks up a localized string similar to Path '{0}' is no longer a member of a change list.. + + + + + Looks up a localized string similar to --- Merging r{0} through r{1} into '{2}':. + + + + + Looks up a localized string similar to --- Merging r{0} into '{1}':. + + + + + Looks up a localized string similar to --- Merging differences between repository URLs into '{0}':. + + + + + Looks up a localized string similar to Fetching external item into '{0}'. + + + + + Looks up a localized string similar to Failed to revert '{0}' -- try updating instead. + + + + + Looks up a localized string similar to Removed external '{0}'. + + + + + Looks up a localized string similar to External at revision {0}.. + + + + + Looks up a localized string similar to Exported revision {0}.. + + + + + Looks up a localized string similar to Exported external at revision {0}.. + + + + + Looks up a localized string similar to Checked out revision {0}.. + + + + + Looks up a localized string similar to Checked out external at revision {0}.. + + + + + Looks up a localized string similar to At revision {0}.. + + + + + Looks up a localized string similar to {This line does contain non-Utf8 characters}. + + + + + Looks up a localized string similar to The loading of the subversion mime mapping file failed. + + + + + Looks up a localized string similar to One or more items in the list are null. + + + + + Looks up a localized string similar to The IO Thread Blocked -- Do you have a deadlock?. + + + + + Looks up a localized string similar to Invalid Uri string. + + + + + Looks up a localized string similar to Invalid SvnRevisionType value specified. + + + + + Looks up a localized string similar to Invalid character in client name. + + + + + Looks up a localized string similar to The handler is not registered at this time. + + + + + Looks up a localized string similar to File '{0}' not found. + + + + + Looks up a localized string similar to A fatal error occurred within the subversion API - (Use Ctrl+C to copy message). + + + + + Looks up a localized string similar to You can only crop a node to a depth between empty and files.. + + + + + Looks up a localized string similar to The collection must at least contain one item. + + + + + Looks up a localized string similar to Can't parse command '{0}'. + + + + + Looks up a localized string similar to Can only resolve head, number and date revisions. + + + + + Looks up a localized string similar to The argument must be a valid absolute repository Uri. + + + + + Looks up a localized string similar to This argument is not a valid relative path. + + + + + Looks up a localized string similar to This argument is not a valid path. A Uri was specified. + + + + + Looks up a localized string similar to All provided Uri's must be on the same server. + + + + + Looks up a localized string similar to All targets must either be Uri or Path. + + + + + Overrides the current thread's CurrentUICulture property for all + resource lookups using this strongly typed resource class. + + + + + Returns the cached ResourceManager instance used by this class. + + + + + A strongly-typed resource class, for looking up localized strings, etc. + + + + + Extended Parameter container of 's CreateRepository method + + + + Gets or sets a boolean indicating whether the paths changed in the revision should be provided + Defaults to true + + + Extended Parameter container of 's ChangeInfo command + + + + Extended Parameter container of 's Changed method + + + + Gets or sets a boolean indicating whether to retrieve real property +and content changes. If set to false only marker changes are sent. (Changes on "" +property and empty file deltas + + + Gets or sets the maximum version the client knows about. Deltas will be +based on this version + + + Extended Parameter container of .ReplayRevision + + + + Factory function to create a new SvnDeltaNode instance for the specified file + + + Factory function to creates a new SvnDeltaNode instance for the specified directory + + + Called when a delta run is aborted + + + Called when a delta run is complete + + + Called to specify that information on a file won't be provided (e.g. Authorization) + + + Called to close a directory opened with or + + + Called to change a property on a file + + + Called when a file is about to receive content changes + The actual changes are not passed to this function, but are streamed to the target +specified by the property of the + + + Raised when a file is about to receive content changes + The actual changes are not passed to this event, but are streamed to the target +specified by the property of the + + + Called to open a file receiving changes + + + Called instead of when a new file is added to a directory + + + Called to specify that information on a directory won't be provided (e.g. Authorization) + + + Called to close a directory opened with or + + + Called to change a property on a directory + + + Called to open a directory receiving changes + + + Called instead of OnDirectoryOpen when a new directory is added + + + Called when an entry (directory or file) is removed from a directory + + + Called before the first directory operations + + + Called before open root to specify the target settings + + + The SvnDeltaEditor is a generic receiver of Subversion changes. +Hook events on this class or override methods on descendants of this class to +receive changes + + + + Raised when is not null and completes its processing + + + Gets or sets the that receives the actual differences +after this event returns + + + Called when a delta window is ready for processing + + + Creates a new instance to transform +, into while optionally verifying + if is true and +verification data is available. + + + Called after the last delta window was successfully received + + + Called when a new delta window is ready for processing + + + Called before the first invocation to allow initializing + + + Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use + After this method is called all properties are either stored managed, or are no longer readable + + + Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use + After this method is called all properties are either stored managed, or are no longer readable + + + Extended Parameter container of 's GetAppliedMergeInfo method + + + + Only retrieve the properties if the node is of the specified kind. Unknown for retrieving the kind + + + Extended Parameter container of + + + + Gets the list of changelist-names + + + Extended Parameter container for SvnClient.DiffSummary + + + + Gets the list of changelist-names + + + Extended Parameter container of + + + + Extended Parameter container of 's RecoverRepository method + + + + Gets the list of changelist-names + + + Extended Parameter container of + + + + Gets the list of changelist-names + + + Extended Parameter container of + + + + Extended parameter container for Cleanup + + + + Extended Parameter container of + + + + Extended Parameter container of + + + + Extended Parameter container of 's GetRevisionProperty + + + + Gets the of the command + + + Creates parent directories if required + + + Extended Parameter container of and + + + + + Only perform a metadata update and leave the working copy as-is + + + Extended Parameter container of . + + + + Extended Parameter container of SvnClient.Info + + + + Extended Parameter container of 's Write method + + + + Extended Parameter container of + + + + Gets the list of changelist-names + + + Extended Parameter container of 's GetProperty + + + + Extended Parameter container of 's DeleteRepository method + + + + Gets the list of changelist-names + + + Extended Parameter container of 's Diff command + + + + Gets or sets a boolean indication whether to retrieve all revision properties + Default value: false + + + Gets the list of properties to retrieve. Only SVN 1.5+ repositories allow adding custom properties to this list + This list defaults to the author, date, logmessage properties. Clear the list to retrieve no properties, +or set RetrieveAllProperties to true to retrieve all properties. + + + + Gets or sets the base uri to which relative Uri's are relative + + + Gets or sets a boolean indicating whether the merged revisions should be fetched instead of the node changes + + + Gets or sets a boolean indicating whether only the history of this exact node should be fetched (Aka stop on copying) + If @a StrictNodeHistory is set, copy history (if any exists) will +not be traversed while harvesting revision logs for each target. + + + Gets or sets a boolean indicating whether the paths changed in the revision should be provided + + + Gets or sets the limit on the number of log items fetched + + + Gets or sets the range specified by - wrapped as a + New code should either use and or + + + Gets the revision in which the Url's are evaluated (Aka peg revision) + + + Initializes a new instance with the specified range + + + Initializes a new instance with default properties + + + Extended Parameter container of SvnClient.Log + + + + Gets or sets a boolean indication whether to retrieve all revision properties + Default value: false + + + Gets the list of properties to retrieve. Only SVN 1.5+ repositories allow adding custom properties to this list + This list defaults to the author, date, logmessage properties. Clear the list to retrieve no properties, +or set RetrieveAllProperties to true to retrieve all properties. + + + + Gets or sets a boolean indicating whether the merged revisions should be fetched instead of the node changes + + + Gets or sets a boolean indicating whether only the history of this exact node should be fetched (Aka stop on copying) + If @a StrictNodeHistory is set, copy history (if any exists) will +not be traversed while harvesting revision logs for each target. + + + Gets or sets a boolean indicating whether the paths changed in the revision should be provided + + + Gets or sets the limit on the number of log items fetched + + + Extended Parameter container of 's CreateRepository method + + + + Extended Parameter container of + + + + Writes the specified message to the result writer and appends a + + + Writes the progress message to the result writer + The default implementation calls with the specified message + + + Writes the specified message to the result writer + + + Subversion Client Context wrapper; base class of objects using client context + + + + Extended Parameter container of 's Changed method + + + + If true, doesn't perform a check if path does really exist in the repository when no lock is found + + + Base Extended Parameter container of commands + + + + Extended Parameter container of + + + + Extended parameter container for Cleanup + + + + Extended Parameter container of + + + + Gets the of the command + + + Extended Parameter container of 's Property method + + + + Extended Parameter container of 's GetRevisionPropertyList + + + + If Force is not set then this operation will fail if any path contains locally modified +and/or unversioned items. If Force is set such items will be deleted. + + + Extended Parameter container of and + + + + Extended Parameter container of 's InheritedPropertyList method + + + + Extended Parameter container of 's CommitRepositoryOperation + + + + Extended Parameter container of 's DeleteRepository method + + + + Extended parameter container for Cleanup + + + + Extended Parameter container of 's CreateRepository method + + + + Gets or sets the author passed to the hook scripts + + + Gets or sets a value indicating whether to call the hook after changing the revision property + + + Gets or sets a value indicating whether to call the hook before changing the revision property + + + Extended Parameter container of 's CreateRepository method + + + + Extended Parameter container of and + + + + Formats a DateTime in Subversions string format + + + Tries to parse a Svn property into a value + + + Gets a list of TortoiseSvn defined directory properties, which are applied recursively on all directories below the set root + + + +Properties whose values are interpreted as booleans (such as +svn:executable, svn:needs_lock, and svn:special) always fold their +value to this. + + + + All Subversion property names start with this + + + Gets a list of TortoiseSvn defined directory properties, which are applied recursively on all directories below the set root + + + A full combination of the first four keywords. + + + A compressed combination of the other four keywords. + + + Short version of HeadURL + + + The URL for the head revision of this file. + + + Short version of LastChangedBy + + + Who most recently committed to this file. + + + Short version of LastChangedDate + + + The most recent date (repository time) when this file was changed. + + + Medium version of LastChangedRevision, matching the one CVS uses + + + Short version of LastChangedRevision + + + The most recent revision in which this file was changed + + + The maximum size of an expanded or un-expanded keyword. + + + Extended Parameter container of + + + + Creates the comparer used to compare the tokens. Defaults to Comparer<TToken>::Default + + + Gets the comparer used to compare the tokens + The instance returned is creatd by + + + Gets a boolean indicating whether the merge result contains differences + + + Gets a boolean indicating whether the merge result contains conflicts + + + +If TRUE, recurse up path's directory and look for +a versioned directory. If found, add all intermediate paths between it +and path. If not found, fail with SVN_ERR_CLIENT_NO_VERSIONED_PARENTS. + + + + If force is not set and path is already under version control, return the error +SVN_ERR_ENTRY_EXISTS. If force is set, do not error on already-versioned items. When used +on a directory in conjunction with the recursive flag, this has the effect of scheduling +for addition unversioned files and directories scattered deep within a versioned tree. + + + Extended Parameter container of + + + + Extended Parameter container of + + + + Extended Parameter container of 's RecoverRepository method + + + + Retrieves an authorization baton allocated in the specified pool; containing the current authorization settings + Retrieves an authorization baton allocated in the specified pool; containing the current authorization settings + + + Gets the list of changelist-names + + + Extended Parameter container of + + + + Extended Parameter container of + + + + Gets the list of changelist-names + + + Extended Parameter container for SvnClient.PropertyList + + + + Raises the event. + + + Raises the event. + + + Raises the event. + + + Raises the event. + + + Raises the event. + + + Raises the event. + + + Raises the event. + + + +Raised just before a command is executed. This allows a listener +to cleanup before a new command is started + + + + +Raised when a subversion exception occurs. +Set to true to cancel +throwing the exception + + + + +Raised on progress. The event is first +raised on the object and +then on the + + + +Raised on progress. The event is first +raised on the object and +then on the + + + +Raised on notifications. The event is first +raised on the object and +then on the + + + +Raised on progress. The event is first +raised on the object and +then on the + + + +Raised to allow canceling operations. The event is first +raised on the object and +then on the + + + Gets the instance of this + + + Gets the (new) node kind of the node at PATH + + + Gets the (new) node kind of the node at PATH + + + Adds a new file at PATH + + + Adds a new file at PATH + + + Updates the file that already exists at (or was just copied/moved to) PATH + + + Updates the file that already exists at (or was just copied/moved to) PATH + + + Deletes a property on path, which can be an added or existing node + + + Sets a property on path, which can be an added or existing node + + + Sets a property on path, which can be an added or existing node + + + Deletes a property on path, which can be an added or existing node + + + Sets a property on path, which can be an added or existing node + + + Sets a property on path, which can be an added or existing node + + + Copies the specified path to the new location + + + Copies the specified path to the new location + + + Copies the specified path to the new location + + + Copies the specified path to the new location + + + Moves the specified path to the new location + + + Moves the specified path to the new location + + + Deletes the specified path + + + Deletes the specified path + + + Creates the specified path + + + Creates the specified path + + + Commits all recorded operations as a new revision. + + + Commits all recorded operations as a new revision. + + + Opens a not previously opened +to the specified url + Unlike most other operations in SharpSvn the args object is used +untile the SvnMultiCommandClient is committed or disposed + + + Opens a not previously opened +to the specified url + + + Creates a new standalone but +doesn't open it yet + + + Creates a new standalone and +opens it for the specified uri + + + Creates a new standalone and +opens it for the specified uri + + + Creates a new completely +operating like a command on the + + + Extended Parameter container of and + + + + True to filter this node, false to allow importing it + + + Gets or sets the AllowObsstructions value + + If AllowObstructions is TRUE then the update tolerates +existing unversioned items that obstruct added paths from @a URL. Only +obstructions of the same type (file or dir) as the added item are +tolerated. The text of obstructing files is left as-is, effectively +treating it as a user modification after the update. Working +properties of obstructing items are set equal to the base properties. + If AllowObstructions is FALSE then the update will abort +if there are any unversioned obstructing items + + + + + Gets or sets the revision to load. Defaults to the peg revision or Head + + + Extended Parameter container of + + + + Extended Parameter container of 's Patch command + + + + If @a allow_unver_obstructions is true then the update tolerates +existing unversioned items that obstruct added paths from @a URL + +Only obstructions of the same type (file or dir) as the added item are +tolerated. The text of obstructing files is left as-is, effectively +treating it as a user modification after the update. Working +properties of obstructing items are set equal to the base properties. +If AllowUnversionedObstructions is false then the update will abort +if there are any unversioned obstructing items. + + + + The revision to update to; None by default + +Revision must be of kind Number, Head or Date. If Revision +does not meet these requirements, Updated returns the error +SVN_ERR_CLIENT_BAD_REVISION. + + + + Gets or sets a value indicating whether to ignore externals +definitions as part of this operation. + + + +Gets or sets whether in addition to updating paths also the +sticky ambient depth value must be set to depth + + + + Gets or sets the depth of the update + + If Depth is Infinity, update fully recursively. Else if it +is Immediates or Files, update each target and its file +entries, but not its subdirectories. Else if Empty, update +exactly each target, nonrecursively (essentially, update the +target's properties). + If Depth is Unknown, take the working depth from the specified paths + + + + + Extended Parameter container of + + + \ No newline at end of file diff --git a/packages/ini-parser.2.4.0/ini-parser.2.4.0.nupkg b/packages/ini-parser.2.4.0/ini-parser.2.4.0.nupkg deleted file mode 100644 index 01e2212..0000000 Binary files a/packages/ini-parser.2.4.0/ini-parser.2.4.0.nupkg and /dev/null differ diff --git a/packages/ini-parser.2.4.0/lib/net20/INIFileParser.dll b/packages/ini-parser.2.4.0/lib/net20/INIFileParser.dll deleted file mode 100644 index 38cd103..0000000 Binary files a/packages/ini-parser.2.4.0/lib/net20/INIFileParser.dll and /dev/null differ diff --git a/packages/ini-parser.2.4.0/lib/net20/INIFileParser.dll.mdb b/packages/ini-parser.2.4.0/lib/net20/INIFileParser.dll.mdb deleted file mode 100644 index 1e57dd9..0000000 Binary files a/packages/ini-parser.2.4.0/lib/net20/INIFileParser.dll.mdb and /dev/null differ diff --git a/packages/ini-parser.2.4.0/lib/net20/INIFileParser.xml b/packages/ini-parser.2.4.0/lib/net20/INIFileParser.xml deleted file mode 100644 index dfd0059..0000000 --- a/packages/ini-parser.2.4.0/lib/net20/INIFileParser.xml +++ /dev/null @@ -1,1197 +0,0 @@ - - - - INIFileParser - - - - - Asserts that a strings has no blank spaces. - - The string to be checked. - - - - - Represents an INI data parser for files. - - - - - Ctor - - - - - Ctor - - - - - - Implements reading ini data from a file. - - - Uses codification for the file. - - - Path to the file - - - - - Implements reading ini data from a file. - - - Path to the file - - - File's encoding. - - - - - Saves INI data to a file. - - - Creats an ASCII encoded file by default. - - - Path to the file. - - - IniData to be saved as an INI file. - - - - - Writes INI data to a text file. - - - Path to the file. - - - IniData to be saved as an INI file. - - - Specifies the encoding used to create the file. - - - - - Represents all data from an INI file - - - - - Represents all sections from an INI file - - - - - Initializes an empty IniData instance. - - - - - Initializes a new IniData instance using a previous - . - - - object containing the - data with the sections of the file - - - - - Configuration used to write an ini file with the proper - delimiter characters and data. - - - If the instance was created by a parser, - this instance is a copy of the used - by the parser (i.e. different objects instances) - If this instance is created programatically without using a parser, this - property returns an instance of - - - - - Global sections. Contains key/value pairs which are not - enclosed in any section (i.e. they are defined at the beginning - of the file, before any section. - - - - - Gets the instance - with the specified section name. - - - - - Gets or sets all the - for this IniData instance. - - - - - Used to mark the separation between the section name and the key name - when using . - - - Defaults to '.'. - - - - - Creates a new object that is a copy of the current instance. - - - A new object that is a copy of this instance. - - - - - See property for more information. - - - - - Deletes all comments in all sections and key values - - - - - Merges the other iniData into this one by overwriting existing values. - Comments get appended. - - - IniData instance to merge into this. - If it is null this operation does nothing. - - - - - Attempts to retrieve a key, using a single string combining section and - key name. - - - The section and key name to retrieve, separated by . - - If key contains no separator, it is treated as a key in the section. - - Key may contain no more than one separator character. - - - If true is returned, is set to the value retrieved. Otherwise, is set - to an empty string. - - - True if key was found, otherwise false. - - - key contained multiple separators. - - - - - Retrieves a key using a single input string combining section and key name. - - - The section and key name to retrieve, separated by . - - If key contains no separator, it is treated as a key in the section. - - Key may contain no more than one separator character. - - - The key's value if it was found, otherwise null. - - - key contained multiple separators. - - - - - Merge the sections into this by overwriting this sections. - - - - - Merges the given global values into this globals by overwriting existing values. - - - - - Information associated to a key from an INI file. - Includes both the value and the comments associated to the key. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class - from a previous instance of . - - - Data is deeply copied - - - The instance of the class - used to create the new instance. - - - - - Gets or sets the comment list associated to this key. - - - - - Gets or sets the value associated to this key. - - - - - Gets or sets the name of the key. - - - - - Creates a new object that is a copy of the current instance. - - - A new object that is a copy of this instance. - - - - - Represents a collection of Keydata. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class with a given - search comparer - - - Search comparer used to find the key by name in the collection - - - - - Initializes a new instance of the class - from a previous instance of . - - - Data from the original KeyDataCollection instance is deeply copied - - - The instance of the class - used to create the new instance. - - - - - Gets or sets the value of a concrete key. - - - If we try to assign the value of a key which doesn't exists, - a new key is added with the name and the value is assigned to it. - - - Name of the key - - - The string with key's value or null if the key was not found. - - - - - Return the number of keys in the collection - - - - - - Adds a new key to the collection - - - KeyData instance. - - - true if the key was added false if a key with the same name already exist - in the collection - - - - - Adds a new key with the specified name and value to the collection - - - Name of the new key to be added. - - - Value associated to the key. - - - true if the key was added false if a key with the same name already exist - in the collection. - - - - - Clears all comments of this section - - - - - Gets if a specifyed key name exists in the collection. - - Key name to search - true if a key with the specified name exists in the collectoin - false otherwise - - - - Retrieves the data for a specified key given its name - - Name of the key to retrieve. - - A instance holding - the key information or null if the key wasn't found. - - - - - Deletes all keys in this collection. - - - - - Deletes a previously existing key, including its associated data. - - The key to be removed. - - true if a key with the specified name was removed - false otherwise. - - - - - Sets the key data associated to a specified key. - - The new for the key. - - - - Allows iteration througt the collection. - - A strong-typed IEnumerator - - - - Implementation needed - - A weak-typed IEnumerator. - - - - Creates a new object that is a copy of the current instance. - - - A new object that is a copy of this instance. - - - - - Collection of KeyData for a given section - - - - - Responsible for parsing an string from an ini file, and creating - an structure. - - - - - Ctor - - - The parser uses a by default - - - - - Ctor - - - Parser's instance. - - - - - Configuration that defines the behaviour and constraints - that the parser must follow. - - - - - True is the parsing operation encounter any problem - - - - - Returns the list of errors found while parsing the ini file. - - - If the configuration option ThrowExceptionOnError is false it can contain one element - for each problem found while parsing; otherwise it will only contain the very same - exception that was raised. - - - - - Parses a string containing valid ini data - - - String with data - - - An instance with the data contained in - the correctly parsed an structured. - - - Thrown if the data could not be parsed - - - - - Checks if a given string contains a comment. - - - String with a line to be checked. - - - true if any substring from s is a comment, false otherwise. - - - - - Checks if a given string represents a section delimiter. - - - The string to be checked. - - - true if the string represents a section, false otherwise. - - - - - Checks if a given string represents a key / value pair. - - - The string to be checked. - - - true if the string represents a key / value pair, false otherwise. - - - - - Removes a comment from a string if exist, and returns the string without - the comment substring. - - - The string we want to remove the comments from. - - - The string s without comments. - - - - - Processes one line and parses the data found in that line - (section or key/value pair who may or may not have comments) - - The string with the line to process - - - - Proccess a string which contains an ini section. - - - The string to be processed - - - - - Processes a string containing an ini key/value pair. - - - The string to be processed - - - - - Extracts the key portion of a string containing a key/value pair.. - - - The string to be processed, which contains a key/value pair - - - The name of the extracted key. - - - - - Extracts the value portion of a string containing a key/value pair.. - - - The string to be processed, which contains a key/value pair - - - The name of the extracted value. - - - - - Abstract Method that decides what to do in case we are trying to add a duplicated key to a section - - - - - Adds a key to a concrete instance, checking - if duplicate keys are allowed in the configuration - - - Key name - - - Key's value - - - collection where the key should be inserted - - - Name of the section where the is contained. - Used only for logging purposes. - - - - - Temp list of comments - - - - - Tmp var with the name of the seccion which is being process - - - - - Information associated to a section in a INI File - Includes both the value and the comments associated to the key. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class - from a previous instance of . - - - Data is deeply copied - - - The instance of the class - used to create the new instance. - - - Search comparer. - - - - - Deletes all comments in this section and key/value pairs - - - - - Deletes all the key-value pairs in this section. - - - - - Merges otherSection into this, adding new keys if they don't exists - or overwriting values if the key already exists. - Comments get appended. - - - Comments are also merged but they are always added, not overwritten. - - - - - - Gets or sets the name of the section. - - - The name of the section - - - - - Gets or sets the comment list associated to this section. - - - A list of strings. - - - - - Gets or sets the comment list associated to this section. - - - A list of strings. - - - - - Gets or sets the comment list associated to this section. - - - A list of strings. - - - - - Gets or sets the keys associated to this section. - - - A collection of KeyData objects. - - - - - Creates a new object that is a copy of the current instance. - - - A new object that is a copy of this instance. - - - - - Represents a collection of SectionData. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - - StringComparer used when accessing section names - - - - - Initializes a new instance of the class - from a previous instance of . - - - Data is deeply copied - - - The instance of the class - used to create the new instance. - - - - Returns the number of SectionData elements in the collection - - - - - Gets the key data associated to a specified section name. - - An instance of as class - holding the key data from the current parsed INI data, or a null - value if the section doesn't exist. - - - - Creates a new section with empty data. - - - If a section with the same name exists, this operation has no effect. - - Name of the section to be created - true if the a new section with the specified name was added, - false otherwise - If the section name is not valid. - - - - Adds a new SectionData instance to the collection - - Data. - - - - Removes all entries from this collection - - - - - Gets if a section with a specified name exists in the collection. - - Name of the section to search - - true if a section with the specified name exists in the - collection false otherwise - - - - - Returns the section data from a specify section given its name. - - Name of the section. - - An instance of a class - holding the section data for the currently INI data - - - - - Sets the section data for given a section name. - - - The new instance. - - - - - - - true if the section with the specified name was removed, - false otherwise - - - - Returns an enumerator that iterates through the collection. - - - A that can be used to iterate through the collection. - - - - - Returns an enumerator that iterates through a collection. - - - An object that can be used to iterate through the collection. - - - - - Creates a new object that is a copy of the current instance. - - - A new object that is a copy of this instance. - - - - - Data associated to this section - - - - - Represents an INI data parser for streams. - - - - - This instance will handle ini data parsing and writing - - - - - Ctor - - - - - Ctor - - - - - - Reads data in INI format from a stream. - - Reader stream. - - And instance with the readed ini data parsed. - - - Thrown if is null. - - - - - Writes the ini data to a stream. - - A write stream where the ini data will be stored - An instance. - - Thrown if is null. - - - - - Writes the ini data to a stream. - - A write stream where the ini data will be stored - An instance. - Formaterr instance that controls how the ini data is transformed to a string - - Thrown if is null. - - - - - Represents an INI data parser for strings. - - - - This class is deprecated and kept for backwards compatibility. - It's just a wrapper around class. - Please, replace your code. - - - - - This instance will handle ini data parsing and writing - - - - - Ctor - - - - - Ctor - - - - - - Parses a string containing data formatted as an INI file. - - The string containing the data. - - A new instance with the data parsed from the string. - - - - - Creates a string from the INI data. - - An instance. - - A formatted string with the contents of the - instance object. - - - - - Represents an error ococcurred while parsing data - - - - - Configuration used to write an ini file with the proper - delimiter characters and data. - - - If the instance was created by a parser, - this instance is a copy of the used - by the parser (i.e. different objects instances) - If this instance is created programatically without using a parser, this - property returns an instance of - - - - - Formats a IniData structure to an string - - - - - Produces an string given - - The data to string. - Ini data. - - - - Configuration used by this formatter when converting IniData - to an string - - - - - Represents all data from an INI file exactly as the - class, but searching for sections and keys names is done with - a case insensitive search. - - - - - Initializes an empty IniData instance. - - - - - Initializes a new IniData instance using a previous - . - - - object containing the - data with the sections of the file - - - - - Copies an instance of the class - - Original - - - - Defines data for a Parser configuration object. - - With a configuration object you can redefine how the parser - will detect special items in the ini file by defining new regex - (e.g. you can redefine the comment regex so it just treat text as - a comment iff the comment caracter is the first in the line) - or changing the set of characters used to define elements in - the ini file (e.g. change the 'comment' caracter from ';' to '#') - You can also define how the parser should treat errors, or how liberal - or conservative should it be when parsing files with "strange" formats. - - - - Default values used if an instance of - is created without specifying a configuration. - - - By default the various delimiters for the data are setted: - ';' for one-line comments - '[' ']' for delimiting a section - '=' for linking key / value pairs - - An example of well formed data with the default values: - - ;section comment
- [section] ; section comment
-
- ; key comment
- key = value ;key comment
-
- ;key2 comment
- key2 = value
-
-
-
-
- - - Copy ctor. - - - Original instance to be copied. - - - - - Sets the char that defines the start of a section name. - - - Defaults to character '[' - - - - - Sets the char that defines the end of a section name. - - - Defaults to character ']' - - - - - Retrieving section / keys by name is done with a case-insensitive - search. - - - Defaults to false (case sensitive search) - - - - - Sets the char that defines the start of a comment. - A comment spans from the comment character to the end of the line. - - - Defaults to character ';' - - - - - Sets the string that defines the start of a comment. - A comment spans from the mirst matching comment string - to the end of the line. - - - Defaults to string ";" - - - - - Gets or sets the string to use as new line string when formating an IniData structure using a - IIniDataFormatter. Parsing an ini-file accepts any new line character (Unix/windows) - - - This allows to write a file with unix new line characters on windows (and vice versa) - - Defaults to value Environment.NewLine - - - - Sets the char that defines a value assigned to a key - - - Defaults to character '=' - - - - - Sets the string around KeyValuesAssignmentChar - - - Defaults to string ' ' - - - - - Allows having keys in the file that don't belong to any section. - i.e. allows defining keys before defining a section. - If set to false and keys without a section are defined, - the will stop with an error. - - - Defaults to true. - - - - - If set to false and the finds duplicate keys in a - section the parser will stop with an error. - If set to true, duplicated keys are allowed in the file. The value - of the duplicate key will be the last value asigned to the key in the file. - - - Defaults to false. - - - - - Only used if is also true - If set to true when the parser finds a duplicate key, it overrites - the previous value, so the key will always contain the value of the - last key readed in the file - If set to false the first readed value is preserved, so the key will - always contain the value of the first key readed in the file - - - Defaults to false. - - - - - Gets or sets a value indicating whether duplicate keys are concatenate - together by . - - - Defaults to false. - - - - - If true the instance will thrown an exception - if an error is found. - If false the parser will just stop execution and return a null value. - - - Defaults to true. - - - - - If set to false and the finds a duplicate section - the parser will stop with an error. - If set to true, duplicated sections are allowed in the file, but only a - element will be created in the - collection. - - - Defaults to false. - - - - - If set to false, the stop with a error if you try - to access a section that was not created previously and the parser will stop with an error. - If set to true, inexistents sections are created, always returning a valid - element. - - - Defaults to false. - - - - - Creates a new object that is a copy of the current instance. - - - A new object that is a copy of this instance. - - 2 - - -
-
diff --git a/packages/ini-parser.2.5.2/ini-parser.2.5.2.nupkg b/packages/ini-parser.2.5.2/ini-parser.2.5.2.nupkg new file mode 100644 index 0000000..f933c73 Binary files /dev/null and b/packages/ini-parser.2.5.2/ini-parser.2.5.2.nupkg differ diff --git a/packages/ini-parser.2.5.2/lib/net20/INIFileParser.dll b/packages/ini-parser.2.5.2/lib/net20/INIFileParser.dll new file mode 100644 index 0000000..d19e920 Binary files /dev/null and b/packages/ini-parser.2.5.2/lib/net20/INIFileParser.dll differ diff --git a/packages/ini-parser.2.5.2/lib/net20/INIFileParser.dll.mdb b/packages/ini-parser.2.5.2/lib/net20/INIFileParser.dll.mdb new file mode 100644 index 0000000..3c8c37e Binary files /dev/null and b/packages/ini-parser.2.5.2/lib/net20/INIFileParser.dll.mdb differ diff --git a/packages/ini-parser.2.5.2/lib/net20/INIFileParser.xml b/packages/ini-parser.2.5.2/lib/net20/INIFileParser.xml new file mode 100644 index 0000000..7d5e96b --- /dev/null +++ b/packages/ini-parser.2.5.2/lib/net20/INIFileParser.xml @@ -0,0 +1,1181 @@ + + + + INIFileParser + + + + + Asserts that a strings has no blank spaces. + + The string to be checked. + + + + + Represents an INI data parser for files. + + + + + Ctor + + + + + Ctor + + + + + + Implements reading ini data from a file. + + + Uses codification for the file. + + + Path to the file + + + + + Implements reading ini data from a file. + + + Path to the file + + + File's encoding. + + + + + Saves INI data to a file. + + + Creats an ASCII encoded file by default. + + + Path to the file. + + + IniData to be saved as an INI file. + + + + + Writes INI data to a text file. + + + Path to the file. + + + IniData to be saved as an INI file. + + + Specifies the encoding used to create the file. + + + + + Represents all data from an INI file + + + + + Represents all sections from an INI file + + + + + Initializes an empty IniData instance. + + + + + Initializes a new IniData instance using a previous + . + + + object containing the + data with the sections of the file + + + + + Configuration used to write an ini file with the proper + delimiter characters and data. + + + If the instance was created by a parser, + this instance is a copy of the used + by the parser (i.e. different objects instances) + If this instance is created programatically without using a parser, this + property returns an instance of + + + + + Global sections. Contains key/value pairs which are not + enclosed in any section (i.e. they are defined at the beginning + of the file, before any section. + + + + + Gets the instance + with the specified section name. + + + + + Gets or sets all the + for this IniData instance. + + + + + Used to mark the separation between the section name and the key name + when using . + + + Defaults to '.'. + + + + + Creates a new object that is a copy of the current instance. + + + A new object that is a copy of this instance. + + + + + See property for more information. + + + + + Deletes all comments in all sections and key values + + + + + Merges the other iniData into this one by overwriting existing values. + Comments get appended. + + + IniData instance to merge into this. + If it is null this operation does nothing. + + + + + Attempts to retrieve a key, using a single string combining section and + key name. + + + The section and key name to retrieve, separated by . + + If key contains no separator, it is treated as a key in the section. + + Key may contain no more than one separator character. + + + If true is returned, is set to the value retrieved. Otherwise, is set + to an empty string. + + + True if key was found, otherwise false. + + + key contained multiple separators. + + + + + Retrieves a key using a single input string combining section and key name. + + + The section and key name to retrieve, separated by . + + If key contains no separator, it is treated as a key in the section. + + Key may contain no more than one separator character. + + + The key's value if it was found, otherwise null. + + + key contained multiple separators. + + + + + Merge the sections into this by overwriting this sections. + + + + + Merges the given global values into this globals by overwriting existing values. + + + + + Information associated to a key from an INI file. + Includes both the value and the comments associated to the key. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class + from a previous instance of . + + + Data is deeply copied + + + The instance of the class + used to create the new instance. + + + + + Gets or sets the comment list associated to this key. + + + + + Gets or sets the value associated to this key. + + + + + Gets or sets the name of the key. + + + + + Creates a new object that is a copy of the current instance. + + + A new object that is a copy of this instance. + + + + + Represents a collection of Keydata. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class with a given + search comparer + + + Search comparer used to find the key by name in the collection + + + + + Initializes a new instance of the class + from a previous instance of . + + + Data from the original KeyDataCollection instance is deeply copied + + + The instance of the class + used to create the new instance. + + + + + Gets or sets the value of a concrete key. + + + If we try to assign the value of a key which doesn't exists, + a new key is added with the name and the value is assigned to it. + + + Name of the key + + + The string with key's value or null if the key was not found. + + + + + Return the number of keys in the collection + + + + + + Adds a new key to the collection + + + KeyData instance. + + + true if the key was added false if a key with the same name already exist + in the collection + + + + + Adds a new key with the specified name and value to the collection + + + Name of the new key to be added. + + + Value associated to the key. + + + true if the key was added false if a key with the same name already exist + in the collection. + + + + + Clears all comments of this section + + + + + Gets if a specifyed key name exists in the collection. + + Key name to search + true if a key with the specified name exists in the collectoin + false otherwise + + + + Retrieves the data for a specified key given its name + + Name of the key to retrieve. + + A instance holding + the key information or null if the key wasn't found. + + + + + Deletes all keys in this collection. + + + + + Deletes a previously existing key, including its associated data. + + The key to be removed. + + true if a key with the specified name was removed + false otherwise. + + + + + Sets the key data associated to a specified key. + + The new for the key. + + + + Allows iteration througt the collection. + + A strong-typed IEnumerator + + + + Implementation needed + + A weak-typed IEnumerator. + + + + Creates a new object that is a copy of the current instance. + + + A new object that is a copy of this instance. + + + + + Collection of KeyData for a given section + + + + + Information associated to a section in a INI File + Includes both the value and the comments associated to the key. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class + from a previous instance of . + + + Data is deeply copied + + + The instance of the class + used to create the new instance. + + + Search comparer. + + + + + Deletes all comments in this section and key/value pairs + + + + + Deletes all the key-value pairs in this section. + + + + + Merges otherSection into this, adding new keys if they don't exists + or overwriting values if the key already exists. + Comments get appended. + + + Comments are also merged but they are always added, not overwritten. + + + + + + Gets or sets the name of the section. + + + The name of the section + + + + + Gets or sets the comment list associated to this section. + + + A list of strings. + + + + + Gets or sets the keys associated to this section. + + + A collection of KeyData objects. + + + + + Creates a new object that is a copy of the current instance. + + + A new object that is a copy of this instance. + + + + + Represents a collection of SectionData. + + + + + Initializes a new instance of the class. + + + + + Initializes a new instance of the class. + + + StringComparer used when accessing section names + + + + + Initializes a new instance of the class + from a previous instance of . + + + Data is deeply copied + + + The instance of the class + used to create the new instance. + + + + Returns the number of SectionData elements in the collection + + + + + Gets the key data associated to a specified section name. + + An instance of as class + holding the key data from the current parsed INI data, or a null + value if the section doesn't exist. + + + + Creates a new section with empty data. + + + If a section with the same name exists, this operation has no effect. + + Name of the section to be created + true if the a new section with the specified name was added, + false otherwise + If the section name is not valid. + + + + Adds a new SectionData instance to the collection + + Data. + + + + Removes all entries from this collection + + + + + Gets if a section with a specified name exists in the collection. + + Name of the section to search + + true if a section with the specified name exists in the + collection false otherwise + + + + + Returns the section data from a specify section given its name. + + Name of the section. + + An instance of a class + holding the section data for the currently INI data + + + + + Sets the section data for given a section name. + + + The new instance. + + + + + + + true if the section with the specified name was removed, + false otherwise + + + + Returns an enumerator that iterates through the collection. + + + A that can be used to iterate through the collection. + + + + + Returns an enumerator that iterates through a collection. + + + An object that can be used to iterate through the collection. + + + + + Creates a new object that is a copy of the current instance. + + + A new object that is a copy of this instance. + + + + + Data associated to this section + + + + + Configuration used to write an ini file with the proper + delimiter characters and data. + + + If the instance was created by a parser, + this instance is a copy of the used + by the parser (i.e. different objects instances) + If this instance is created programatically without using a parser, this + property returns an instance of + + + + + Formats a IniData structure to an string + + + + + Produces an string given + + The data to string. + Ini data. + + + + Configuration used by this formatter when converting IniData + to an string + + + + + Represents all data from an INI file exactly as the + class, but searching for sections and keys names is done with + a case insensitive search. + + + + + Initializes an empty IniData instance. + + + + + Initializes a new IniData instance using a previous + . + + + object containing the + data with the sections of the file + + + + + Copies an instance of the class + + Original + + + + Defines data for a Parser configuration object. + + With a configuration object you can redefine how the parser + will detect special items in the ini file by defining new regex + (e.g. you can redefine the comment regex so it just treat text as + a comment iff the comment caracter is the first in the line) + or changing the set of characters used to define elements in + the ini file (e.g. change the 'comment' caracter from ';' to '#') + You can also define how the parser should treat errors, or how liberal + or conservative should it be when parsing files with "strange" formats. + + + + Default values used if an instance of + is created without specifying a configuration. + + + By default the various delimiters for the data are setted: + ';' for one-line comments + '[' ']' for delimiting a section + '=' for linking key / value pairs + + An example of well formed data with the default values: + + ;section comment
+ [section] ; section comment
+
+ ; key comment
+ key = value ;key comment
+
+ ;key2 comment
+ key2 = value
+
+
+
+
+ + + Copy ctor. + + + Original instance to be copied. + + + + + Sets the char that defines the start of a section name. + + + Defaults to character '[' + + + + + Sets the char that defines the end of a section name. + + + Defaults to character ']' + + + + + Retrieving section / keys by name is done with a case-insensitive + search. + + + Defaults to false (case sensitive search) + + + + + Sets the char that defines the start of a comment. + A comment spans from the comment character to the end of the line. + + + Defaults to character ';' + + + + + Sets the string that defines the start of a comment. + A comment spans from the mirst matching comment string + to the end of the line. + + + Defaults to string ";" + + + + + Gets or sets the string to use as new line string when formating an IniData structure using a + IIniDataFormatter. Parsing an ini-file accepts any new line character (Unix/windows) + + + This allows to write a file with unix new line characters on windows (and vice versa) + + Defaults to value Environment.NewLine + + + + Sets the char that defines a value assigned to a key + + + Defaults to character '=' + + + + + Sets the string around KeyValuesAssignmentChar + + + Defaults to string ' ' + + + + + Allows having keys in the file that don't belong to any section. + i.e. allows defining keys before defining a section. + If set to false and keys without a section are defined, + the will stop with an error. + + + Defaults to true. + + + + + If set to false and the finds duplicate keys in a + section the parser will stop with an error. + If set to true, duplicated keys are allowed in the file. The value + of the duplicate key will be the last value asigned to the key in the file. + + + Defaults to false. + + + + + Only used if is also true + If set to true when the parser finds a duplicate key, it overrites + the previous value, so the key will always contain the value of the + last key readed in the file + If set to false the first readed value is preserved, so the key will + always contain the value of the first key readed in the file + + + Defaults to false. + + + + + Gets or sets a value indicating whether duplicate keys are concatenate + together by . + + + Defaults to false. + + + + + If true the instance will thrown an exception + if an error is found. + If false the parser will just stop execution and return a null value. + + + Defaults to true. + + + + + If set to false and the finds a duplicate section + the parser will stop with an error. + If set to true, duplicated sections are allowed in the file, but only a + element will be created in the + collection. + + + Defaults to false. + + + + + If set to false, the stop with a error if you try + to access a section that was not created previously and the parser will stop with an error. + If set to true, inexistents sections are created, always returning a valid + element. + + + Defaults to false. + + + + + Creates a new object that is a copy of the current instance. + + + A new object that is a copy of this instance. + + 2 + + + + + Responsible for parsing an string from an ini file, and creating + an structure. + + + + + Ctor + + + The parser uses a by default + + + + + Ctor + + + Parser's instance. + + + + + Configuration that defines the behaviour and constraints + that the parser must follow. + + + + + True is the parsing operation encounter any problem + + + + + Returns the list of errors found while parsing the ini file. + + + If the configuration option ThrowExceptionOnError is false it can contain one element + for each problem found while parsing; otherwise it will only contain the very same + exception that was raised. + + + + + Parses a string containing valid ini data + + + String with data + + + An instance with the data contained in + the correctly parsed an structured. + + + Thrown if the data could not be parsed + + + + + Checks if a given string contains a comment. + + + String with a line to be checked. + + + true if any substring from s is a comment, false otherwise. + + + + + Checks if a given string represents a section delimiter. + + + The string to be checked. + + + true if the string represents a section, false otherwise. + + + + + Checks if a given string represents a key / value pair. + + + The string to be checked. + + + true if the string represents a key / value pair, false otherwise. + + + + + Removes a comment from a string if exist, and returns the string without + the comment substring. + + + The string we want to remove the comments from. + + + The string s without comments. + + + + + Processes one line and parses the data found in that line + (section or key/value pair who may or may not have comments) + + The string with the line to process + + + + Proccess a string which contains an ini section. + + + The string to be processed + + + + + Processes a string containing an ini key/value pair. + + + The string to be processed + + + + + Extracts the key portion of a string containing a key/value pair.. + + + The string to be processed, which contains a key/value pair + + + The name of the extracted key. + + + + + Extracts the value portion of a string containing a key/value pair.. + + + The string to be processed, which contains a key/value pair + + + The name of the extracted value. + + + + + Abstract Method that decides what to do in case we are trying to add a duplicated key to a section + + + + + Adds a key to a concrete instance, checking + if duplicate keys are allowed in the configuration + + + Key name + + + Key's value + + + collection where the key should be inserted + + + Name of the section where the is contained. + Used only for logging purposes. + + + + + Temp list of comments + + + + + Tmp var with the name of the seccion which is being process + + + + + Represents an INI data parser for streams. + + + + + This instance will handle ini data parsing and writing + + + + + Ctor + + + + + Ctor + + + + + + Reads data in INI format from a stream. + + Reader stream. + + And instance with the readed ini data parsed. + + + Thrown if is null. + + + + + Writes the ini data to a stream. + + A write stream where the ini data will be stored + An instance. + + Thrown if is null. + + + + + Writes the ini data to a stream. + + A write stream where the ini data will be stored + An instance. + Formaterr instance that controls how the ini data is transformed to a string + + Thrown if is null. + + + + + Represents an INI data parser for strings. + + + + This class is deprecated and kept for backwards compatibility. + It's just a wrapper around class. + Please, replace your code. + + + + + This instance will handle ini data parsing and writing + + + + + Ctor + + + + + Ctor + + + + + + Parses a string containing data formatted as an INI file. + + The string containing the data. + + A new instance with the data parsed from the string. + + + + + Creates a string from the INI data. + + An instance. + + A formatted string with the contents of the + instance object. + + + + + Represents an error ococcurred while parsing data + + +
+