😀
The EnumThreadWindows function enumerates all windows associated with a thread by passing the handle to each window, in turn, to an application-defined callback function. EnumThreadWindows continues until the last window is enumerated or the callback function returns FALSE. To enumerate child windows of a particular window, use the EnumChildWindows function.
My Goal: get the handle of the admin console of paltalk #32770, which is the child of the window class. Normaly, this API will grab all the child windows on a thread. Event those windows are not visible on user. However, it does work on other app but not on paltalk. I’m working on it. Anyone want to join ?