网站首页  词典首页

请输入您要查询的函数:

 

术语 setphysicalcursorpos
释义 SetPhysicalCursorPos
语法:
BOOL SetPhysicalCursorPos( int X,
int Y
);
SetPhysicalCursorPos功能
设置在物理坐标光标位置。
参数
X
[in]新x坐标光标,在物理坐标。
y
[in]新y坐标光标,在物理坐标。
返回值
TRUE,如果成功,否则为FALSE。
备注
如需logicial之间的坐标和物理坐标,见PhysicalToLogicalPoint不同的描述。
GetLastError函数可以调用,以获取更多有关生成的任何错误信息。
功能信息
最低DLL版本 user32.dll
在Winuser.h中HeaderDeclared,头文件:winuser.h
import libraryUser32.lib
最低支持操作系统 Vista
参见
游标概述,GetPhysicalCursorPos,ClipCursor,GetCursorPos,SetCursorPos,SetCaretPos,SetCursor,ShowCursor
==英文原文==SetPhysicalCursorPos Function
Sets the position of the cursor in physical coordinates.
Syntax
BOOL SetPhysicalCursorPos( int X,
int Y
);
Parameters
X
[in] New x-coordinate of the cursor, in physical coordinates.
Y
[in] New y-coordinate of the cursor, in physical coordinates.
Return Value
TRUE if successful; otherwise FALSE.
Remarks
For a description of the difference between logicial coordinates and physical coordinates, see PhysicalToLogicalPoint .
GetLastError can be called to get more information about any error that is generated.
Function Information
Minimum DLL Versionuser32.dll
HeaderDeclared in Winuser.h, include Windows.h
Import libraryUser32.lib
Minimum operating systemsWindows Vista
See Also
Cursors Overview , GetPhysicalCursorPos , ClipCursor , GetCursorPos , SetCursorPos , SetCaretPos , SetCursor , ShowCursor
==原始网址==http://msdn.microsoft.com/en-us/library/aa969465(VS.85).aspx\n
随便看

 

windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。

 

Copyright © 2004-2023 Winrtm.com All Rights Reserved
京ICP备2021023879号-40 更新时间:2024/10/6 11:27:53