Undocumented functions of NTDLL

2OO1, 24 February


NtQueryTimerResolution
NtQueryTimerResolution

NTSYSAPI 
NTSTATUS
NTAPI

NtQueryTimerResolution(
OUT PULONG MinimumResolution, OUT PULONG MaximumResolution, OUT PULONG CurrentResolution );



Function NtQueryTimerResolution returns resolution of system Timer in context of calling process. See also description of NtSetTimerResolution.



Requirements:
Library: ntdll.lib


See also:
NtGetTickCount
NtSetTimer
NtSetTimerResolution