CWindow::ChildWindowFromPointEx

 

Retrieves a particular type of child window containing the specified point.

Syntax

      HWND ChildWindowFromPoint(
   POINT point,
   UINT uFlags 
) const throw();

Remarks

See ChildWindowFromPointEx in the Windows SDK.

Requirements

Header: atlwin.h

See Also

CWindow Class
CWindow::ChildWindowFromPoint
POINT