ReactOS 0.4.15-dev-7918-g2a2556c
_RTL_PROCESS_BACKTRACE_INFORMATION_32 Struct Reference
Collaboration diagram for _RTL_PROCESS_BACKTRACE_INFORMATION_32:

Public Attributes

PVOID SymbolicBackTrace
 
ULONG TraceCount
 
USHORT Index
 
USHORT Depth
 
PVOID BackTrace [32]
 

Detailed Description

Definition at line 19 of file stacktrace.c.

Member Data Documentation

◆ BackTrace

PVOID _RTL_PROCESS_BACKTRACE_INFORMATION_32::BackTrace[32]

Definition at line 25 of file stacktrace.c.

◆ Depth

USHORT _RTL_PROCESS_BACKTRACE_INFORMATION_32::Depth

Definition at line 24 of file stacktrace.c.

◆ Index

USHORT _RTL_PROCESS_BACKTRACE_INFORMATION_32::Index

Definition at line 23 of file stacktrace.c.

◆ SymbolicBackTrace

PVOID _RTL_PROCESS_BACKTRACE_INFORMATION_32::SymbolicBackTrace

Definition at line 21 of file stacktrace.c.

◆ TraceCount

ULONG _RTL_PROCESS_BACKTRACE_INFORMATION_32::TraceCount

Definition at line 22 of file stacktrace.c.


The documentation for this struct was generated from the following file: