IDebugSymbols3::SetScopeFromStoredEvent method (dbgeng.h)

The SetScopeFromStoredEvent method sets the current scope to the scope of the stored event.

Syntax

HRESULT SetScopeFromStoredEvent();

Return value

Return code Description
S_OK
The method was successful.
 

This method may also return error values. See Return Values for more details.

Remarks

Currently only user-mode Minidumps can contain a stored event.

The new scope is printed to the debugger console.

For more information about scopes, see Scopes and Symbol Groups.

Requirements

Requirement Value
Target Platform Desktop
Header dbgeng.h (include Dbgeng.h)

See also

.ecxr (Display Exception Context Record)

GetStoredEventInformation

IDebugSymbols3

SetScope

SetScopeFrameByIndex