.
.
[DllImport("winmm.dll", EntryPoint="timeBeginPeriod")]
.
Declare Function timeBeginPeriod Lib "winmm.dll" (ByVal uPeriod As Integer) As Integer
.
.
Also see timeBeginPeriod and timeEndPeriod
.
See timeBeginPeriod for a sample
.
Unlike Environment.TickCount, you can directly set the resolution of this timer with the TimeBeginPeriod function.
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
.
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
.
See TimeBeginPeriod for a sample
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
.
static extern uint timeBeginPeriod(uint uPeriod);