Share via


CWindow::ChildWindowFromPointEx

指定した点を含む子ウィンドウの特定の型を取得します。

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

解説

Windows SDKの ChildWindowFromPointEx を参照してください。

必要条件

Header: atlwin.h

参照

関連項目

CWindow クラス

CWindow::ChildWindowFromPoint

POINT