术语 | getdoubleclicktime |
释义 | GetDoubleClickTime 语法: UINT GetDoubleClickTime(VOID); Return Value The return value specifies the current double-click time, in milliseconds. Function Information Minimum DLL Versionuser32.dll HeaderDeclared in Winuser.h, include Windows.h Import libraryUser32.lib Minimum operating systemsWindows 95, Windows NT 3.1 See Also Mouse Input , SetDoubleClickTime GetDoubleClickTime功能 该GetDoubleClickTime函数检索当前的鼠标双击的时间。阿双击是两个鼠标点击系列,第二个出现在指定的时间后,第一次。在双击时间是毫秒之间可能发生的一双击第一次和第二次点击的最大数目。 ==英文原文==GetDoubleClickTime Function The GetDoubleClickTime function retrieves the current double-click time for the mouse. A double-click is a series of two clicks of the 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 click of a double-click. Syntax UINT GetDoubleClickTime(VOID); Return Value The return value specifies the current double-click time, in milliseconds. Function Information Minimum DLL Versionuser32.dll HeaderDeclared in Winuser.h, include Windows.h Import libraryUser32.lib Minimum operating systemsWindows 95, Windows NT 3.1 See Also Mouse Input , SetDoubleClickTime ==原始网址==http://msdn.microsoft.com/en-us/library/ms646258(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。