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) |
程式庫 | User32.lib |
Dll | User32.dll |
API 集合 | ext-ms-win-ntuser-gui-l1-1-1 (在 Windows 8.1) 中引進 |
另請參閱
概念
參考