How can I get the child windows of a window given its HWND?

Viewed 78494

I have the handle for a given window. How can I enumerate its child windows?

5 Answers
Related