ReactOS 0.4.15-dev-7928-g68a8619
_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 1755 of file rtltypes.h.

Member Data Documentation

◆ BackTrace

PVOID _RTL_STACK_TRACE_ENTRY::BackTrace[32]

Definition at line 1761 of file rtltypes.h.

◆ Depth

USHORT _RTL_STACK_TRACE_ENTRY::Depth

Definition at line 1760 of file rtltypes.h.

◆ HashChain

struct _RTL_STACK_TRACE_ENTRY* _RTL_STACK_TRACE_ENTRY::HashChain

Definition at line 1757 of file rtltypes.h.

◆ Index

USHORT _RTL_STACK_TRACE_ENTRY::Index

Definition at line 1759 of file rtltypes.h.

◆ TraceCount

ULONG _RTL_STACK_TRACE_ENTRY::TraceCount

Definition at line 1758 of file rtltypes.h.


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