[DllImport("winmm.dll", EntryPoint="timeGetTime")]
public static extern uint MM_GetTime();
Declare Function timeGetTime Lib "winmm.dll" (TODO) As TODO
None.
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)
Please add some!
See timeBeginPeriod for a sample
Do you know one? Please contribute it!