Home
last modified time | relevance | path

Searched refs:DSCBUFFERDESC (Results 1 – 5 of 5) sorted by relevance

/reactos/modules/rostests/winetests/dsound/
H A Dduplex.c101 DSCBUFFERDESC DSCBufferDesc; in IDirectSoundFullDuplex_tests()
227 DSCBUFFERDESC cbufdesc; in test_COM()
H A Dcapture.c430 DSCBUFFERDESC bufdesc; in dscenum_callback()
587 (DSCBUFFERDESC*)&bufdesc1,&dscbo,NULL); in dscenum_callback()
675 DSCBUFFERDESC bufdesc; in test_COM()
/reactos/dll/directx/dsound_new/
H A Dcapture.c107 …if ((lpcDSBufferDesc->dwSize != sizeof(DSCBUFFERDESC) && lpcDSBufferDesc->dwSize != sizeof(DSCBUFF… in CDirectSoundCapture_fnCreateCaptureBuffer()
/reactos/sdk/include/psdk/
H A Ddsound.h364 } DSCBUFFERDESC, *LPDSCBUFFERDESC; typedef
365 typedef const DSCBUFFERDESC *LPCDSCBUFFERDESC;
/reactos/dll/directx/wine/dsound/
H A Dcapture.c832 if ( ((lpcDSCBufferDesc->dwSize != sizeof(DSCBUFFERDESC)) && in IDirectSoundCaptureBufferImpl_Create()