getPhysicalCursorPos 函数 (winuser.h)
检索光标在物理坐标中的位置。
语法
BOOL GetPhysicalCursorPos(
[out] LPPOINT lpPoint
);
参数
[out] lpPoint
类型: LPPOINT
光标的位置(以物理坐标表示)。
返回值
类型: BOOL
如果成功,则为 TRUE;否则为 FALSE。
可以调用 GetLastError 以获取有关生成的任何错误的详细信息。
注解
有关逻辑坐标和物理坐标之间的差异的说明,请参阅 PhysicalToLogicalPoint。
要求
最低受支持的客户端 | Windows Vista [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 [仅限桌面应用] |
目标平台 | Windows |
标头 | winuser.h (包括 Windows.h) |
Library | User32.lib |
DLL | User32.dll |
API 集 | 在 Windows 8.1) 中引入的 ext-ms-win-ntuser-gui-l1-1-1 ( |
另请参阅
概念性
引用