NtQueryTimerResolution (ntdll)
Last changed: -176.52.209.199

.
Summary
Returns the resolution of the system Timer in the context of the calling process.

C# Signature:

[DllImport("ntdll.dll", SetLastError=true)]
static extern int NtQueryTimerResolution(out int MaximumResolution, out int MinimumResolution, out int CurrentResolution);

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation