Home
last modified time | relevance | path

Searched refs:IDirectSoundCaptureBuffer (Results 1 – 3 of 3) sorted by relevance

/reactos/modules/rostests/winetests/dsound/
H A Dcapture.c672 IDirectSoundCaptureBuffer *buffer = (IDirectSoundCaptureBuffer*)0xdeadbeef; in test_COM()
717 ok(buffer == (IDirectSoundCaptureBuffer*)0xdeadbeef || !buffer /* Win2k without DirectX9 */, in test_COM()
/reactos/sdk/include/psdk/
H A Ddsound.h97 typedef struct IDirectSoundCaptureBuffer *LPDIRECTSOUNDCAPTUREBUFFER,**LPLPDIRECTSOUNDCAPTUREBUFFER;
755 #define INTERFACE IDirectSoundCaptureBuffer
756 DECLARE_INTERFACE_(IDirectSoundCaptureBuffer,IUnknown) in DECLARE_INTERFACE_() argument
811 DECLARE_INTERFACE_(IDirectSoundCaptureBuffer8,IDirectSoundCaptureBuffer) in DECLARE_INTERFACE_() argument
/reactos/dll/directx/wine/dsound/
H A Dduplex.c581 (IDirectSoundCaptureBuffer**)lplpDirectSoundCaptureBuffer8, in IDirectSoundFullDuplexImpl_Initialize()