Get ITaskbarList3 data of specific window

有些话、适合烂在心里 提交于 2019-12-11 23:29:44

问题


ITaskbarList3 interface provides only setter methods. Is there a way to get the information (like HWND list of the tabs) for a specific taskbar entry?


回答1:


No that's not possible through the taskbar API. The system has been designed with the intention that you'll only work on taskbar buttons that you own. In which case there's no need for getters since you can remember for yourself what value you last passed to a setter, should you need to.



来源:https://stackoverflow.com/questions/6330355/get-itaskbarlist3-data-of-specific-window

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!