Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines stack source information.
Syntax
typedef struct _STACK_SRC_INFO {
PCWSTR ImagePath;
PCWSTR ModuleName;
PCWSTR Function;
ULONG Displacement;
ULONG Row;
ULONG Column;
} STACK_SRC_INFO, *PSTACK_SRC_INFO;
Members
ImagePath
An image path.
ModuleName
A module name.
Function
A function.
Displacement
A displacement value.
Row
A row number.
Column
A column number.
Requirements
Requirement | Value |
---|---|
Header | dbgeng.h (include Dbgeng.h) |