IDebugSymbols2::ResetScope method (dbgeng.h)

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

Syntax

HRESULT ResetScope();

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

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

Requirements

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

See also

GetScope

IDebugSymbols

IDebugSymbols2

IDebugSymbols3

SetScope