Forums
Tags
windowplacement
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
Apr 8, 2024
bug
getwindowplacement
memorymanagement
minimize
registry
restore
windowmanagement
windowplacement
windowsapi
wm_destroy
Replies: 2
Forum:
Windows Software
Forums
Tags