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.

136 lines
2.7 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1996 - 1997.
  5. //
  6. // File: IIS.hxx
  7. //
  8. // Contents:
  9. //
  10. // History: 02-20-97 SophiaC Created.
  11. //
  12. //----------------------------------------------------------------------------
  13. #include "..\oleds2.0\include\procs.hxx"
  14. #include "stdio.h"
  15. #include "stdlib.h"
  16. #define DEFAULT_TRACE_FLAGS (DEBUG_ERROR)
  17. #ifdef __cplusplus
  18. extern "C" {
  19. #endif
  20. #include "guid.h"
  21. #include "fsmacro.h"
  22. #include "iissynid.h"
  23. #include "iistypes.h"
  24. #include "iisres.h"
  25. #include "iis2.h"
  26. #include "iiscnfgp.h"
  27. #include "iadmw.h"
  28. #include "iwamreg.h"
  29. #include "iiis.h"
  30. #ifdef __cplusplus
  31. }
  32. #endif
  33. #include "cdispmgr.hxx"
  34. #include "extension.hxx"
  35. #include "tcpdllp.hxx"
  36. #include "rdns.hxx"
  37. #include "critsec.hxx"
  38. #include "sdict.hxx"
  39. #include "sconv.hxx"
  40. #include "charset.hxx"
  41. #include "iiscopy.hxx"
  42. #include "iismrshl.hxx"
  43. #include "iisurshl.hxx"
  44. #include "iis2var.hxx"
  45. #include "var2iis.hxx"
  46. #include "var2sec.hxx"
  47. #include "sec2var.hxx"
  48. #include "svrcache.hxx"
  49. #include "getobj.hxx"
  50. #include "common.hxx"
  51. #include "core.hxx"
  52. #include "parse.hxx"
  53. #include "cmacro.h"
  54. #include "iprops.hxx"
  55. #include "cprops.hxx"
  56. #include "cschobj.hxx"
  57. #include "cschema.hxx"
  58. #include "schemini.hxx"
  59. #include "object.hxx"
  60. #include "cprovcf.hxx"
  61. #include "cprov.hxx"
  62. #include "cextmgr.hxx"
  63. #include "cnamcf.hxx"
  64. #include "cnamesp.hxx"
  65. #include "ctree.hxx"
  66. #include "cgenobj.hxx"
  67. #include "cenumvar.hxx"
  68. #include "cenumns.hxx"
  69. #include "cenumt.hxx"
  70. #include "cenumobj.hxx"
  71. #include "cenumsch.hxx"
  72. #include "cmime.hxx"
  73. #include "cmimecf.hxx"
  74. #include "cipsec.hxx"
  75. #include "cipseccf.hxx"
  76. #include "cpobj.hxx"
  77. #include "cpobjcf.hxx"
  78. #include "globals.hxx"
  79. #include "macro.h"
  80. #define DISPID_REGULAR 1
  81. #define IIS_USER_ID 1
  82. #define IIS_COMPUTER_ID 2
  83. #define IIS_DOMAIN_ID 3
  84. #define IIS_GROUP_ID 4
  85. #define IIS_PRINTER_ID 5
  86. #define IIS_SERVICE_ID 6
  87. #define IIS_FILESERVICE_ID 7
  88. #define IIS_FILESHARE_ID 8
  89. #define IIS_CLASS_ID 9
  90. #define IIS_FUNCTIONALSET_ID 10
  91. #define IIS_SYNTAX_ID 11
  92. #define IIS_SCHEMA_ID 12
  93. #define IIS_PROPERTY_ID 13
  94. #define IIS_TREE_ID 14
  95. #define IIS_OU_ID 15
  96. #define IIS_O_ID 16
  97. #define IIS_LOCALITY_ID 17
  98. #define IIS_CLASSPROP_ID 18
  99. #define IIS_MAPPER_ID 19
  100. #define IIS_SERVER_ID 20
  101. #define IIS_EXTENSION_ID 21
  102. #define IIS_APP_ID 22
  103. #define MAX_CACHE_SIZE 50
  104. #define IIS_ANY_PROPERTY 0
  105. #define IIS_INHERITABLE_ONLY 1