Searched refs:IDirectSound8_GetSpeakerConfig (Results 1 – 3 of 3) sorted by relevance
84 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()
227 return IDirectSound8_GetSpeakerConfig(This->pdsfd->renderer_device,lpdwSpeakerConfig); in IDirectSoundFullDuplex_IDirectSound8_GetSpeakerConfig()
514 #define IDirectSound8_GetSpeakerConfig(p,a) (p)->lpVtbl->GetSpeakerConfig(p,a) macro530 #define IDirectSound8_GetSpeakerConfig(p,a) (p)->GetSpeakerConfig(a) macro