Function windows_msg_for_explorer_restart

Source
pub fn windows_msg_for_explorer_restart() -> u32
Expand description

When the taskbar is created, it registers a message with the “TaskbarCreated” string and then broadcasts this message to all top-level windows When the application receives this message, it should assume that any taskbar icons it added have been removed and add them again.

§Reference