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.

85 lines
3.2 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1996
  5. //
  6. // File: CIAdmin.hm
  7. //
  8. // Contents: Help map for MMC snapin for CI.
  9. //
  10. // History: 10-Sep-1997 KyleP Created
  11. //
  12. //--------------------------------------------------------------------------
  13. #pragma once
  14. // Property pages
  15. #define HIDP_GENERATION_FILTER_UNKNOWN 0x18000
  16. #define HIDP_GENERATION_GENERATE_CHARACTERIZATION 0x18001
  17. #define HIDP_GENERATION_MAXIMUM_SIZE 0x18002
  18. #define HIDP_LOCATION_NAME 0x18003
  19. #define HIDP_LOCATION_LOCATION 0x18004
  20. #define HIDP_LOCATION_SIZE 0x18005
  21. #define HIDP_PROPCACHE_SIZE 0x18006
  22. #define HIDP_WEB_VSERVER 0x18007
  23. #define HIDP_WEB_NNTPSERVER 0x18009
  24. #define HIDP_PROPERTY_SET 0x1800A
  25. #define HIDP_PROPERTY_PROPERTY 0x1800B
  26. #define HIDP_PROPERTY_CACHED 0x1800C
  27. #define HIDP_PROPERTY_DATATYPE 0x1800D
  28. #define HIDP_PROPERTY_SIZE 0x1800E
  29. #define HIDP_SCOPE_PATH 0x1800F
  30. #define HIDP_SCOPE_BROWSE 0x18010
  31. #define HIDP_SCOPE_ALIAS 0x18011
  32. #define HIDP_SCOPE_USER_NAME 0x18012
  33. #define HIDP_SCOPE_PASSWORD 0x18013
  34. #define HIDP_SCOPE_INCLUDE 0x18014
  35. #define HIDP_SCOPE_EXCLUDE 0x18015
  36. #define HIDP_CONNECT_LOCAL 0x18016
  37. #define HIDP_CONNECT_ANOTHER 0x18017
  38. #define HIDP_PROPERTY_STORAGELEVEL 0x18018
  39. #define HIDP_LOCATION_BROWSE 0x18019
  40. #define HIDP_OK 0x18020
  41. #define HIDP_CANCEL 0x18021
  42. #define HIDP_APPLY 0x18022
  43. #define HIDP_CATALOG_LOCATION 0x18023
  44. // Indexing Service usage dialog
  45. #define HIDP_DEDICATED 0x18024
  46. #define HIDP_USEDOFTEN 0x18025
  47. #define HIDP_USEDOCCASIONALLY 0x18026
  48. #define HIDP_NEVERUSED 0x18027
  49. #define HIDP_ADVANCED_CONFIG 0x18028
  50. #define HIDP_CUSTOMIZE 0x18029
  51. // Advanced Indexing Service performance tuning
  52. #define HIDP_INDEXING_PERFORMANCE 0x18030
  53. #define HIDP_QUERY_PERFORMANCE 0x18031
  54. // Inheritable settings in property pages
  55. #define HIDP_SETTINGS_INHERIT1 0x18032
  56. #define HIDP_SETTINGS_INHERIT2 0x18033
  57. // New additions
  58. #define HIDP_ALIAS_NETWORK_SHARES 0x18034
  59. #define HIDP_ACCOUNT_INFORMATION 0x18035
  60. #define HIDP_INCLUSION 0x18036
  61. #define HIDP_INHERIT 0x18037
  62. #define HIDP_CATALOG_NAME 0x18038
  63. BOOL DisplayHelp( HWND hwnd, DWORD dwID );
  64. BOOL DisplayPopupHelp( HWND hwnd, DWORD dwHelpType );
  65. BOOL DisplayHelp( HWND hwnd, DWORD dwID, UINT uCommand );