Undocumented functions of NTDLL

2OO1, 25 February


NtQueryIntervalProfile
NtQueryIntervalProfile

NTSYSAPI 
NTSTATUS
NTAPI

NtQueryIntervalProfile(
IN KPROFILE_SOURCE ProfileSource, OUT PULONG Interval );



Function NtQueryIntervalProfile retrieves currently set delay between performance counter's ticks. See also description of NtSetIntervalProfile function.



Requirements:
Library: ntdll.lib


See also:
KPROFILE_SOURCE
NtCreateProfile
NtSetIntervalProfile