Undocumented functions of NTDLL

2OO1, 25 February


NtStartProfile
NtStartProfile

NTSYSAPI 
NTSTATUS
NTAPI

NtStartProfile(
IN HANDLE ProfileHandle );



Function NtStartProfile starts performance counter assiciated with previously created Profile Object.





Counter is stopped when user call NtStopProfile.


Documented by:
Tomasz Nowak



Requirements:
Library: ntdll.lib


See also:
NtCreateProfile
NtStopProfile