Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/xinput1_3/
H A Dxinput.c226 GUID soundRender, soundCapture; in test_get_dsoundaudiodevice() local
232 soundRender = soundCapture = testGuid; in test_get_dsoundaudiodevice()
233 result = pXInputGetDSoundAudioDeviceGuids(controllerNum, &soundRender, &soundCapture); in test_get_dsoundaudiodevice()
242 if (!IsEqualGUID(&soundRender, &emptyGuid)) in test_get_dsoundaudiodevice()
243 … ok(!IsEqualGUID(&soundRender, &testGuid), "Broken GUID returned for sound render device\n"); in test_get_dsoundaudiodevice()
253 result = pXInputGetDSoundAudioDeviceGuids(XUSER_MAX_COUNT+1, &soundRender, &soundCapture); in test_get_dsoundaudiodevice()