ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

kmixer.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 doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.