IDiaStackWalkHelper2

Facilitates walking the stack using the program debug database (.pdb) file.

Syntax

IDiaStackWalkHelper2: IDiaStackWalkHelper

Methods in VTable Order

The table below shows the methods of IDiaStackWalkHelper2:

Method Description
IDiaStackWalkHelper2::GetPointerAuthenticationMask Retrieves the value of the pointer authentication mask.

Remarks

This interface is called by the Debug Interface Access (DIA) code to obtain information about the executable to construct a list of stack frames during program execution.

Notes for Callers

A client application implements this interface to support walking the stack during program execution. An instance of this interface is passed to the IDiaStackWalker::getEnumFrames or IDiaStackWalker::getEnumFrames2 methods.

Requirements

Header: Dia2.h

Library: diaguids.lib

DLL: msdia140.dll

See also