Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

252 lines
17 KiB

  1. ��<?xml version="1.0" encoding="UTF-16"?>
  2. <!DOCTYPE DCARRIER SYSTEM "Mantis.DTD">
  3. <DCARRIER
  4. CarrierRevision="1"
  5. DTDRevision="16"
  6. >
  7. <TASKS
  8. Context="1"
  9. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  10. > </TASKS>
  11. <PLATFORMS
  12. Context="1"
  13. > </PLATFORMS>
  14. <REPOSITORIES
  15. Context="1"
  16. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  17. > </REPOSITORIES>
  18. <GROUPS
  19. Context="1"
  20. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  21. > </GROUPS>
  22. <COMPONENTS
  23. Context="0"
  24. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  25. >
  26. <COMPONENT
  27. ComponentVSGUID="{FB60DE6D-5055-4EB1-8DC2-42FC625FB8B5}"
  28. ComponentVIGUID="{D674374B-7231-4F3B-BA50-5656CE642E2B}"
  29. Revision="620"
  30. RepositoryVSGUID="{8E0BE9ED-7649-47F3-810B-232D36C430B4}"
  31. Visibility="200"
  32. MultiInstance="False"
  33. Released="False"
  34. Editable="True"
  35. HTMLFinal="False"
  36. IsMacro="False"
  37. Opaque="False"
  38. Context="1"
  39. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  40. >
  41. <HELPCONTEXT
  42. src=".\tape.htm"
  43. ><![CDATA[<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  44. <HTML DIR="LTR"><HEAD>
  45. <META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">
  46. <TITLE>Tape Class Driver</TITLE>
  47. <STYLE TYPE="text/css">
  48. <!--
  49. BODY { font: normal 8pt Tahoma; background-color: #FFFFFF; }
  50. P { font: normal 8pt Tahoma; }
  51. .showhide { color: blue; text-decoration: underline; cursor: hand; }
  52. .callout { font: normal 8pt Tahoma; background-color: #E0E0E0; padding: 10pt; }
  53. .code { font: normal 8pt Courier New; }
  54. UL { font: normal 8pt Tahoma; list-style: square outside; margin-left: 0.25in; }
  55. OL { font: normal 8pt Tahoma; list-style: decimal outside; margin-left: 0.25in; }
  56. H1 { font: bold 12pt Tahoma; margin-bottom: -12pt; }
  57. H2 { font: bold 10pt Tahoma; margin-bottom: -12pt; }
  58. H3 { font: bold 8pt Tahoma; margin-bottom: -12pt; }
  59. H4 { font: italic 8pt Tahoma; margin-bottom: -12pt; }
  60. TABLE { font: normal 8pt Tahoma; text-align: left; padding: 2px; }
  61. CAPTION { font: bold 8pt Tahoma; text-align: left; padding: 2px; }
  62. THEAD { font: bold 8pt Tahoma; text-align: left; padding: 2px; background-color: #F0F0F0 }
  63. TH { font: bold 8pt Tahoma; text-align: left; padding: 2px; background-color: #F0F0F0 }
  64. TBODY { font: normal 8pt Tahoma; text-align: left; padding: 2px; }
  65. TD { font: normal 8pt Tahoma; text-align: left; padding: 2px; }
  66. TR { font: normal 8pt Tahoma; text-align: left; padding: 2px; }
  67. CODE { font-family: Courier New; }
  68. TT { font-family: Courier New; }
  69. KBD { font-family: Courier New; font-weight: bold; }
  70. VAR { font-family: Courier New; font-style: italic; }
  71. EM { font-style: italic; }
  72. I { font-style: italic; }
  73. STRONG { font-weight: bold; }
  74. B { font-weight: bold; }
  75. -->
  76. </STYLE>
  77. </HEAD>
  78. <BODY TOPMARGIN="0">
  79. The Tape Class Driver component implements the functions required by all tape minidrivers, which includes saving the minidriver entry points, creating device objects for the changer device, or handling Plug and Play requests.</P>
  80. <P>When a device control request is received, the tape class driver calls the appropriate minidriver routine to process the request. </P>
  81. <P>The tape class driver handles read/write requests and Windows Management Interface (WMI) requests. </P>
  82. <P>The tape class driver is a dynamic-link library (DLL) that is loaded when the first tape minidriver is installed. A tape minidriver is installed through Plug and Play when a tape drive is detected.</P>
  83. <H3>Component Configuration</H3>
  84. <P>There are no configuration requirements for this component. </P>
  85. <H3>For More Information </H3>
  86. <P>For more information, see this <A HREF="http://msdn.microsoft.com">Microsoft Web site</A>.</P>
  87. </BODY>
  88. </HTML>
  89. ]]></HELPCONTEXT>
  90. <PROPERTIES
  91. Context="1"
  92. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  93. > </PROPERTIES>
  94. <RESOURCES
  95. Context="1"
  96. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  97. >
  98. <RESOURCE
  99. Name="File(819):&quot;%12%&quot;,&quot;tape.sys&quot;"
  100. ResTypeVSGUID="{E66B49F6-4A35-4246-87E8-5C1A468315B5}"
  101. BuildTypeMask="819"
  102. BuildOrder="1000"
  103. Localize="False"
  104. Disabled="False"
  105. Context="1"
  106. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  107. >
  108. <PROPERTIES
  109. Context="1"
  110. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  111. >
  112. <PROPERTY
  113. Name="DstPath"
  114. Format="String"
  115. Context="1"
  116. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  117. >%12%</PROPERTY>
  118. <PROPERTY
  119. Name="DstName"
  120. Format="String"
  121. Context="1"
  122. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  123. >tape.sys</PROPERTY>
  124. <PROPERTY
  125. Name="NoExpand"
  126. Format="Boolean"
  127. Context="1"
  128. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  129. >False</PROPERTY>
  130. </PROPERTIES>
  131. </RESOURCE>
  132. <RESOURCE
  133. Name="RawDep(819):&quot;File&quot;,&quot;classpnp.sys&quot;"
  134. ResTypeVSGUID="{90D8E195-E710-4AF6-B667-B1805FFC9B8F}"
  135. BuildTypeMask="819"
  136. BuildOrder="1000"
  137. Localize="False"
  138. Disabled="False"
  139. Context="1"
  140. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  141. >
  142. <PROPERTIES
  143. Context="1"
  144. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  145. >
  146. <PROPERTY
  147. Name="RawType"
  148. Format="String"
  149. Context="1"
  150. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  151. >File</PROPERTY>
  152. <PROPERTY
  153. Name="Value"
  154. Format="String"
  155. Context="1"
  156. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  157. >classpnp.sys</PROPERTY>
  158. </PROPERTIES>
  159. </RESOURCE>
  160. </RESOURCES>
  161. <GROUPMEMBERS
  162. >
  163. <GROUPMEMBER
  164. GroupVSGUID="{E01B4103-3883-4FE8-992F-10566E7B796C}"
  165. ></GROUPMEMBER>
  166. <GROUPMEMBER
  167. GroupVSGUID="{D7523171-4196-45C3-BA4A-46ECD881D49B}"
  168. ></GROUPMEMBER>
  169. </GROUPMEMBERS>
  170. <DEPENDENCIES
  171. Context="1"
  172. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  173. >
  174. <DEPENDENCY
  175. Class="Before"
  176. Type="All"
  177. DependOnGUID="{4E7B2F7A-A581-11D4-8E94-00B0D03D27C6}"
  178. MinRevision="0"
  179. Disabled="False"
  180. Context="1"
  181. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  182. >
  183. <PROPERTIES
  184. Context="1"
  185. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  186. > </PROPERTIES>
  187. </DEPENDENCY>
  188. <DEPENDENCY
  189. Class="Before"
  190. Type="All"
  191. DependOnGUID="{E8ED9B21-75BC-4912-9EFB-14E6F56338BF}"
  192. MinRevision="0"
  193. Disabled="False"
  194. Context="1"
  195. PlatformGUID="{B784E719-C196-4DDB-B358-D9254426C38D}"
  196. >
  197. <PROPERTIES
  198. Context="1"
  199. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  200. > </PROPERTIES>
  201. </DEPENDENCY>
  202. </DEPENDENCIES>
  203. <DISPLAYNAME>Tape Class Driver</DISPLAYNAME>
  204. <VERSION>1.0</VERSION>
  205. <DESCRIPTION>Class Driver for Tape Devices</DESCRIPTION>
  206. <COPYRIGHT>2000 Microsoft Corp.</COPYRIGHT>
  207. <VENDOR>Microsoft Corp.</VENDOR>
  208. <OWNERS>nramas</OWNERS>
  209. <AUTHORS>nramas</AUTHORS>
  210. <DATECREATED>7/12/2001</DATECREATED>
  211. <DATEREVISED>8/13/2001 11:53:24 PM</DATEREVISED>
  212. </COMPONENT>
  213. </COMPONENTS>
  214. <RESTYPES
  215. Context="1"
  216. PlatformGUID="{00000000-0000-0000-0000-000000000000}"
  217. > </RESTYPES>
  218. </DCARRIER>