|
|
|
|
|
by mschuster91
2981 days ago
|
|
Guesswork: once you hover over an icon in the taskbar, later Windows checks if the process (or, rather, window, as the icon will be tied to the window handle you get from CreateWindowEx) handle belonging to it is still alive. If not (aka it cannot find a target window to send the message to) the icon gets destroyed. ReactOS, another guess here, does either a polling check if all taskbar icons have valid process handles or a check whenever a process exits. |
|