网站首页  词典首页

请输入您要查询的函数:

 

术语 setdoubleclicktime
释义 SetDoubleClickTime
语法:
BOOL SetDoubleClickTime( UINT uInterval
);
SetDoubleClickTime功能
该SetDoubleClickTime函数设置为鼠标双击的时间。阿双击是两个一个鼠标点击系列,第二个出现在指定的时间后,第一次。在双击时间是毫秒之间可能出现一个双击第一和第二最高点击次数。
参数
uInterval
[in]指定的毫秒之间可能出现一个双击一次和第二次的点击次数。如果此参数设置为0,系统将使用默认的双击500毫秒的时间。
返回值
如果函数成功,返回值为非零。
如果函数失败,返回值是零。为了获得更多错误信息,调用GetLastError。
备注
该SetDoubleClickTime功能改变为系统中所有的窗口双击时间。
功能信息
最低DLL版本 user32.dll
在Winuser.h中HeaderDeclared,头文件:winuser.h
import libraryUser32.lib
最低操作系统Windows 95,Windows NT 3.1
UnicodeImplemented为Unicode版本。
参见
鼠标输入,GetDoubleClickTime
==英文原文==SetDoubleClickTime Function
The SetDoubleClickTime function sets the double-click time for the mouse. A double-click is a series of two clicks of a mouse button, the second occurring within a specified time after the first. The double-click time is the maximum number of milliseconds that may occur between the first and second clicks of a double-click.
Syntax
BOOL SetDoubleClickTime( UINT uInterval
);
Parameters
uInterval
[in] Specifies the number of milliseconds that may occur between the first and second clicks of a double-click. If this parameter is set to zero, the system uses the default double-click time of 500 milliseconds.
Return Value
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call GetLastError .
Remarks
The SetDoubleClickTime function alters the double-click time for all windows in the system.
Function Information
Minimum DLL Versionuser32.dll
HeaderDeclared in Winuser.h, include Windows.h
Import libraryUser32.lib
Minimum operating systemsWindows 95, Windows NT 3.1
UnicodeImplemented as Unicode version.
See Also
Mouse Input , GetDoubleClickTime
==原始网址==http://msdn.microsoft.com/en-us/library/ms646263(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 13:19:48