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.

132 lines
2.6 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. ACCESSIBILITY=sysmod.dll
  40. COOKIES=sysmod.dll
  41. PRINTERS=sysmod.dll
  42. RAS=sysmod.dll
  43. NETDRIVES=sysmod.dll
  44. [Transport Modules]
  45. @c:INF_BASED_UNC_TRANSPORT=unctrn.dll
  46. @c:OPAQUE_UNC_TRANSPORT=unctrn.dll
  47. @g:REMOVABLE_MEDIA=guitrn.dll
  48. @g:HOME_NETWORKING=guitrn.dll
  49. @g:OPAQUE_UNC_TRANSPORT=guitrn.dll
  50. @g:DIRECT_CABLE=guitrn.dll
  51. ;
  52. ; The following global operation sections all have this syntax:
  53. ;
  54. ; [<section>]
  55. ; <fn-name> <--- first to run
  56. ; <fn-name>
  57. ; <...>
  58. ; <fn-name> <--- last to run
  59. ;
  60. ; <section> specifies either Global Operations, followed by a suffix
  61. ; indicating "<type> <pass>", where <type> is either Filter or Apply,
  62. ; and <pass> is either First or Last. An optional suffix indicates
  63. ; "High Priority".
  64. ;
  65. ; Operations not listed below will default to "Global Operations.Filter Last"
  66. ;
  67. [Global Operations.Filter First.High Priority]
  68. ;empty
  69. [Global Operations.Filter Last.High Priority]
  70. ;empty
  71. [Global Operations.Filter First]
  72. ;empty
  73. [Global Operations.Filter Last]
  74. ;empty
  75. [Global Operations.Apply First.High Priority]
  76. ;empty
  77. [Global Operations.Apply Last.High Priority]
  78. ;empty
  79. [Global Operations.Apply First]
  80. ;empty
  81. [Global Operations.Apply Last]
  82. ;empty
  83. [Prohibited Operation Combinations]
  84. ;Syntax: <Name>,<Name>[,<Name>,...]
  85. ;
  86. ; <Name> indicates either a public or private operation. Public operations
  87. ; are given with just the operation name. Private operations are given
  88. ; by <Module>:<Operation Name>
  89. ;
  90. ; Example:
  91. ;
  92. ; Move, Delete
  93. ; Delete, Shell:LinkEdit
  94. ;
  95. SCRIPT:Move.V1FileMoveEx,AutoFilter
  96. SCRIPT:Move.V1FileMove,AutoFilter
  97. SCRIPT:Move.Partition,AutoFilter
  98. Content.DefaultIcon,AutoFilter
  99. [Ignored Operation Collisions]
  100. ;Syntax: <Name>
  101. ;
  102. ; <Name> indicates either a public or private operation. Public operations
  103. ; are given with just the operation name. Private operations are given
  104. ; by <Module>:<Operation Name>
  105. ;
  106. ; Example:
  107. ;
  108. ; Move
  109. ; Shell:LinkEdit
  110. ;
  111. SCRIPT:Move.V1FileMoveEx
  112. SCRIPT:Move.V1FileMove