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

wave_io.c
Go to the documentation of this file.
00001 /*
00002     Don't use this.
00003 */
00004 
00005 #include <mmdrv.h>
00006 
00007 /*
00008     Complete a partial wave buffer transaction
00009 */
00010 
00011 void
00012 CompleteWaveOverlap(
00013     DWORD error_code,
00014     DWORD bytes_transferred,
00015     LPOVERLAPPED overlapped)
00016 {
00017     DPRINT("Complete partial wave overlap\n");
00018 }
00019 
00020 /*
00021     Helper function to set up loops
00022 */
00023 
00024 VOID
00025 UpdateWaveLoop(SessionInfo* session_info)
00026 {
00027 }
00028 
00029 
00030 /*
00031     The hub of all wave I/O. This ensures a constant stream of buffers are
00032     passed between the land of usermode and kernelmode.
00033 */
00034 
00035 VOID
00036 PerformWaveIO(
00037     SessionInfo* session_info)
00038 {
00039 
00040 }

Generated on Sat May 26 2012 04:23:16 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.