CWindow::ChildWindowFromPoint

 

Retrieves the child window containing the specified point.

Syntax

      HWND ChildWindowFromPoint(
   POINT point 
) const throw();

Remarks

See ChildWindowFromPoint in the Windows SDK.

Requirements

Header: atlwin.h

See Also

CWindow Class
CWindow::ChildWindowFromPointEx
POINT