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.

137 lines
2.9 KiB

  1. [Version]
  2. Signature=$Windows NT$
  3. [Virtual Computer Modules]
  4. SCRIPT=script.dll
  5. ACCESSIBILITY=sysmod.dll
  6. COOKIES=sysmod.dll
  7. PRINTERS=sysmod.dll
  8. RAS=sysmod.dll
  9. OSFILES=sysmod.dll
  10. NETDRIVES=sysmod.dll
  11. LNKMIG=sysmod.dll
  12. [Source Modules]
  13. SCRIPT=script.dll
  14. ACCESSIBILITY=sysmod.dll
  15. COOKIES=sysmod.dll
  16. PRINTERS=sysmod.dll
  17. RAS=sysmod.dll
  18. OSFILES=sysmod.dll
  19. NETDRIVES=sysmod.dll
  20. LNKMIG=sysmod.dll
  21. [Source.Gather Function High Priority]
  22. OsFiles
  23. [Source.Gather Function Low Priority]
  24. Links.Files
  25. AutoFilter
  26. PbkFiles
  27. [Destination Modules]
  28. SCRIPT=script.dll
  29. ACCESSIBILITY=sysmod.dll
  30. NETDRIVES=sysmod.dll
  31. RAS=sysmod.dll
  32. LNKMIG=sysmod.dll
  33. [Destination.Gather Function High Priority]
  34. ;none
  35. [Destination.Gather Function Low Priority]
  36. ;none
  37. [Type Modules]
  38. SCRIPT=script.dll
  39. CERTIFICATES=script.dll
  40. ACCESSIBILITY=sysmod.dll
  41. COOKIES=sysmod.dll
  42. PRINTERS=sysmod.dll
  43. RAS=sysmod.dll
  44. NETDRIVES=sysmod.dll
  45. [Transport Modules]
  46. @c:INF_BASED_UNC_TRANSPORT=unctrn.dll
  47. @c:OPAQUE_UNC_TRANSPORT=unctrn.dll
  48. @g:REMOVABLE_MEDIA=guitrn.dll
  49. @g:HOME_NETWORKING=guitrn.dll
  50. @g:OPAQUE_UNC_TRANSPORT=guitrn.dll
  51. @g:DIRECT_CABLE=guitrn.dll
  52. ;
  53. ; The following global operation sections all have this syntax:
  54. ;
  55. ; [<section>]
  56. ; <fn-name> <--- first to run
  57. ; <fn-name>
  58. ; <...>
  59. ; <fn-name> <--- last to run
  60. ;
  61. ; <section> specifies either Global Operations, followed by a suffix
  62. ; indicating "<type> <pass>", where <type> is either Filter or Apply,
  63. ; and <pass> is either First or Last. An optional suffix indicates
  64. ; "High Priority".
  65. ;
  66. ; Operations not listed below will default to "Global Operations.Filter Last"
  67. ;
  68. [Global Operations.Filter First.High Priority]
  69. ;empty
  70. [Global Operations.Filter Last.High Priority]
  71. ;empty
  72. [Global Operations.Filter First]
  73. ;empty
  74. [Global Operations.Filter Last]
  75. ;empty
  76. [Global Operations.Apply First.High Priority]
  77. ;empty
  78. [Global Operations.Apply Last.High Priority]
  79. ;empty
  80. [Global Operations.Apply First]
  81. ;empty
  82. [Global Operations.Apply Last]
  83. ;empty
  84. [Prohibited Operation Combinations]
  85. ;Syntax: <Name>,<Name>[,<Name>,...]
  86. ;
  87. ; <Name> indicates either a public or private operation. Public operations
  88. ; are given with just the operation name. Private operations are given
  89. ; by <Module>:<Operation Name>
  90. ;
  91. ; Example:
  92. ;
  93. ; Move, Delete
  94. ; Delete, Shell:LinkEdit
  95. ;
  96. SCRIPT:Move.V1FileMoveEx,AutoFilter
  97. SCRIPT:Move.V1FileMove,AutoFilter
  98. SCRIPT:Move.Partition,AutoFilter
  99. Move.INIEx,AutoFilter
  100. Move.INI,AutoFilter
  101. Content.DefaultIcon,ContentAutoFilter
  102. [Ignored Operation Collisions]
  103. ;Syntax: <Name>
  104. ;
  105. ; <Name> indicates either a public or private operation. Public operations
  106. ; are given with just the operation name. Private operations are given
  107. ; by <Module>:<Operation Name>
  108. ;
  109. ; Example:
  110. ;
  111. ; Move
  112. ; Shell:LinkEdit
  113. ;
  114. SCRIPT:Move.V1FileMoveEx
  115. SCRIPT:Move.V1FileMove
  116. Move.INIEx
  117. Move.INI