Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenprecomp.h
Go to the documentation of this file.
00001 #pragma once 00002 00003 #include <ntddk.h> 00004 #include <windef.h> 00005 #include <ks.h> 00006 #define NOBITMAP 00007 #include <mmreg.h> 00008 #include <ksmedia.h> 00009 #include <bdatypes.h> 00010 #include <bdamedia.h> 00011 #include <bdasup.h> 00012 00013 #define YDEBUG 00014 #include <debug.h> 00015 00016 00017 typedef struct 00018 { 00019 LIST_ENTRY Entry; 00020 PKSFILTERFACTORY FilterFactoryInstance; 00021 PBDA_FILTER_TEMPLATE FilterTemplate; 00022 }BDA_FILTER_INSTANCE_ENTRY, *PBDA_FILTER_INSTANCE_ENTRY; 00023 00024 typedef struct 00025 { 00026 BOOLEAN Initialized; 00027 KSPIN_LOCK FilterFactoryInstanceListLock; 00028 LIST_ENTRY FilterFactoryInstanceList; 00029 }BDA_GLOBAL, *PBDA_GLOBAL; 00030 00031 00032 extern BDA_GLOBAL g_Settings; 00033 00034 00035 PVOID 00036 AllocateItem( 00037 IN POOL_TYPE PoolType, 00038 IN SIZE_T NumberOfBytes); 00039 00040 VOID 00041 FreeItem( 00042 IN PVOID Item); Generated on Sun May 27 2012 04:16:26 for ReactOS by
1.7.6.1
|