Home
last modified time | relevance | path

Searched refs:IDirectSoundBuffer_SetCurrentPosition (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rostests/winetests/dsound/
H A Ddsound.c920 rc = IDirectSoundBuffer_SetCurrentPosition(secondary, 0); in test_block_align()
924 rc = IDirectSoundBuffer_SetCurrentPosition(secondary, 1); in test_block_align()
1054 rc=IDirectSoundBuffer_SetCurrentPosition(dsb,0); in test_notify()
/reactos/sdk/include/psdk/
H A Ddsound.h586 #define IDirectSoundBuffer_SetCurrentPosition(p,a) (p)->lpVtbl->SetCurrentPosition(p,a) macro
610 #define IDirectSoundBuffer_SetCurrentPosition(p,a) (p)->SetCurrentPosition(a) macro