ReHIPS forum

English Subforum => Developers' Blog => Topic started by: fixer on January 23, 2018, 09:32:53 PM

Title: [BUG] ITaskbarListX and isolated processes
Post by: fixer on January 23, 2018, 09:32:53 PM
Some methods of ITaskbarListX COM-interfaces (like SetOverlayIcon) may not work if called from isolated processes. The reason behind this is that they communicate with explorer.exe process for it to do all the heavy lifting (for example update application icon in taskbar). And to do this they try to open explorer.exe process. And because the process is isolated it fails to do that with access denied error.