-
I think I found a bug in GetWindowPlacement()
Hi. I think I found a bug in GetWindow{Placement(). I save and restore the window placement using the registry as an intermidiary. For save... ``` (In WndProc) case WM_DESTROY: { WINDOWPLACEMENT wp; ZeroMemory(&wp, sizeof(wp)); wp.length =...- Alex Sokolek
- Thread
- bug getwindowplacement memory management minimize registry restore window management window position windows api wm_destroy
- Replies: 2
- Forum: Windows Software