Skip to content

Latest commit

 

History

History
81 lines (61 loc) · 2.44 KB

nf-winuser-getdoubleclicktime.md

File metadata and controls

81 lines (61 loc) · 2.44 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name req.apiset
NF:winuser.GetDoubleClickTime
GetDoubleClickTime function (winuser.h)
Retrieves the current double-click time for the mouse.
GetDoubleClickTime
GetDoubleClickTime function [Keyboard and Mouse Input]
_win32_GetDoubleClickTime
_win32_getdoubleclicktime_cpp
inputdev.getdoubleclicktime
winui._win32_getdoubleclicktime
winuser/GetDoubleClickTime
inputdev\getdoubleclicktime.htm
inputdev
VS|winui|~\winui\windowsuserinterface\userinput\mouseinput\mouseinputreference\mouseinputfunctions\getdoubleclicktime.htm
12/05/2018
GetDoubleClickTime, GetDoubleClickTime function [Keyboard and Mouse Input], _win32_GetDoubleClickTime, _win32_getdoubleclicktime_cpp, inputdev.getdoubleclicktime, winui._win32_getdoubleclicktime, winuser/GetDoubleClickTime
winuser.h
Windows.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
User32.lib
User32.dll
Windows
19H1
GetDoubleClickTime
winuser/GetDoubleClickTime
c++
APIRef
kbSyntax
DllExport
User32.dll
Ext-MS-Win-NTUser-mouse-l1-1-0.dll
api-ms-win-ntuser-ie-mouse-l1-1-0.dll
ie_stubs.dll
GetDoubleClickTime
ext-ms-win-ntuser-mouse-l1-1-0 (introduced in Windows 8)

GetDoubleClickTime function

-description

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. The maximum double-click time is 5000 milliseconds.

-returns

Type: UINT

The return value specifies the current double-click time, in milliseconds. The maximum return value is 5000 milliseconds.

-see-also

Conceptual

Mouse Input

Reference

SetDoubleClickTime