HWND ChildWindowFromPoint( POINT point, UINT uFlags ) const;
See ChildWindowFromPointEx in the Win32 SDK.
Remarks
Retrieves a particular type of child window containing the specified point.
CWindow Overview | Class Members
See Also CWindow::ChildWindowFromPoint, POINT