Rediger

Del via


IDebugHostContextControl::SwitchTo method (dbgmodel.h)

The method SwitchTo() changes or switches the debugger engine context to IDebugHostContext. IDebugHostContext is the context from which IDebugHostContextControl was originally retrieved. This is considered a "full" context debugger engine swit

Syntax

HRESULT SwitchTo();

Return value

Returns an HRESULT indicating the success or failure of the method.

Requirements

Requirement Value
Header dbgmodel.h

See also

IDebugHostContextControl interface