@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: Sets the resolution of the system Timer in the calling process context. !!!!C# Signature: [DllImport("ntdll.dll", SetLastError=true)] static extern int NtSetTimerResolution(int DesiredResolution, bool SetResolution, out int CurrentResolution ); !!!!Notes: None. !!!!VB.NET Signature Declare Function NtSetTimerResolution Lib "ntdll.dll" (ByVal DesiredResolution as UInteger, ByVal SetResolution as Boolean, ByRef CurrentResolution as UInteger) !!!!Tips & Tricks: Please add some! !!!!Sample Code: NtSetTimerResolution(0.5, True, 0) Please add some! Documentation: NtSetTimerResolution@msdn on MSDN
Edit ntdll.NtSetTimerR...
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.