Searched refs:wndpl (Results 1 – 1 of 1) sorted by relevance
436 WINDOWPLACEMENT wndpl; in winTopLevelWindowProc() local438 wndpl.length = sizeof(wndpl); in winTopLevelWindowProc()439 if (GetWindowPlacement(hwnd, &wndpl) && in winTopLevelWindowProc()440 wndpl.showCmd == SW_SHOWMINIMIZED) in winTopLevelWindowProc()