Searched refs:soundRender (Results 1 – 1 of 1) sorted by relevance
226 GUID soundRender, soundCapture; in test_get_dsoundaudiodevice() local232 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()