Undocumented functions of NTDLL

2OO5, 2 February


RtlCaptureStackBackTrace
RtlCaptureStackBackTrace

NTSYSAPI 
USHORT
NTAPI

RtlCaptureStackBackTrace(
IN ULONG FramesToSkip, IN ULONG FramesToCapture, OUT PVOID *BackTrace, OUT PULONG BackTraceHash );



Function RtlCaptureStackBackTrace is usefull for debugging and analysing problems by making complete trace of calling functions by processing stack.
Requirements:
Library: ntdll.lib


See also:
RtlGetCallersAddress