Searched refs:IDirectSoundBuffer_GetStatus (Results 1 – 4 of 4) sorted by relevance
/reactos/modules/rostests/winetests/dsound/ |
H A D | ds3d8.c | 244 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 D | ds3d.c | 404 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 D | dsound.h | 582 #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 D | mcicda.c | 282 hr = IDirectSoundBuffer_GetStatus(wmcda->dsBuf, &status); in MCICDA_GetStatus()
|