ReactOS 0.4.15-dev-7931-gfd331f1
wave_io.c
Go to the documentation of this file.
1/*
2 Don't use this.
3*/
4
5#include "mmdrv.h"
6
7#define NDEBUG
8#include <debug.h>
9
10/*
11 Complete a partial wave buffer transaction
12*/
13
14void
17 DWORD bytes_transferred,
19{
20 DPRINT("Complete partial wave overlap\n");
21}
22
23/*
24 Helper function to set up loops
25*/
26
27VOID
29{
30}
31
32
33/*
34 The hub of all wave I/O. This ensures a constant stream of buffers are
35 passed between the land of usermode and kernelmode.
36*/
37
38VOID
40 SessionInfo* session_info)
41{
42
43}
unsigned long DWORD
Definition: ntddk_ex.h:95
#define DPRINT
Definition: sndvol32.h:71
namespace GUID const ADDRINFOEXW ADDRINFOEXW struct timeval OVERLAPPED * overlapped
Definition: sock.c:81
VOID UpdateWaveLoop(SessionInfo *session_info)
Definition: wave_io.c:28
VOID PerformWaveIO(SessionInfo *session_info)
Definition: wave_io.c:39
void CompleteWaveOverlap(DWORD error_code, DWORD bytes_transferred, LPOVERLAPPED overlapped)
Definition: wave_io.c:15
static int error_code[8]
Definition: odbccp32.c:61