GetCaretBlinkTime (user32)
Last changed: -87.123.181.44

.
Summary

C# Signature:

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

User-Defined Types:

None.

Notes:

None.

Questions:

Is there some Windows Message posted when the user changes the Blink Time in the system control ?

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Use SystemInformation.CaretBlinkTime property

Documentation:

GetCaretBlinkTime on MSDN

SystemInformation on MSDN