RtlCaptureStackBackTrace(3w)
NAME
RtlCaptureStackBackTrace (NTDLL.@)
SYNOPSIS
USHORT RtlCaptureStackBackTrace ( ULONG Skip, ULONG Count, PVOID* Buffer, ULONG* Hash )
DESCRIPTION
Captures stack backtrace.
PARAMS
Skip [In] Number of stack frames to skip before starting a capture.
Count [In] Number of stack frames to capture into Buffer.
Buffer [Out] Array of backtrace pointers captured from stack.
Hash [Out] Optional pointer to variable where backtrace hash should be
stored.
RETURNS
Number of captured stack frames or 0 if error occurred.
NOTES
Unimplemented
IMPLEMENTATION
Not defined in a Wine header. The function is either undocumented, or
missing from Wine.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ntdll/exception.c".
- Debug channel "seh".