.
Also see TimeGetTime (MM_GetTime) and TimeEndPeriod (MM_EndPeriod)
The timeGetTime function retrieves the system time, in milliseconds. The system time is the time elapsed since Windows was started.
7/22/2012 9:23:50 AM - -213.183.86.244
The timeEndPeriod function clears a previously set minimum timer resolution
5/27/2014 5:29:21 AM - -213.183.86.244
.
.
[DllImport("winmm.dll", EntryPoint="timeEndPeriod")]
.
Declare Function timeEndPeriod Lib "winmm.dll" (ByVal uPeriod As Integer) As Integer
.
Also see timeBeginPeriod and timeEndPeriod
.
.
See TimeBeginPeriod (imported as MM_BeginPeriod) and TimeEndPeriod (imported as MM_EndPeriod)
The timeBeginPeriod function sets the minimum timer resolution for an application or device driver. Used to manipulate the timer frequency.
5/27/2014 5:28:05 AM - -213.183.86.244
The timeEndPeriod function clears a previously set minimum timer resolution
5/27/2014 5:29:21 AM - -213.183.86.244
.
static extern uint timeEndPeriod(uint uPeriod);