Lines Matching refs:hWnd
195 GetWindowPlacement(pRLWinPriv->hWnd, &wndPlace); in winMWExtWMUpdateWindowDecoration()
206 if (IsWindowVisible(pRLWinPriv->hWnd)) in winMWExtWMUpdateWindowDecoration()
216 dwExStyle = GetWindowLongPtr(pRLWinPriv->hWnd, GWL_EXSTYLE); in winMWExtWMUpdateWindowDecoration()
261 SetWindowLongPtr(pRLWinPriv->hWnd, GWL_EXSTYLE, WS_EX_APPWINDOW); in winMWExtWMUpdateWindowDecoration()
264 SetWindowLongPtr(pRLWinPriv->hWnd, GWL_STYLE, in winMWExtWMUpdateWindowDecoration()
278 SetWindowPos(pRLWinPriv->hWnd, NULL, in winMWExtWMUpdateWindowDecoration()
283 wmMsg.hwndWindow = pRLWinPriv->hWnd; in winMWExtWMUpdateWindowDecoration()
322 ShowWindow(pRLWinPriv->hWnd, SW_HIDE); in winMWExtWMUpdateWindowDecoration()
325 SetWindowLongPtr(pRLWinPriv->hWnd, GWL_EXSTYLE, WS_EX_TOOLWINDOW); in winMWExtWMUpdateWindowDecoration()
328 SetWindowLongPtr(pRLWinPriv->hWnd, GWL_STYLE, in winMWExtWMUpdateWindowDecoration()
332 SetWindowPos(pRLWinPriv->hWnd, NULL, in winMWExtWMUpdateWindowDecoration()
393 pRLWin->hWnd, pRLWinPrev ? pRLWinPrev->hWnd : HWND_TOP); in winMWExtWMRestackWindows()
395 hWinPosInfo = DeferWindowPos(hWinPosInfo, pRLWin->hWnd, in winMWExtWMRestackWindows()
397 hWnd : HWND_TOP, 0, 0, 0, 0, in winMWExtWMRestackWindows()