CWnd::WindowFromPoint
检索包含指定的点windows; point 在屏幕上必须指定点的屏幕坐标。
static CWnd* PASCAL WindowFromPoint(
POINT point
);
参数
返回值
为点在的windows对象的指针。 如果窗口不存在中给出的点,它是 NULL。 返回的指针可能是瞬态的,不应存储以供将来使用。
备注
WindowFromPoint 不检索一个隐藏的或禁用窗口,因此,即使点在窗口中。 应用程序应为非限制性的搜索中使用 ChildWindowFromPoint 成员函数。
要求
Header: afxwin.h