Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raymond Chen has a post with sample code on How to Retrieve Text under the cursor (mouse pointer) using MSAA. The code sample include how to call AccessibleObjectFromPoint, IAccessible::get_accName, and IAccessible::get_accValue.