Debugging Tools for Windows

ResetScope

The ResetScope method resets the current scope to the default scope of the current thread.

HRESULT
  IDebugSymbols::ResetScope(
    );

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

ResetScope is available in all versions of IDebugSymbols.

Comments

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

Requirements

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

See Also

GetScope, SetScope

Build machine: CAPEBUILD