NtSetTimerResolution (ntdll)
Last changed: -199.204.56.17

.
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.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation