Windows硬件系统函数 - SetCursorPos

来源:互联网 发布:股票交易大数据 编辑:程序博客网 时间:2024/04/30 10:27
VB声明Declare Function SetCursorPos Lib "user32" Alias "SetCursorPos" (ByVal x As Long, ByVal y As Long) As Long说明设置指针的位置返回值Long,非零表示成功,零表示失败。会设置GetLastError参数表参数类型及说明x,y鼠标指针在屏幕像素坐标系统中的X,Y位置
原创粉丝点击