ReactOS 0.4.15-dev-7934-g1dc8d80
_DEBUG_STACK_FRAME Struct Reference

#include <dbgeng.h>

Public Attributes

ULONG64 InstructionOffset
 
ULONG64 ReturnOffset
 
ULONG64 FrameOffset
 
ULONG64 StackOffset
 
ULONG64 FuncTableEntry
 
ULONG64 Params [4]
 
ULONG64 Reserved [6]
 
BOOL Virtual
 
ULONG FrameNumber
 

Detailed Description

Definition at line 242 of file dbgeng.h.

Member Data Documentation

◆ FrameNumber

ULONG _DEBUG_STACK_FRAME::FrameNumber

Definition at line 252 of file dbgeng.h.

◆ FrameOffset

ULONG64 _DEBUG_STACK_FRAME::FrameOffset

Definition at line 246 of file dbgeng.h.

◆ FuncTableEntry

ULONG64 _DEBUG_STACK_FRAME::FuncTableEntry

Definition at line 248 of file dbgeng.h.

◆ InstructionOffset

ULONG64 _DEBUG_STACK_FRAME::InstructionOffset

Definition at line 244 of file dbgeng.h.

◆ Params

ULONG64 _DEBUG_STACK_FRAME::Params[4]

Definition at line 249 of file dbgeng.h.

◆ Reserved

ULONG64 _DEBUG_STACK_FRAME::Reserved[6]

Definition at line 250 of file dbgeng.h.

◆ ReturnOffset

ULONG64 _DEBUG_STACK_FRAME::ReturnOffset

Definition at line 245 of file dbgeng.h.

◆ StackOffset

ULONG64 _DEBUG_STACK_FRAME::StackOffset

Definition at line 247 of file dbgeng.h.

◆ Virtual

BOOL _DEBUG_STACK_FRAME::Virtual

Definition at line 251 of file dbgeng.h.


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