Leaked source code of windows server 2003
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.

65 lines
1.1 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1997
  5. //
  6. // File: guid.h
  7. //
  8. // Contents: extern references for IIS guids
  9. //
  10. // History:
  11. //
  12. //----------------------------------------------------------------------------
  13. #ifndef __GUID_H__
  14. #define __GUID_H__
  15. #ifdef __cplusplus
  16. extern "C" {
  17. #endif
  18. //-------------------------------------------
  19. //
  20. // IISOle CLSIDs
  21. //
  22. //-------------------------------------------
  23. //
  24. // IISOle objects
  25. //
  26. extern const CLSID CLSID_IISGenObject;
  27. extern const CLSID CLSID_IISTree;
  28. extern const CLSID CLSID_IISSchema;
  29. extern const CLSID CLSID_IISClass;
  30. extern const CLSID CLSID_IISProperty;
  31. extern const CLSID CLSID_IISSyntax;
  32. extern const CLSID LIBID_IISOle;
  33. extern const CLSID CLSID_IISNamespace;
  34. extern const CLSID CLSID_IISProvider;
  35. extern const CLSID CLSID_IISMimeType;
  36. extern const CLSID CLSID_IISPropertyAttribute;
  37. #ifdef __cplusplus
  38. }
  39. #endif
  40. #endif