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.

163 lines
10 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1994 - 2000.
  5. //
  6. // File: CiRegKey.hxx
  7. //
  8. // Contents: Strings to identify CI registry keys
  9. //
  10. // History: 07-Jun-94 DwightKr Created
  11. // 04-Feb-98 kitmanh Added wcsIsReadOnly
  12. // 19-Oct-98 sundarA Added wcsIsEnumAllowed
  13. //
  14. //--------------------------------------------------------------------------
  15. #pragma once
  16. const WCHAR wcsRegAdmin[] = L"ContentIndex";
  17. const WCHAR wcsRegAdminTree[] = L"\\Registry\\Machine\\System\\CurrentControlSet\\Control\\ContentIndex";
  18. const WCHAR wcsRegAdminSubKey[] = L"System\\CurrentControlSet\\Control\\ContentIndex";
  19. const WCHAR wcsRegCommonAdmin[] = L"ContentIndexCommon";
  20. const WCHAR wcsRegCommonAdminTree[] = L"\\Registry\\Machine\\System\\CurrentControlSet\\Control\\ContentIndexCommon";
  21. const WCHAR wcsRegCommonAdminSubKey[] = L"System\\CurrentControlSet\\Control\\ContentIndexCommon";
  22. const WCHAR wcsRegControlSubKey[] = L"System\\CurrentControlSet\\Control";
  23. const WCHAR wcsRegCatalogsSubKey[] =L"System\\CurrentControlSet\\Control\\ContentIndex\\Catalogs";
  24. const WCHAR wcsRegJustCatalogsSubKey[] = L"ContentIndex\\Catalogs";
  25. const WCHAR wcsRegAdminLanguage[] = L"System\\CurrentControlSet\\Control\\ContentIndex\\Language";
  26. const WCHAR wcsRegAdminCatalogs[] = L"\\Registry\\Machine\\System\\CurrentControlSet\\Control\\ContentIndex\\IsapiVirtualServerCatalogs";
  27. const WCHAR wcsGibraltarVRoots[] = L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\W3SVC\\Parameters\\Virtual Roots";
  28. const WCHAR wcsNNTPVRoots[] = L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\NNTPSVC\\Parameters\\Virtual Roots";
  29. const WCHAR wcsContentIndexPerfKey[] = L"MACHINE\\System\\CurrentControlSet\\Services\\ContentIndex\\Performance";
  30. const WCHAR wcsISAPISearchPerfKey[] = L"MACHINE\\System\\CurrentControlSet\\Services\\ISAPISearch\\Performance";
  31. const WCHAR wcsCatalogLocation[] = L"Location";
  32. const WCHAR wcsCatalogScopes[] = L"Scopes";
  33. const WCHAR wcsCatalogProperties[] = L"Properties";
  34. const WCHAR wcsMaxMergeInterval[] = L"MaxMergeInterval";
  35. const WCHAR wcsThreadPriorityFilter[] = L"ThreadPriorityFilter";
  36. const WCHAR wcsThreadPriorityMerge[] = L"ThreadPriorityMerge";
  37. const WCHAR wcsThreadClassFilter[] = L"ThreadClassFilter";
  38. const WCHAR wcsMaxUpdates[] = L"MaxUpdates";
  39. const WCHAR wcsMaxWordLists[] = L"MaxWordLists";
  40. const WCHAR wcsMinSizeMergeWordlists[] = L"MinSizeMergeWordlists";
  41. const WCHAR wcsMaxWordlistSize[] = L"MaxWordlistSize";
  42. const WCHAR wcsMinWordlistMemory[] = L"MinWordlistMemory";
  43. const WCHAR wcsMaxWordlistIo[] = L"MaxWordlistIo";
  44. const WCHAR wcsMaxWordlistIoDiskPerf[] = L"MaxWordlistIoDiskPerf";
  45. const WCHAR wcsResourceCheckInterval[] = L"LowResourceCheckInterval";
  46. const WCHAR wcsLowResourceSleep[] = L"LowResourceSleep";
  47. const WCHAR wcsMaxFreshDeletes[] = L"MaxFreshDeletes";
  48. const WCHAR wcsMaxWordlistMemoryLoad[] = L"MaxWordlistMemoryLoad";
  49. const WCHAR wcsMaxFreshCount[] = L"MaxFreshCount";
  50. const WCHAR wcsMaxPersistDelRecords[] = L"MaxPersistDelRecords";
  51. const WCHAR wcsMaxQueueChunks[] = L"MaxQueueChunks";
  52. const WCHAR wcsMasterMergeCheckpointInterval[] = L"MasterMergeCheckpointInterval";
  53. const WCHAR wcsFilterBufferSize[] = L"FilterBufferSize";
  54. const WCHAR wcsFilterRetries[] = L"FilterRetries";
  55. const WCHAR wcsSecQFilterRetries[] = L"DelayedFilterRetries";
  56. const WCHAR wcsFilterRetryInterval[] = L"FilterRetryInterval";
  57. const WCHAR wcsFilterDelayInterval[] = L"FilterDelayInterval";
  58. const WCHAR wcsFilterRemainingThreshold[] = L"FilterRemainingThreshold";
  59. const WCHAR wcsFilterContents[] = L"FilterContents";
  60. const WCHAR wcsFilterIdleTimeout[] = L"FilterIdleTimeout";
  61. const WCHAR wcsMinDiskFreeForceMerge[] = L"MinDiskFreeForceMerge";
  62. const WCHAR wcsMaxShadowFreeForceMerge[] = L"MaxShadowFreeForceMerge";
  63. const WCHAR wcsMaxShadowIndexSize[] = L"MaxShadowIndexSize";
  64. const WCHAR wcsMaxIndexes[] = L"MaxIndexes";
  65. const WCHAR wcsMaxIdealIndexes[] = L"MaxIdealIndexes";
  66. const WCHAR wcsMinMergeIdleTime[] = L"MinMergeIdleTime";
  67. const WCHAR wcsMaxPendingDocuments[] = L"MaxPendingDocuments";
  68. const WCHAR wcsMinIdleQueryThreads[] = L"MinIdleQueryThreads";
  69. const WCHAR wcsMaxActiveQueryThreads[] = L"MaxActiveQueryThreads";
  70. const WCHAR wcsMaxQueryTimeslice[] = L"MaxQueryTimeslice";
  71. const WCHAR wcsMaxQueryExecutionTime[] = L"MaxQueryExecutionTime";
  72. const WCHAR wcsForcedNetPathScanInterval[] = L"ForcedNetPathScanInterval";
  73. const WCHAR wcsMaxRunningWebhits[] = L"MaxRunningWebhits";
  74. const WCHAR wcsMaxWebhitsCpuTime[] = L"MaxWebhitsCpuTime";
  75. const WCHAR wcsMinIdleRequestThreads[] = L"MinIdleRequestThreads";
  76. const WCHAR wcsMinClientIdleTime[] = L"MinClientIdleTime";
  77. const WCHAR wcsMaxActiveRequestThreads[] = L"MaxActiveRequestThreads";
  78. const WCHAR wcsMaxSimultaneousRequests[] = L"MaxSimultaneousRequests";
  79. const WCHAR wcsMaxCachedPipes[] = L"MaxCachedPipes";
  80. const WCHAR wcsRequestTimeout[] = L"RequestTimeout";
  81. const WCHAR wcsW3SvcInstance[] = L"W3SvcInstance";
  82. const WCHAR wcsNNTPSvcInstance[] = L"NNTPSvcInstance";
  83. const WCHAR wcsIMAPSvcInstance[] = L"IMAPSvcInstance";
  84. const WCHAR wcsMinimizeWorkingSet[] = L"MinimizeWorkingSet";
  85. const WCHAR wcsWebhitsDisplayScript[] = L"WebhitsDisplayScript";
  86. const WCHAR wcsMaxFilesizeFiltered[] = L"MaxFilesizeFiltered";
  87. const WCHAR wcsMaxFilesizeMultiplier[] = L"MaxFilesizeMultiplier";
  88. //const WCHAR wcsClusteringTime[] = L"ClusteringTime";
  89. //const WCHAR wcsGenerateRelevantWords[] = L"GenerateRelevantWords";
  90. //const WCHAR wcsMaxRelevantWords[] = L"MaxRelevantWords";
  91. //const WCHAR wcsUsePhraseLattice[] = L"UsePhraseLattice";
  92. const WCHAR wcsMasterMergeTime[] = L"MasterMergeTime";
  93. const WCHAR wcsDaemonResponseTimeout[] = L"DaemonResponseTimeout";
  94. const WCHAR wcsPrimaryStoreMappedCache[] = L"PropertyStoreMappedCache";
  95. const WCHAR wcsSecondaryStoreMappedCache[] = L"SecPropertyStoreMappedCache";
  96. const WCHAR wcsPrimaryStoreBackupSize[] = L"PropertyStoreBackupSize";
  97. const WCHAR wcsSecondaryStoreBackupSize[] = L"SecPropertyStoreBackupSize";
  98. const WCHAR wcsMaxRestrictionNodes[] = L"MaxRestrictionNodes";
  99. const WCHAR wcsGenerateCharacterization[] = L"GenerateCharacterization";
  100. const WCHAR wcsMaxCharacterization[] = L"MaxCharacterization";
  101. const WCHAR wcsIsAutoAlias[] = L"IsAutoAlias";
  102. const WCHAR wcsMaxAutoAliasRefresh[] = L"MaxAutoAliasRefresh";
  103. const WCHAR wcsIsIndexingW3Roots[] = L"IsIndexingW3Svc";
  104. const WCHAR wcsIsIndexingNNTPRoots[] = L"IsIndexingNNTPSvc";
  105. const WCHAR wcsIsIndexingIMAPRoots[] = L"IsIndexingIMAPSvc";
  106. const WCHAR wcsIsReadOnly[] = L"IsReadOnly";
  107. const WCHAR wcsIsEnumAllowed[] = L"IsEnumAllowed";
  108. const WCHAR wcsFilterDirectories[] = L"FilterDirectories";
  109. const WCHAR wcsFilterFilesWithUnknownExtensions[] = L"FilterFilesWithUnknownExtensions";
  110. const WCHAR wcsUseOle[] = L"UseOle";
  111. const WCHAR wcsEventLogFlags[] = L"EventLogFlags";
  112. const WCHAR wcsMiscFlags[] = L"CiMiscFlags";
  113. const WCHAR wcsCiCatalogFlags[] = L"CiCatalogFlags";
  114. const WCHAR wcsISMaxRecordsInResultSet[] = L"IsapiMaxRecordsInResultSet";
  115. const WCHAR wcsISFirstRowsInResultSet[] = L"IsapiFirstRowsInResultSet";
  116. const WCHAR wcsISMaxEntriesInQueryCache[] = L"IsapiMaxEntriesInQueryCache";
  117. const WCHAR wcsISQueryCachePurgeInterval[] = L"IsapiQueryCachePurgeInterval";
  118. const WCHAR wcsISDefaultCatalogDirectory[] = L"IsapiDefaultCatalogDirectory";
  119. const WCHAR wcsISRequestQueueSize[] = L"IsapiRequestQueueSize";
  120. const WCHAR wcsISRequestThresholdFactor[] = L"IsapiRequestThresholdFactor";
  121. const WCHAR wcsISDateTimeFormatting[] = L"IsapiDateTimeFormatting";
  122. const WCHAR wcsISDateTimeLocal[] = L"IsapiDateTimeLocal";
  123. const WCHAR wcsCatalogInactive[] = L"CatalogInactive";
  124. const WCHAR wcsDefaultColumnFile[] = L"DefaultColumnFile";
  125. const WCHAR wcsMaxUsnLogSize[] = L"MaxUsnLogSize";
  126. const WCHAR wcsUsnLogAllocationDelta[] = L"UsnLogAllocationDelta";
  127. const WCHAR wcsUsnReadTimeout[] = L"UsnReadTimeout";
  128. const WCHAR wcsUsnReadMinSize[] = L"UsnReadMinSize";
  129. const WCHAR wcsDelayUsnReadOnLowResource[] = L"DelayUsnReadOnLowResource";
  130. const WCHAR wcsStompLastAccessDelay[] = L"StompLastAccessDelay";
  131. const WCHAR wcsMinWordlistBattery[] = L"MinWordlistBattery";
  132. const WCHAR wcsWordlistUserIdle[] = L"WordlistUserIdle";
  133. const WCHAR wcsScanBackoff[] = L"ScanBackoff";
  134. const WCHAR wcsStartupDelay[] = L"StartupDelay";
  135. const WCHAR wcsMaxDaemonVmUse[] = L"MaxDaemonVmUse";
  136. const WCHAR wcsFilterTrackers[] = L"FilterTrackers";
  137. const WCHAR wcsPreventCisvcParam[] = L"DonotStartCiSvc";
  138. const WCHAR wcsMaxTextFilterBytes[] = L"MaxTextFilterBytes";
  139. const WCHAR wcsLeaveCorruptCatalog[] = L"LeaveCorruptCatalog";
  140. const WCHAR wcsServiceUsage[] = L"ServiceUsage";
  141. const WCHAR wcsDesiredIndexingPerf[] = L"DesiredIndexingPerf";
  142. const WCHAR wcsDesiredQueryingPerf[] = L"DesiredQueryingPerf";
  143. const WCHAR wcsMinDiskSpaceToLeave[] = L"MinDiskSpaceToLeave";
  144. const WCHAR wcsForcePathAlias[] = L"ForcePathAlias";
  145. const WCHAR wcsIsRemovableCatalog[] = L"IsRemovableCatalog";
  146. const WCHAR wcsMountRemovableCatalogs[] = L"MountRemovableCatalogs";
  147. const WCHAR wcsMaxCatalogs[] = L"MaxCatalogs";
  148. #if (DBG == 1)
  149. const WCHAR wcsWin4AssertLevel[] = L"Win4AssertLevel";
  150. #endif // (DBG == 1)