Import TechBot
[reactos.git] / irc / TechBot / CHMLibrary / CHMDecoding / enumerations.cs
diff --git a/irc/TechBot/CHMLibrary/CHMDecoding/enumerations.cs b/irc/TechBot/CHMLibrary/CHMDecoding/enumerations.cs
new file mode 100644 (file)
index 0000000..0e2d314
--- /dev/null
@@ -0,0 +1,19 @@
+using System;\r
+\r
+namespace HtmlHelp.ChmDecoding\r
+{\r
+       /// <summary>\r
+       /// Enumeration for specifying the extraction mode of an toc or index item.\r
+       /// </summary>\r
+       public enum DataMode\r
+       {\r
+               /// <summary>\r
+               /// TextBased - this item comes from a text-based sitemap file\r
+               /// </summary>\r
+               TextBased = 0,\r
+               /// <summary>\r
+               /// Binary - this item was extracted out of a binary stream\r
+               /// </summary>\r
+               Binary = 1\r
+       }\r
+}\r