Leaked source code of windows server 2003
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.

193 lines
4.0 KiB

  1. struct _DFS_TEST_LINK {
  2. LPWSTR Name;
  3. LPWSTR RemainingName;
  4. ULONG NumberReplicas;
  5. ULONG ReplicaIndex[10];
  6. } DfsTestLinks[] = {
  7. {
  8. L"\\\\BlahBlah\\DfsRoot\\FirstLevel",
  9. L"",
  10. 2,
  11. 1,
  12. 2
  13. },
  14. {
  15. L"\\\\BlahBlah\\DfsRoot\\FirstLevel\\a\\b\\c",
  16. L"a\\b\\c",
  17. 2,
  18. 1,
  19. 2
  20. },
  21. {
  22. L"\\\\BlahBlah\\DfsRoot\\FirstLevel\\x\\y",
  23. L"x\\y",
  24. 2,
  25. 1,
  26. 2
  27. },
  28. {
  29. L"\\\\BlahBlah\\DfsRoot\\FirstLevel\\test\\me\\once",
  30. L"test\\me\\once",
  31. 2,
  32. 1,
  33. 2
  34. },
  35. {
  36. L"\\\\BlahBlah\\DfsRoot\\SecondLevel\\This",
  37. L"",
  38. 2,
  39. 3,
  40. 4,
  41. },
  42. {
  43. L"\\\\BlahBlah\\DfsRoot\\SecondLevel\\This\\one\\two\\three",
  44. L"one\\two\\three",
  45. 2,
  46. 3,
  47. 4,
  48. },
  49. {
  50. L"\\\\BlahBlah\\DfsRoot\\SecondLevel\\This\\Not\\Again",
  51. L"Not\\Again",
  52. 2,
  53. 3,
  54. 4,
  55. },
  56. {
  57. L"\\\\BlahBlah\\DfsRoot\\SecondLevel\\This\\a\\b\\c",
  58. L"a\\b\\c",
  59. 2,
  60. 3,
  61. 4,
  62. },
  63. {
  64. L"\\\\BlahBlah\\DfsRoot\\ThirdLevel\\This\\That",
  65. L"",
  66. 3,
  67. 5,
  68. 6,
  69. 7,
  70. },
  71. {
  72. L"\\\\BlahBlah\\DfsRoot\\ThirdLevel\\This\\That\\a\\b\\c",
  73. L"a\\b\\c",
  74. 3,
  75. 5,
  76. 6,
  77. 7,
  78. },
  79. {
  80. L"\\\\BlahBlah\\DfsRoot\\ThirdLevel\\This\\That\\m\\n\\o",
  81. L"m\\n\\o",
  82. 3,
  83. 5,
  84. 6,
  85. 7,
  86. },
  87. {
  88. L"\\\\BlahBlah\\DfsRoot\\FourLevel\\This\\That\\a",
  89. L"",
  90. 3,
  91. 8,
  92. 9,
  93. 10,
  94. },
  95. {
  96. L"\\\\BlahBlah\\DfsRoot\\FourLevel\\This\\That\\a\\aaa\\aaa\\aaa",
  97. L"aaa\\aaa\\aaa",
  98. 3,
  99. 8,
  100. 9,
  101. 10,
  102. },
  103. {
  104. L"\\\\BlahBlah\\DfsRoot\\FourLevel\\This\\That\\a\\bbb\\bbb",
  105. L"bbb\\bbb",
  106. 3,
  107. 8,
  108. 9,
  109. 10,
  110. },
  111. {
  112. L"\\\\BlahBlah\\DfsRoot\\FiveLevel\\This\\That\\a\\b",
  113. L"",
  114. 3,
  115. 11,
  116. 12,
  117. 13,
  118. },
  119. {
  120. L"\\\\BlahBlah\\DfsRoot\\SixLevel\\This\\That\\a\\b\\c",
  121. L"",
  122. 3,
  123. 14,
  124. 15,
  125. 16,
  126. },
  127. {
  128. L"\\\\BlahBlah\\DfsRoot\\SevenLevel\\This\\That\\a\\b\\c\\d",
  129. L"",
  130. 3,
  131. 17,
  132. 18,
  133. 19,
  134. },
  135. {
  136. L"\\\\BlahBlah\\DfsRoot\\EightLevel\\This\\That\\a\\b\\c\\d\\e",
  137. L"",
  138. 3,
  139. 20,
  140. 21,
  141. 22,
  142. },
  143. {
  144. L"\\\\BlahBlah\\DfsRoot\\TestLevel\\This\\That",
  145. L"",
  146. 2,
  147. 23,
  148. 24,
  149. },
  150. {
  151. L"\\\\BlahBlah\\DfsRoot\\Test1Level\\This\\That",
  152. L"",
  153. 2,
  154. 25,
  155. 26,
  156. },
  157. };
  158. LPWSTR Targets[] = {
  159. L"",
  160. L"\\\\scratch\\scratch\\uday\\a",
  161. L"\\\\scratch\\scratch\\uday\\b"
  162. L"\\\\scratch\\scratch\\uday\\c",
  163. L"\\\\scratch\\scratch\\uday\\d",
  164. L"\\\\scratch\\scratch\\uday\\e",
  165. L"\\\\scratch\\scratch\\uday\\f",
  166. L"\\\\scratch\\scratch\\uday\\g",
  167. L"\\\\scratch\\scratch\\uday\\h",
  168. L"\\\\scratch\\scratch\\uday\\i",
  169. L"\\\\scratch\\scratch\\uday\\j",
  170. L"\\\\scratch\\scratch\\uday\\k",
  171. L"\\\\scratch\\scratch\\uday\\l",
  172. L"\\\\scratch\\scratch\\uday\\m",
  173. L"\\\\scratch\\scratch\\uday\\n",
  174. L"\\\\scratch\\scratch\\uday\\o",
  175. L"\\\\scratch\\scratch\\uday\\p",
  176. L"\\\\scratch\\scratch\\uday\\q",
  177. L"\\\\scratch\\scratch\\uday\\r",
  178. L"\\\\scratch\\scratch\\uday\\s",
  179. L"\\\\scratch\\scratch\\uday\\t",
  180. L"\\\\scratch\\scratch\\uday\\u",
  181. L"\\\\scratch\\scratch\\uday\\v",
  182. L"\\\\scratch\\scratch\\uday\\w",
  183. L"\\\\scratch\\scratch\\uday\\x",
  184. L"\\\\scratch\\scratch\\uday\\y",
  185. L"\\\\scratch\\scratch\\uday\\z"
  186. };