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.

56 lines
2.0 KiB

  1. // Guid.h -- Private class and interface GUIDs
  2. #define CWC_GUID_STRING_BUFFER 39
  3. // We expose IParseDisplayName via the CLSID_PARSE_URL class id:
  4. // {9D148290-B9C8-11d0-A4CC-0000F80149F6}
  5. DEFINE_GUID(CLSID_PARSE_URL,
  6. 0x9d148290, 0xb9c8, 0x11d0, 0xa4, 0xcc, 0x0, 0x0, 0xf8, 0x1, 0x49, 0xf6);
  7. // We expose our protocol interfaces via the CLSID_IE4_PROTOCOLS class id
  8. // {9D148291-B9C8-11d0-A4CC-0000F80149F6}
  9. DEFINE_GUID(CLSID_IE4_PROTOCOLS,
  10. 0x9d148291, 0xb9c8, 0x11d0, 0xa4, 0xcc, 0x0, 0x0, 0xf8, 0x1, 0x49, 0xf6);
  11. // Within the ITSS code we use these interface id's to allow for
  12. // plug-in components:
  13. // {FEBFD076-8395-11d0-9E13-00A0C922E6EC}
  14. DEFINE_GUID(IID_IFreeListManager,
  15. 0xfebfd076, 0x8395, 0x11d0, 0x9e, 0x13, 0x0, 0xa0, 0xc9, 0x22, 0xe6, 0xec);
  16. // {FEBFD077-8395-11d0-9E13-00A0C922E6EC}
  17. DEFINE_GUID(IID_PathManager,
  18. 0xfebfd077, 0x8395, 0x11d0, 0x9e, 0x13, 0x0, 0xa0, 0xc9, 0x22, 0xe6, 0xec);
  19. // {EB19B682-9360-11d0-9E16-00A0C922E6EC}
  20. DEFINE_GUID(IID_IEntryHandler,
  21. 0xeb19b682, 0x9360, 0x11d0, 0x9e, 0x16, 0x0, 0xa0, 0xc9, 0x22, 0xe6, 0xec);
  22. // Class IDs for the disk space managers used within an ITStorage object:
  23. DEFINE_GUID(CLSID_IFreeListManager_1,
  24. 0x7c01fd10, 0x7baa, 0x11d0, 0x9e, 0xc, 0x0, 0xa0, 0xc9, 0x22, 0xe6, 0xec);
  25. // Class IDs for the directory services used within an ITStorage object:
  26. DEFINE_GUID(CLSID_PathManager_1,
  27. 0x7c01fd11, 0x7baa, 0x11d0, 0x9e, 0xc, 0x0, 0xa0, 0xc9, 0x22, 0xe6, 0xec);
  28. // {A55895FD-89E1-11d0-9E14-00A0C922E6EC}
  29. DEFINE_GUID(CLSID_SystemPathManager,
  30. 0xa55895fd, 0x89e1, 0x11d0, 0x9e, 0x14, 0x0, 0xa0, 0xc9, 0x22, 0xe6, 0xec);
  31. // {4B6E47A4-8EC2-11d0-9E15-00A0C922E6EC}
  32. DEFINE_GUID(IID_ITFileSystem,
  33. 0x4b6e47a4, 0x8ec2, 0x11d0, 0x9e, 0x15, 0x0, 0xa0, 0xc9, 0x22, 0xe6, 0xec);
  34. DEFINE_GUID(IID_ISequentialStream,
  35. 0x0c733a30, 0x2a1c, 0x11ce, 0xad, 0xe5, 0x0, 0xaa, 0x0, 0x44, 0x77, 0x3d);
  36. // {7FC28940-9D31-11d0-9B27-00A0C91E9C7C}
  37. DEFINE_GUID(CLSID_LZX_Transform,
  38. 0x7fc28940, 0x9d31, 0x11d0, 0x9b, 0x27, 0x0, 0xa0, 0xc9, 0x1e, 0x9c, 0x7c);