ReactOS 0.4.16-dev-1133-g947c03e
|
#include <rtltypes.h>
Public Attributes | |
PVOID | SymbolicBackTrace |
ULONG | TraceCount |
USHORT | Index |
USHORT | Depth |
PVOID | BackTrace [32] |
Definition at line 1152 of file rtltypes.h.
PVOID _RTL_PROCESS_BACKTRACE_INFORMATION::BackTrace[32] |
Definition at line 1158 of file rtltypes.h.
USHORT _RTL_PROCESS_BACKTRACE_INFORMATION::Depth |
Definition at line 1157 of file rtltypes.h.
USHORT _RTL_PROCESS_BACKTRACE_INFORMATION::Index |
Definition at line 1156 of file rtltypes.h.
PVOID _RTL_PROCESS_BACKTRACE_INFORMATION::SymbolicBackTrace |
Definition at line 1154 of file rtltypes.h.
ULONG _RTL_PROCESS_BACKTRACE_INFORMATION::TraceCount |
Definition at line 1155 of file rtltypes.h.