Searched refs:wndPlace (Results 1 – 2 of 2) sorted by relevance
189 WINDOWPLACEMENT wndPlace; in winMWExtWMUpdateWindowDecoration() local192 wndPlace.length = sizeof(WINDOWPLACEMENT); in winMWExtWMUpdateWindowDecoration()195 GetWindowPlacement(pRLWinPriv->hWnd, &wndPlace); in winMWExtWMUpdateWindowDecoration()198 if (wndPlace.showCmd == SW_HIDE) in winMWExtWMUpdateWindowDecoration()203 if (wndPlace.showCmd == SW_HIDE) in winMWExtWMUpdateWindowDecoration()
746 WINDOWPLACEMENT wndPlace;758 wndPlace.length = sizeof(WINDOWPLACEMENT);759 GetWindowPlacement(hWnd, &wndPlace);760 if (!(wndPlace.showCmd == SW_HIDE ||761 wndPlace.showCmd == SW_MINIMIZE)) {