How to check two IAccessible are Identical at runtime?(At C++ side)

落爺英雄遲暮 提交于 2020-06-01 05:12:07

问题


How to check two IAccessible are Identical at runtime? It seems that there is no method provided by MSAA. I know that

1.we can check multi property of these two IAccessible object, but stirng cmp/string get/role get/role cmp/... may consume lots of time.

2.the simplest way to compare these two object is compare the address, but I failed.

Anyone can show me an example or give me a hint? Thanks very much!

来源:https://stackoverflow.com/questions/61937422/how-to-check-two-iaccessible-are-identical-at-runtimeat-c-side

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