Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenkmixer.h
Go to the documentation of this file.
00001 #include <ntddk.h> 00002 #include <portcls.h> 00003 #include <ks.h> 00004 #include <ksmedia.h> 00005 #include <swenum.h> 00006 #define YDEBUG 00007 #include <debug.h> 00008 00009 #include <samplerate.h> 00010 #include <float_cast.h> 00011 00012 typedef struct 00013 { 00014 KSDEVICE_HEADER KsDeviceHeader; 00015 00016 00017 }KMIXER_DEVICE_EXT, *PKMIXER_DEVICE_EXT; 00018 00019 typedef struct 00020 { 00021 KSPIN_LOCK Lock; 00022 00023 00024 }SUM_NODE_CONTEXT, *PSUM_NODE_CONTEXT; 00025 00026 00027 NTSTATUS 00028 NTAPI 00029 KMixAllocateDeviceHeader( 00030 IN PKMIXER_DEVICE_EXT DeviceExtension); 00031 00032 NTSTATUS 00033 CreatePin( 00034 IN PIRP Irp); 00035 00036 #ifndef _M_IX86 00037 #define KeSaveFloatingPointState(x) ((void)(x), STATUS_SUCCESS) 00038 #define KeRestoreFloatingPointState(x) ((void)0) 00039 #endif Generated on Sun May 27 2012 04:28:39 for ReactOS by
1.7.6.1
|