@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: The timeEndPeriod function clears a previously set minimum timer resolution !!!!C# Signature: [DllImport("winmm.dll", EntryPoint="timeEndPeriod")] public static extern uint MM_EndPeriod(uint uMilliseconds); !!!!VB Signature: Declare Function timeEndPeriod Lib "winmm.dll" (ByVal uPeriod As Integer) As Integer !!!!User-Defined Types: None. !!!!Notes: Also see timeBeginPeriod and timeEndPeriod !!!!Tips & Tricks: Please add some! !!!!Sample Code: See timeBeginPeriod for a sample !!!!Alternative Managed API: Do you know one? Please contribute it! Documentation: timeEndPeriod@msdn on MSDN
Edit winmm.timeEndPeriod
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.