More particularly - I have a window handle of another running application. This application contains a TListControl.UnicodeClass
control somewhere (I know this from Winspector). How can I, using the Windows API and that window handle, go through all the items in that list control and get the text from all of the items?
You can assume the language is C/C++, though I'll actually be using win32all for python. References to the appropriate API calls would be great.