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.

64 lines
2.4 KiB

  1. // --------------------------------------------
  2. // Servers GUID's
  3. // Author : Guru Datta Venkatarama
  4. // Date : 1/20/1997
  5. // Project : ATLAS 1.0
  6. // Notes : All the GUIDS here have been generated new as of 2/25/97. Hence
  7. // They are guaranteed to be unique.
  8. // {7854FB21-8EE3-11d0-A1AC-0000F8026977}
  9. // {7854FB22-8EE3-11d0-A1AC-0000F8026977}
  10. // {7854FB23-8EE3-11d0-A1AC-0000F8026977}
  11. // {92187321-72B4-11d0-A1AC-0000F8026977}
  12. // {92187322-72B4-11d0-A1AC-0000F8026977}
  13. // {92187323-72B4-11d0-A1AC-0000F8026977}
  14. // {92187323-72B4-11d0-A1AC-0000F8026977}
  15. // {92187324-72B4-11d0-A1AC-0000F8026977}
  16. // {92187325-72B4-11d0-A1AC-0000F8026977}
  17. // {92187326-72B4-11d0-A1AC-0000F8026977}
  18. // --------------------------------------------
  19. // --------------------------------------------
  20. // --------------------------------------------
  21. #ifndef _HSVRGUID_
  22. #define _HSVRGUID_
  23. // These are the custom interfaces that we have defined
  24. // {7854FB21-8EE3-11d0-A1AC-0000F8026977}
  25. DEFINE_GUID(IID_IServerCharacteristics,
  26. 0x7854fb21, 0x8ee3, 0x11d0, 0xa1, 0xac, 0x0, 0x0, 0xf8, 0x2, 0x69, 0x77);
  27. #ifndef _DX_CPL_
  28. // {7854FB22-8EE3-11d0-A1AC-0000F8026977}
  29. DEFINE_GUID(IID_IDIGameCntrlPropSheet,
  30. 0x7854fb22, 0x8ee3, 0x11d0, 0xa1, 0xac, 0x0, 0x0, 0xf8, 0x2, 0x69, 0x77);
  31. #endif //_DX_CPL_
  32. // --------------------------------------------
  33. // --------------------------------------------
  34. // {92187321-72B4-11d0-A1AC-0000F8026977}
  35. DEFINE_GUID(CLSID_FlashServer,
  36. 0x92187321, 0x72b4, 0x11d0, 0xa1, 0xac, 0x0, 0x0, 0xf8, 0x2, 0x69, 0x77);
  37. // {92187322-72B4-11d0-A1AC-0000F8026977}
  38. DEFINE_GUID(CLSID_MidasServer,
  39. 0x92187322, 0x72b4, 0x11d0, 0xa1, 0xac, 0x0, 0x0, 0xf8, 0x2, 0x69, 0x77);
  40. // {92187323-72B4-11d0-A1AC-0000F8026977}
  41. DEFINE_GUID(CLSID_ShazamServer,
  42. 0x92187323, 0x72b4, 0x11d0, 0xa1, 0xac, 0x0, 0x0, 0xf8, 0x2, 0x69, 0x77);
  43. // {92187324-72B4-11d0-A1AC-0000F8026977}
  44. DEFINE_GUID(CLSID_JoltServer,
  45. 0x92187324, 0x72b4, 0x11d0, 0xa1, 0xac, 0x0, 0x0, 0xf8, 0x2, 0x69, 0x77);
  46. // {92187325-72B4-11d0-A1AC-0000F8026977}
  47. DEFINE_GUID(CLSID_JunoServer,
  48. 0x92187325, 0x72b4, 0x11d0, 0xa1, 0xac, 0x0, 0x0, 0xf8, 0x2, 0x69, 0x77);
  49. // {92187326-72B4-11d0-A1AC-0000F8026977}
  50. DEFINE_GUID(CLSID_LegacyServer,
  51. 0x92187326, 0x72b4, 0x11d0, 0xa1, 0xac, 0x0, 0x0, 0xf8, 0x2, 0x69, 0x77);
  52. // --------------------------------------------
  53. // --------------------------------------------
  54. #endif
  55. // -------------------------------------------------------------------EOF