Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenatsmedia.h
Go to the documentation of this file.
00001 /* 00002 * atsmedia.h 00003 * 00004 * Contributors: 00005 * Created by Magnus Olsen. 00006 * 00007 * THIS SOFTWARE IS NOT COPYRIGHTED 00008 * 00009 * This source code is offered for use in the public domain. You may 00010 * use, modify or distribute it freely. 00011 * 00012 * This code is distributed in the hope that it will be useful but 00013 * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY 00014 * DISCLAIMED. This includes but is not limited to warranties of 00015 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 00016 * 00017 */ 00018 00019 #pragma once 00020 00021 #ifndef _ATSCMEDIA_ 00022 #define _ATSCMEDIA_ 00023 00024 #include <bdamedia.h> 00025 00026 #define BDANETWORKTYPE_ATSC DEFINE_GUIDNAMED(BDANETWORKTYPE_ATSC) 00027 #define STATIC_BDANETWORKTYPE_ATSC \ 00028 0x71985F51, 0x1CA1, 0x11D3, 0x9C, 0xC8, 0x0, 0xC0, 0x4F, 0x79, 0x71, 0xE0 00029 DEFINE_GUIDSTRUCT("71985F51-1CA1-11D3-9CC8-00C04F7971E0", BDANETWORKTYPE_ATSC); 00030 00031 #endif /* _ATSCMEDIA_ */ Generated on Wed May 23 2012 04:28:32 for ReactOS by
1.7.6.1
|