ReactOS 0.4.16-dev-1214-gd663eb4
_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 1774 of file rtltypes.h.

Member Data Documentation

◆ BackTrace

PVOID _RTL_STACK_TRACE_ENTRY::BackTrace[32]

Definition at line 1780 of file rtltypes.h.

◆ Depth

USHORT _RTL_STACK_TRACE_ENTRY::Depth

Definition at line 1779 of file rtltypes.h.

◆ HashChain

struct _RTL_STACK_TRACE_ENTRY* _RTL_STACK_TRACE_ENTRY::HashChain

Definition at line 1776 of file rtltypes.h.

◆ Index

USHORT _RTL_STACK_TRACE_ENTRY::Index

Definition at line 1778 of file rtltypes.h.

◆ TraceCount

ULONG _RTL_STACK_TRACE_ENTRY::TraceCount

Definition at line 1777 of file rtltypes.h.


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