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
314 B
14 lines
314 B
/*
|
|
* File: datguids.h
|
|
*
|
|
* Defines media type for T120 data for QOS purposes
|
|
*
|
|
* Revision History:
|
|
*
|
|
* 11/22/96 clausgi created
|
|
*/
|
|
|
|
// {9442E580-4457-11d0-A787-00A0C91BBEE1}
|
|
DEFINE_GUID(MEDIA_TYPE_T120DATA,
|
|
0x9442e580, 0x4457, 0x11d0, 0xa7, 0x87, 0x0, 0xa0, 0xc9, 0x1b, 0xbe, 0xe1);
|
|
|