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.

43 lines
1.2 KiB

  1. #define INITGUIDS
  2. #include <objbase.h>
  3. #include <initguid.h>
  4. #include <mmsystem.h>
  5. #include "ibitmap.h"
  6. #include "effect.h"
  7. // the following is yanked from "VidPool.h" {36447655-7089-11d0-BC25-00AA00A13C86}
  8. DEFINE_GUID(BFID_PRIVATEDIB, 0x36447655, 0x7089, 0x11d0, 0xbc, 0x25, 0x0, 0xaa, 0x0, 0xa1, 0x3c, 0x86);
  9. #include "common.h"
  10. #include "nacguids.h"
  11. #include "qos.h"
  12. #include "codecs.h"
  13. #include <irtp_i.c>
  14. // {D2E97231-0C18-11d0-AD53-00AA004A80A3}
  15. //static const GUID OID_CAP_ACM_TO_MSIA =
  16. //{ 0xd2e97231, 0xc18, 0x11d0, { 0xad, 0x53, 0x0, 0xaa, 0x0, 0x4a, 0x80, 0xa3 }
  17. //};
  18. // {D2E97230-0C18-11d0-AD53-00AA004A80A3}
  19. //static const GUID OID_CAP_ACM_TO_H323 =
  20. //{ 0xd2e97230, 0xc18, 0x11d0, { 0xad, 0x53, 0x0, 0xaa, 0x0, 0x4a, 0x80, 0xa3 }
  21. //};
  22. // {A4209190-14B4-11d0-AD55-00AA004A80A3}
  23. //static const GUID PID_H323 =
  24. //{ 0xa4209190, 0x14b4, 0x11d0, { 0xad, 0x55, 0x0, 0xaa, 0x0, 0x4a, 0x80, 0xa3
  25. //} };
  26. // {A4209191-14B4-11d0-AD55-00AA004A80A3}
  27. //static const GUID PID_MSICCP =
  28. //{ 0xa4209191, 0x14b4, 0x11d0, { 0xad, 0x55, 0x0, 0xaa, 0x0, 0x4a, 0x80, 0xa3
  29. //} };
  30. // {A4209192-14B4-11d0-AD55-00AA004A80A3}
  31. //static const GUID PID_MNM10_DUAL =
  32. //{ 0xa4209192, 0x14b4, 0x11d0, { 0xad, 0x55, 0x0, 0xaa, 0x0, 0x4a, 0x80, 0xa3
  33. //} };