IDebugAdvanced interface (dbgeng.h)

Inheritance

The IDebugAdvanced interface inherits from the IUnknown interface. IDebugAdvanced also has these types of members:

Methods

The IDebugAdvanced interface has these methods.

 
IDebugAdvanced::GetThreadContext

The (IDebugAdvanced) GetThreadContext method returns the current thread context represented by the CONTEXT structure for the target's effective processor.
IDebugAdvanced::SetThreadContext

The (IDebugAdvanced) SetThreadContext method sets the current thread context represented by the CONTEXT structure for the target's effective processor.

Requirements

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

See also

IDebugAdvanced2

IDebugAdvanced3