Partager via


STACK_SYM_FRAME_INFO structure (dbgeng.h)

Définit les informations de source de pile pour une trame de pile étendue.

Syntaxe

typedef struct _STACK_SYM_FRAME_INFO {
  DEBUG_STACK_FRAME_EX StackFrameEx;
  STACK_SRC_INFO       SrcInfo;
} STACK_SYM_FRAME_INFO, *PSTACK_SYM_FRAME_INFO;

Membres

StackFrameEx

Frame de pile en tant que structure DEBUG_STACK_FRAME_EX .

SrcInfo

Pilez les informations sources sous forme de structure STACK_SRC_INFO .

Configuration requise

Condition requise Valeur
En-tête dbgeng.h (inclure Dbgeng.h)

Voir aussi

DEBUG_STACK_FRAME_EX

STACK_SRC_INFO