I'm trying to understand the hierarchy of window handles on Windows (Win32's HWND
s.) So my question is, say if I have a starting HWND
, how do I build its relational tree with Win32 APIs? Akin to what spy++
tool does in Visual Studio:
I tried searching but all the references I'm getting is how to implement a window finder tool in spy++.