Debugging Tools for Windows

SetScopeFromStoredEvent

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

HRESULT
  IDebugSymbols3::SetScopeFromStoredEvent(
    );

Parameters

None

Return Value

S_OK
The method was successful.

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

Interface Version

SetScopeFromStoredEvent is available in IDebugSymbols3 and later versions.

Comments

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

Headers: Defined in Dbgeng.h. Include Dbgeng.h.

See Also

.ecxr (Display Exception Context Record), SetScopeFrameByIndex, SetScope, GetStoredEventInformation

Build machine: CAPEBUILD