SetTimer (user32)
Last changed: -217.115.65.17

.
Summary

C# Signature:

[DllImport("user32.dll")]
static extern UIntPtr SetTimer(IntPtr hWnd, UIntPtr nIDEvent, uint uElapse,
   TimerDelegate lpTimerFunc);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

There is nothing like TimerDelegate already available. Define one yourself and use a function that takes (int,string,int,int). Best of luck.

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
SetTimer on MSDN