Home
last modified time | relevance | path

Searched refs:IDirectSoundBuffer_GetStatus (Results 1 – 4 of 4) sorted by relevance

/reactos/modules/rostests/winetests/dsound/
H A Dds3d8.c244 rc=IDirectSoundBuffer_GetStatus(*dsbo,0); in test_buffer8()
248 rc=IDirectSoundBuffer_GetStatus(*dsbo,&status); in test_buffer8()
459 rc=IDirectSoundBuffer_GetStatus(*dsbo,&status); in test_buffer8()
H A Dds3d.c404 rc=IDirectSoundBuffer_GetStatus(*dsbo,0); in test_buffer()
408 rc=IDirectSoundBuffer_GetStatus(*dsbo,&status); in test_buffer()
627 rc=IDirectSoundBuffer_GetStatus(*dsbo,&status); in test_buffer()
/reactos/sdk/include/psdk/
H A Ddsound.h582 #define IDirectSoundBuffer_GetStatus(p,a) (p)->lpVtbl->GetStatus(p,a) macro
606 #define IDirectSoundBuffer_GetStatus(p,a) (p)->GetStatus(a) macro
/reactos/dll/win32/mcicda/
H A Dmcicda.c282 hr = IDirectSoundBuffer_GetStatus(wmcda->dsBuf, &status); in MCICDA_GetStatus()