[DllImport("winmm.dll", EntryPoint="timeEndPeriod")]
public static extern uint MM_EndPeriod(uint uMilliseconds);
Declare Function timeEndPeriod Lib "winmm.dll" (ByVal uPeriod As Integer) As Integer
None.
Also see timeBeginPeriod and timeEndPeriod
Please add some!
See timeBeginPeriod for a sample
Do you know one? Please contribute it!