timeSetEvent (winmm)
Last changed: -221.227.93.40

.
Summary
TODO - a short description

C# Signature:

[DllImport("winmm.dll", SetLastError=true)]
static extern UInt32 timeSetEvent( UInt32 msDelay, UInt32 msResolution,
            TimerEventHandler handler, ref UInt32 userCtx, UInt32 eventType );

VB Signature:

Declare Function timeSetEvent Lib "winmm.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation