ReactOS 0.4.15-dev-7958-gcd0bb1a
stubs.c File Reference
#include "precomp.h"
Include dependency graph for stubs.c:

Go to the source code of this file.

Functions

HRESULT WINAPI DirectSoundFullDuplexCreate (LPCGUID pcGuidCaptureDevice, LPCGUID pcGuidRenderDevice, LPCDSCBUFFERDESC pcDSCBufferDesc, LPCDSBUFFERDESC pcDSBufferDesc, HWND hWnd, DWORD dwLevel, LPDIRECTSOUNDFULLDUPLEX *ppDSFD, LPDIRECTSOUNDCAPTUREBUFFER8 *ppDSCBuffer8, LPDIRECTSOUNDBUFFER8 *ppDSBuffer8, LPUNKNOWN pUnkOuter)
 

Function Documentation

◆ DirectSoundFullDuplexCreate()

HRESULT WINAPI DirectSoundFullDuplexCreate ( LPCGUID  pcGuidCaptureDevice,
LPCGUID  pcGuidRenderDevice,
LPCDSCBUFFERDESC  pcDSCBufferDesc,
LPCDSBUFFERDESC  pcDSBufferDesc,
HWND  hWnd,
DWORD  dwLevel,
LPDIRECTSOUNDFULLDUPLEX ppDSFD,
LPDIRECTSOUNDCAPTUREBUFFER8 ppDSCBuffer8,
LPDIRECTSOUNDBUFFER8 ppDSBuffer8,
LPUNKNOWN  pUnkOuter 
)

Definition at line 14 of file stubs.c.

25{
27 return DSERR_INVALIDPARAM;
28}
#define UNIMPLEMENTED
Definition: stubs.c:6
#define DSERR_INVALIDPARAM
Definition: dsound.h:121