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.

14 lines
300 B

  1. /*
  2. * File: datguids.h
  3. *
  4. * Defines media type for T120 data for QOS purposes
  5. *
  6. * Revision History:
  7. *
  8. * 11/22/96 clausgi created
  9. */
  10. // {9442E580-4457-11d0-A787-00A0C91BBEE1}
  11. DEFINE_GUID(MEDIA_TYPE_T120DATA,
  12. 0x9442e580, 0x4457, 0x11d0, 0xa7, 0x87, 0x0, 0xa0, 0xc9, 0x1b, 0xbe, 0xe1);