windowFromPhysicalPoint 函数 (winuser.h)
检索包含指定物理点的窗口的句柄。
语法
HWND WindowFromPhysicalPoint(
[in] POINT Point
);
参数
[in] Point
类型: POINT
点的物理坐标。
返回值
类型:HWND
包含给定物理点的窗口的句柄。 如果此时不存在任何窗口,则此值为 NULL。
注解
WindowFromPhysicalPoint 函数不会检索隐藏或禁用窗口的句柄,即使该点在窗口中也是如此。
要求
最低受支持的客户端 | Windows Vista [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 [仅限桌面应用] |
目标平台 | Windows |
标头 | winuser.h (包括 Windows.h) |
Library | User32.lib |
DLL | User32.dll |
API 集 | 在 Windows 8.1) 中引入的 ext-ms-win-ntuser-window-l1-1-1 ( |
另请参阅
概念性
其他资源
引用