WS_EX_APPWINDOW is sort of the opposite to WS_EX_TOOLWINDOW and is supposed to force the window into taskbar. My testing on Windows shows that (WS_EX_TOOLWINDOW | WS_EX_APPWINDOW) windows are visible in both taskbar and task switcher.
Some games use this combination of styles for their windows.