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.

63 lines
1.7 KiB

  1. /*++
  2. Copyright (c) 1994-1998 Microsoft Corporation
  3. Module Name :
  4. guids.h
  5. Abstract:
  6. GUIDs as used by IIS snapin definition
  7. Author:
  8. Ronald Meijer (ronaldm)
  9. Project:
  10. Internet Services Manager
  11. Revision History:
  12. --*/
  13. //
  14. // New Clipboard format that has the Type and Cookie
  15. //
  16. extern const wchar_t * ISM_SNAPIN_INTERNAL;
  17. //
  18. // Published context information for extensions to extend
  19. //
  20. // <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  21. extern const wchar_t * MYCOMPUT_MACHINE_NAME;
  22. extern const wchar_t * ISM_SNAPIN_MACHINE_NAME;
  23. extern const wchar_t * ISM_SNAPIN_SERVICE;
  24. extern const wchar_t * ISM_SNAPIN_INSTANCE;
  25. extern const wchar_t * ISM_SNAPIN_PARENT_PATH;
  26. extern const wchar_t * ISM_SNAPIN_NODE;
  27. extern const wchar_t * ISM_SNAPIN_META_PATH;
  28. //
  29. // GUIDS
  30. //
  31. // <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  32. //
  33. // Snapin GUID
  34. //
  35. extern const CLSID CLSID_Snapin; // In-Proc server GUID
  36. extern const CLSID CLSID_About; // About GUID
  37. //
  38. // IIS Object GUIDS
  39. //
  40. extern const GUID cInternetRootNode; // Internet root node num
  41. extern const GUID cMachineNode; // Machine node num
  42. extern const GUID cServiceCollectorNode; // Service Collector node num
  43. extern const GUID cInstanceCollectorNode; // Instance Collector node num
  44. extern const GUID cInstanceNode; // Instance node num
  45. extern const GUID cChildNode; // Child node num
  46. extern const GUID cFileNode; // File node num