Searched defs:hDisplayWnd (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dswapchain_gdi.c104 HWND hDisplayWnd; local
112 hDisplayWnd = This->win_handle;
113 hDisplayDC = GetDCEx(hDisplayWnd, 0, DCX_CLIPSIBLINGS|DCX_CACHE);
123 ClientToScreen(hDisplayWnd, &offset);
171 ReleaseDC(hDisplayWnd, hDisplayDC);

Completed in 47 milliseconds