reactos/dll/win32/mmdrv/wave_io.c
Hermès Bélusca-Maïto bb519801e2 - Sync with trunk r58248 to bring the latest changes from Amine (headers) and others (hebrew translation, etc...)
- Include only the necessary headers in csrss/csrsrv/basesrv/consrv/winsrv.

svn path=/branches/ros-csrss/; revision=58249
2013-01-28 22:45:53 +00:00

41 lines
549 B
C

/*
Don't use this.
*/
#include "mmdrv.h"
/*
Complete a partial wave buffer transaction
*/
void
CompleteWaveOverlap(
DWORD error_code,
DWORD bytes_transferred,
LPOVERLAPPED overlapped)
{
DPRINT("Complete partial wave overlap\n");
}
/*
Helper function to set up loops
*/
VOID
UpdateWaveLoop(SessionInfo* session_info)
{
}
/*
The hub of all wave I/O. This ensures a constant stream of buffers are
passed between the land of usermode and kernelmode.
*/
VOID
PerformWaveIO(
SessionInfo* session_info)
{
}