.
C# Signature:
[DllImport("winmm.dll", EntryPoint="timeGetTime")]
public static extern uint MM_GetTime();
VB Signature:
<DllImport("winmm.dll", EntryPoint := "timeGetTime")> _
Public Shared Function MM_GetTime() As UInteger
End Function
User-Defined Types:
None.
Notes:
Unlike Environment.TickCount, you can directly set the resolution of this timer with the TimeBeginPeriod function.
See TimeBeginPeriod (imported as MM_BeginPeriod) and TimeEndPeriod (imported as MM_EndPeriod)
Tips & Tricks:
Please add some!
Sample Code:
See TimeBeginPeriod for a sample
Alternative Managed API:
Do you know one? Please contribute it!
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 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
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
