Searched refs:windPlace (Results 1 – 2 of 2) sorted by relevance
773 WINDOWPLACEMENT windPlace; in winMWExtWMWindowProc()775 windPlace.length = sizeof(WINDOWPLACEMENT); in winMWExtWMWindowProc()778 GetWindowPlacement(hwnd, &windPlace); in winMWExtWMWindowProc()781 if (windPlace.showCmd == SW_MAXIMIZE in winMWExtWMWindowProc()782 || windPlace.showCmd == SW_SHOWMAXIMIZED) in winMWExtWMWindowProc()
763 WINDOWPLACEMENT windPlace; in winTopLevelWindowProc() local767 windPlace.length = sizeof(WINDOWPLACEMENT); in winTopLevelWindowProc()768 GetWindowPlacement(hwnd, &windPlace); in winTopLevelWindowProc()769 pRect = &windPlace.rcNormalPosition; in winTopLevelWindowProc()