ReactOS 0.4.15-dev-7924-g5949c20
_RTL_PROCESS_BACKTRACE_INFORMATION Struct Reference

#include <rtltypes.h>

Collaboration diagram for _RTL_PROCESS_BACKTRACE_INFORMATION:

Public Attributes

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

Detailed Description

Definition at line 1158 of file rtltypes.h.

Member Data Documentation

◆ BackTrace

PVOID _RTL_PROCESS_BACKTRACE_INFORMATION::BackTrace[32]

Definition at line 1164 of file rtltypes.h.

◆ Depth

USHORT _RTL_PROCESS_BACKTRACE_INFORMATION::Depth

Definition at line 1163 of file rtltypes.h.

◆ Index

USHORT _RTL_PROCESS_BACKTRACE_INFORMATION::Index

Definition at line 1162 of file rtltypes.h.

◆ SymbolicBackTrace

PVOID _RTL_PROCESS_BACKTRACE_INFORMATION::SymbolicBackTrace

Definition at line 1160 of file rtltypes.h.

◆ TraceCount

ULONG _RTL_PROCESS_BACKTRACE_INFORMATION::TraceCount

Definition at line 1161 of file rtltypes.h.


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