Home
last modified time | relevance | path

Searched refs:IDirectSound8_GetSpeakerConfig (Results 1 – 3 of 3) sorted by relevance

/reactos/modules/rostests/winetests/dsound/
H A Ddsound8.c84 rc=IDirectSound8_GetSpeakerConfig(dso,&speaker_config); in IDirectSound8_test()
138 rc=IDirectSound8_GetSpeakerConfig(dso,0); in IDirectSound8_test()
142 rc=IDirectSound8_GetSpeakerConfig(dso,&speaker_config); in IDirectSound8_test()
156 rc=IDirectSound8_GetSpeakerConfig(dso,&new_speaker_config); in IDirectSound8_test()
/reactos/dll/directx/wine/dsound/
H A Dduplex.c227 return IDirectSound8_GetSpeakerConfig(This->pdsfd->renderer_device,lpdwSpeakerConfig); in IDirectSoundFullDuplex_IDirectSound8_GetSpeakerConfig()
/reactos/sdk/include/psdk/
H A Ddsound.h514 #define IDirectSound8_GetSpeakerConfig(p,a) (p)->lpVtbl->GetSpeakerConfig(p,a) macro
530 #define IDirectSound8_GetSpeakerConfig(p,a) (p)->GetSpeakerConfig(a) macro