ReactOS 0.4.15-dev-7942-gd23573b
stubs.c
Go to the documentation of this file.
1/*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS Configuration of network devices
4 * FILE: dll/directx/dsound_new/stubs.c
5 * PURPOSE: DSound stubs
6 *
7 * PROGRAMMERS: Johannes Anderwald (johannes.anderwald@reactos.org)
8 */
9
10#include "precomp.h"
11
15 LPCGUID pcGuidCaptureDevice,
16 LPCGUID pcGuidRenderDevice,
17 LPCDSCBUFFERDESC pcDSCBufferDesc,
18 LPCDSBUFFERDESC pcDSBufferDesc,
19 HWND hWnd,
20 DWORD dwLevel,
22 LPDIRECTSOUNDCAPTUREBUFFER8 *ppDSCBuffer8,
23 LPDIRECTSOUNDBUFFER8 *ppDSBuffer8,
24 LPUNKNOWN pUnkOuter)
25{
27 return DSERR_INVALIDPARAM;
28}
29
HWND hWnd
Definition: settings.c:17
#define UNIMPLEMENTED
Definition: debug.h:115
HRESULT WINAPI DirectSoundFullDuplexCreate(LPCGUID pcGuidCaptureDevice, LPCGUID pcGuidRenderDevice, LPCDSCBUFFERDESC pcDSCBufferDesc, LPCDSBUFFERDESC pcDSBufferDesc, HWND hWnd, DWORD dwLevel, LPDIRECTSOUNDFULLDUPLEX *ppDSFD, LPDIRECTSOUNDCAPTUREBUFFER8 *ppDSCBuffer8, LPDIRECTSOUNDBUFFER8 *ppDSBuffer8, LPUNKNOWN pUnkOuter)
Definition: stubs.c:14
struct IDirectSoundCaptureBuffer8 * LPDIRECTSOUNDCAPTUREBUFFER8
Definition: dsound.h:100
struct IDirectSoundFullDuplex * LPDIRECTSOUNDFULLDUPLEX
Definition: dsound.h:103
#define DSERR_INVALIDPARAM
Definition: dsound.h:121
struct IDirectSoundBuffer8 * LPDIRECTSOUNDBUFFER8
Definition: dsound.h:79
unsigned long DWORD
Definition: ntddk_ex.h:95
static LPUNKNOWN
Definition: ndr_ole.c:49
#define WINAPI
Definition: msvc.h:6