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 #if !defined(_BDAMEDIA_) 00022 #error BDAMEDIA.H must be included before ATSCMEDIA.H 00023 #endif 00024 00025 #if !defined(_KSMEDIA_) 00026 #error KSMEDIA.H must be included before BDAMEDIA.H 00027 #endif 00028 00029 #if !defined(_ATSCMEDIA_) 00030 #define _ATSCMEDIA_ 00031 00032 #define BDANETWORKTYPE_ATSC DEFINE_GUIDNAMED(BDANETWORKTYPE_ATSC) 00033 #define STATIC_BDANETWORKTYPE_ATSC 0x71985F51, 0x1CA1, 0x11D3, 0x9C, 0xC8, 0x0, 0xC0, 0x4F, 0x79, 0x71, 0xE0 00034 DEFINE_GUIDSTRUCT("71985F51-1CA1-11D3-9CC8-00C04F7971E0", BDANETWORKTYPE_ATSC); 00035 #endif 00036 Generated on Sat May 26 2012 04:29:13 for ReactOS by
1.7.6.1
|