Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenwave_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
1.7.6.1
|