Searched refs:IDirectDraw7_SetCooperativeLevel (Results 1 – 4 of 4) sorted by relevance
/reactos/modules/rostests/winetests/amstream/ |
H A D | amstream.c | 69 hr = IDirectDraw7_SetCooperativeLevel(pdd7, GetDesktopWindow(), DDSCL_NORMAL); in create_directdraw()
|
/reactos/dll/directx/wine/amstream/ |
H A D | mediastream.c | 414 IDirectDraw7_SetCooperativeLevel(This->ddraw, NULL, DDSCL_NORMAL); in DirectDrawMediaStreamImpl_IDirectDrawMediaStream_GetDirectDraw()
|
/reactos/sdk/include/psdk/ |
H A D | ddraw.h | 1805 … #define IDirectDraw7_SetCooperativeLevel(p, a, b) (p)->lpVtbl->SetCooperativeLevel(p, a, b) macro 1836 #define IDirectDraw7_SetCooperativeLevel(p, a, b) (p)->SetCooperativeLevel(a, b) macro
|
/reactos/dll/directx/wine/ddraw/ |
H A D | ddraw.c | 425 IDirectDraw7_SetCooperativeLevel(&This->IDirectDraw7_iface, NULL, DDSCL_NORMAL); in ddraw_destroy()
|