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.

66 lines
2.6 KiB

  1. //==========================================================================;
  2. //
  3. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
  4. // KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  5. // IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
  6. // PURPOSE.
  7. //
  8. // Copyright (c) 1992 - 1995 Microsoft Corporation. All Rights Reserved.
  9. //
  10. //--------------------------------------------------------------------------;
  11. //
  12. //
  13. // We want to use this list for generating strings for debugging too
  14. // so we redefine OUR_GUID_ENTRY depending on what we want to do
  15. //
  16. // It is imperative that all entries in this file are declared using
  17. // OUR_GUID_ENTRY as that macro might have been defined in advance of
  18. // including this file. See wxdebug.cpp in sdk\classes\base.
  19. //
  20. #ifndef OUR_GUID_ENTRY
  21. #define OUR_GUID_ENTRY(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
  22. DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8);
  23. #endif
  24. // -------------------------------------------------------------------------
  25. // TVTuner GUIDS
  26. // -------------------------------------------------------------------------
  27. // {266EEE40-6C63-11cf-8A03-00AA006ECB65}
  28. OUR_GUID_ENTRY(CLSID_CTVTunerFilter,
  29. 0x266eee40, 0x6c63, 0x11cf, 0x8a, 0x3, 0x0, 0xaa, 0x0, 0x6e, 0xcb, 0x65);
  30. // {266EEE41-6C63-11cf-8A03-00AA006ECB65}
  31. OUR_GUID_ENTRY(CLSID_CTVTunerFilterPropertyPage,
  32. 0x266eee41, 0x6c63, 0x11cf, 0x8a, 0x3, 0x0, 0xaa, 0x0, 0x6e, 0xcb, 0x65);
  33. // {266EEE44-6C63-11cf-8A03-00AA006ECB65}
  34. OUR_GUID_ENTRY(IID_AnalogVideoStandard,
  35. 0x266eee44, 0x6c63, 0x11cf, 0x8a, 0x3, 0x0, 0xaa, 0x0, 0x6e, 0xcb, 0x65);
  36. // {266EEE46-6C63-11cf-8A03-00AA006ECB65}
  37. OUR_GUID_ENTRY(IID_TunerInputType,
  38. 0x266eee46, 0x6c63, 0x11cf, 0x8a, 0x3, 0x0, 0xaa, 0x0, 0x6e, 0xcb, 0x65);
  39. // -------------------------------------------------------------------------
  40. // Crossbar (XBar) GUIDS
  41. // -------------------------------------------------------------------------
  42. // {71F96460-78F3-11d0-A18C-00A0C9118956}
  43. OUR_GUID_ENTRY(CLSID_CrossbarFilter,
  44. 0x71f96460, 0x78f3, 0x11d0, 0xa1, 0x8c, 0x0, 0xa0, 0xc9, 0x11, 0x89, 0x56);
  45. // {71F96461-78F3-11d0-A18C-00A0C9118956}
  46. OUR_GUID_ENTRY(CLSID_CrossbarFilterPropertyPage,
  47. 0x71f96461, 0x78f3, 0x11d0, 0xa1, 0x8c, 0x0, 0xa0, 0xc9, 0x11, 0x89, 0x56);
  48. // {71F96462-78F3-11d0-A18C-00A0C9118956}
  49. OUR_GUID_ENTRY(CLSID_TVAudioFilter,
  50. 0x71f96462, 0x78f3, 0x11d0, 0xa1, 0x8c, 0x0, 0xa0, 0xc9, 0x11, 0x89, 0x56);
  51. // {71F96463-78F3-11d0-A18C-00A0C9118956}
  52. OUR_GUID_ENTRY(CLSID_TVAudioFilterPropertyPage,
  53. 0x71f96463, 0x78f3, 0x11d0, 0xa1, 0x8c, 0x0, 0xa0, 0xc9, 0x11, 0x89, 0x56);