ReactOS 0.4.16-dev-1106-g00b5dc8
_RTL_STACK_TRACE_ENTRY Struct Reference

#include <rtltypes.h>

Collaboration diagram for _RTL_STACK_TRACE_ENTRY:

Public Attributes

struct _RTL_STACK_TRACE_ENTRYHashChain
 
ULONG TraceCount
 
USHORT Index
 
USHORT Depth
 
PVOID BackTrace [32]
 

Detailed Description

Definition at line 1765 of file rtltypes.h.

Member Data Documentation

◆ BackTrace

PVOID _RTL_STACK_TRACE_ENTRY::BackTrace[32]

Definition at line 1771 of file rtltypes.h.

◆ Depth

USHORT _RTL_STACK_TRACE_ENTRY::Depth

Definition at line 1770 of file rtltypes.h.

◆ HashChain

struct _RTL_STACK_TRACE_ENTRY* _RTL_STACK_TRACE_ENTRY::HashChain

Definition at line 1767 of file rtltypes.h.

◆ Index

USHORT _RTL_STACK_TRACE_ENTRY::Index

Definition at line 1769 of file rtltypes.h.

◆ TraceCount

ULONG _RTL_STACK_TRACE_ENTRY::TraceCount

Definition at line 1768 of file rtltypes.h.


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