Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/dsound/
H A Dds3d8.c256 rc=IDirectSound8_SetCooperativeLevel(dso,get_hwnd(),DSSCL_PRIORITY); in test_buffer8()
315 rc=IDirectSound8_SetCooperativeLevel(dso,get_hwnd(),DSSCL_NORMAL); in test_buffer8()
338 rc=IDirectSound8_SetCooperativeLevel(dso,get_hwnd(), in test_buffer8()
523 rc=IDirectSound8_SetCooperativeLevel(dso,get_hwnd(),DSSCL_NORMAL); in test_buffer8()
556 rc=IDirectSound8_SetCooperativeLevel(dso,get_hwnd(),DSSCL_PRIORITY); in test_secondary8()
795 rc=IDirectSound8_SetCooperativeLevel(dso,get_hwnd(),DSSCL_NORMAL); in test_secondary8()
853 rc=IDirectSound8_SetCooperativeLevel(dso,get_hwnd(),DSSCL_PRIORITY); in test_primary8()
898 rc=IDirectSound8_SetCooperativeLevel(dso,get_hwnd(),DSSCL_NORMAL); in test_primary8()
935 rc=IDirectSound8_SetCooperativeLevel(dso,get_hwnd(),DSSCL_PRIORITY); in test_primary_3d8()
969 rc=IDirectSound8_SetCooperativeLevel(dso,get_hwnd(),DSSCL_NORMAL); in test_primary_3d8()
[all …]
H A Ddsound8.c132 rc=IDirectSound8_SetCooperativeLevel(dso,get_hwnd(),DSSCL_PRIORITY); in IDirectSound8_test()
433 rc=IDirectSound8_SetCooperativeLevel(dso,get_hwnd(),DSSCL_PRIORITY); in test_primary8()
507 rc=IDirectSound8_SetCooperativeLevel(dso,get_hwnd(),DSSCL_NORMAL); in test_primary8()
551 rc=IDirectSound8_SetCooperativeLevel(dso,get_hwnd(),DSSCL_PRIORITY); in test_primary_secondary8()
575 rc=IDirectSound8_SetCooperativeLevel(dso,get_hwnd(),DSSCL_PRIORITY); in test_primary_secondary8()
611 rc=IDirectSound8_SetCooperativeLevel(dso,get_hwnd(),DSSCL_NORMAL); in test_primary_secondary8()
652 rc=IDirectSound8_SetCooperativeLevel(dso,get_hwnd(),DSSCL_NORMAL); in test_primary_secondary8()
692 rc=IDirectSound8_SetCooperativeLevel(dso,get_hwnd(),DSSCL_PRIORITY); in test_secondary8()
886 rc=IDirectSound8_SetCooperativeLevel(dso,get_hwnd(),DSSCL_NORMAL); in test_secondary8()
/reactos/dll/directx/wine/dsound/
H A Dduplex.c210 return IDirectSound8_SetCooperativeLevel(This->pdsfd->renderer_device,hwnd,level); in IDirectSoundFullDuplex_IDirectSound8_SetCooperativeLevel()
558 IDirectSound8_SetCooperativeLevel(This->renderer_device, hWnd, dwLevel); in IDirectSoundFullDuplexImpl_Initialize()
/reactos/sdk/include/psdk/
H A Ddsound.h512 #define IDirectSound8_SetCooperativeLevel(p,a,b) (p)->lpVtbl->SetCooperativeLevel(p,a,b) macro
528 #define IDirectSound8_SetCooperativeLevel(p,a,b) (p)->SetCooperativeLevel(a,b) macro
/reactos/dll/directx/wine/quartz/
H A Ddsoundrender.c648 … hr = IDirectSound8_SetCooperativeLevel(pDSoundRender->dsound, GetDesktopWindow(), DSSCL_PRIORITY); in DSoundRender_create()