Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
WM_SETICON 的文档没有说明谁负责销毁图标。它是在窗口被销毁时发生还是在窗口被销毁后用户应该这样做?
WM_SETICON 页面上有一个社区补充说:
系统不会复制图标。在销毁窗口之前不要销毁图标。
我通常所做的与设备上下文中的 GDI 对象相同:始终将旧值保留在内存中,在销毁之前将其恢复,然后删除我的。