structure STACK_SRC_INFO (dbgeng.h)
Définit les informations de source de pile.
Syntaxe
typedef struct _STACK_SRC_INFO {
PCWSTR ImagePath;
PCWSTR ModuleName;
PCWSTR Function;
ULONG Displacement;
ULONG Row;
ULONG Column;
} STACK_SRC_INFO, *PSTACK_SRC_INFO;
Membres
ImagePath
Chemin d’accès à l’image.
ModuleName
Nom d’un module.
Function
Fonction.
Displacement
Valeur de déplacement.
Row
Numéro de ligne.
Column
Numéro de colonne.
Exigences
Exigence | Valeur |
---|---|
d’en-tête | dbgeng.h (include Dbgeng.h) |