TimeEndPeriod (Winmm)
Last changed: -213.183.86.244

.
Summary
The timeEndPeriod function clears a previously set minimum timer resolution

C# Signature:

[DllImport("winmm.dll", EntryPoint="timeEndPeriod")]
public static extern uint MM_EndPeriod(uint uMilliseconds);

VB Signature:

Declare Function timeEndPeriod Lib "winmm.dll" (ByVal uPeriod As Integer) As Integer

User-Defined Types:

None.

Notes:

Also see timeBeginPeriod and timeEndPeriod

Tips & Tricks:

Please add some!

Sample Code:

See timeBeginPeriod for a sample

Alternative Managed API:

Do you know one? Please contribute it!

Documentation