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.

102 lines
2.1 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1996 - 1997.
  5. //
  6. // File: iisext.hxx
  7. //
  8. // Contents:
  9. //
  10. // History: 02-20-97 SophiaC Created.
  11. //
  12. //----------------------------------------------------------------------------
  13. #include "..\oleds2.0\include\procs.hxx"
  14. #include "iadsp.h"
  15. #define DEFAULT_TRACE_FLAGS (DEBUG_ERROR)
  16. #include "guid.h"
  17. #include "macro.h"
  18. #include "fsmacro.h"
  19. #include "cmacro.h"
  20. #ifdef __cplusplus
  21. extern "C" {
  22. #endif
  23. #include <stdio.h>
  24. #include <stddef.h>
  25. #include "..\adsiis\iissynid.h"
  26. #include "iiscnfgp.h"
  27. #include "iadmw.h"
  28. #include "iwamreg.h"
  29. #include "iisext.h"
  30. #include "iiisext.h"
  31. #ifdef __cplusplus
  32. }
  33. #endif
  34. #include "tcpdllp.hxx"
  35. #include "critsec.hxx"
  36. #include "iprops.hxx"
  37. #include "cdispmgr.hxx"
  38. #include "property.hxx"
  39. #include "sdict.hxx"
  40. #include "svrcache.hxx"
  41. #include "common.hxx"
  42. #include "parse.hxx"
  43. #include "capp.hxx"
  44. #include "cappcf.hxx"
  45. #include "ccomp.hxx"
  46. #include "ccompcf.hxx"
  47. #include "capool.hxx"
  48. #include "capoolcf.hxx"
  49. #include "capools.hxx"
  50. #include "capoolscf.hxx"
  51. #include "cwebservice.hxx"
  52. #include "cwebservicecf.hxx"
  53. #include "csrv.hxx"
  54. #include "csrvcf.hxx"
  55. #include "crmap.hxx"
  56. #include "crmapcf.hxx"
  57. #define DISPID_REGULAR 1
  58. #define IIS_USER_ID 1
  59. #define IIS_COMPUTER_ID 2
  60. #define IIS_DOMAIN_ID 3
  61. #define IIS_GROUP_ID 4
  62. #define IIS_PRINTER_ID 5
  63. #define IIS_SERVICE_ID 6
  64. #define IIS_FILESERVICE_ID 7
  65. #define IIS_FILESHARE_ID 8
  66. #define IIS_CLASS_ID 9
  67. #define IIS_FUNCTIONALSET_ID 10
  68. #define IIS_SYNTAX_ID 11
  69. #define IIS_SCHEMA_ID 12
  70. #define IIS_PROPERTY_ID 13
  71. #define IIS_TREE_ID 14
  72. #define IIS_OU_ID 15
  73. #define IIS_O_ID 16
  74. #define IIS_LOCALITY_ID 17
  75. #define IIS_CLASSPROP_ID 18
  76. #define IIS_MAPPER_ID 19
  77. #define IIS_SERVER_ID 20
  78. #define IIS_EXTENSION_ID 21
  79. #define IIS_APP_ID 22
  80. #define MAX_CACHE_SIZE 50