getdoubleclicktime (user32)
Last changed: -130.76.96.14

.
Summary

C# Signature:

[DllImport("user32.dll")]
static extern uint GetDoubleClickTime();

VB Code:

Declare Function GetDoubleClickTime Lib "user32.dll" () As Integer

User-Defined Types:

None.

Notes:

Return value is in units of milliseconds (0.001 seconds).

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

System.Windows.Forms.SystemInformation.DoubleClickTime (http://msdn.microsoft.com/en-us/library/system.windows.forms.systeminformation.doubleclicktime.aspx)

Documentation