Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/dsound/
H A Dduplex.c273 hr = IDirectSoundFullDuplex_Initialize(dsfd, NULL, NULL, &cbufdesc, &bufdesc, get_hwnd(), in test_COM()
277 hr = IDirectSoundFullDuplex_Initialize(dsfd, NULL, NULL, &cbufdesc, &bufdesc, get_hwnd(), in test_COM()
/reactos/sdk/include/psdk/
H A Ddsound.h1189 #define IDirectSoundFullDuplex_Initialize(p,a,b,c,d,e,f,g,h) (p)->lpVtbl->Initialize(p,a,b,c,d,e… macro
1196 #define IDirectSoundFullDuplex_Initialize(p,a,b,c,d,e,f,g,h) (p)->Initialize(a,b,c,d,e,f,g,h) macro