Rediger

Del via


IDebugHostContextControl::GetContextAlternator method (dbgmodel.h)

It retrieves a context alternator, allowing a temporary context change or switch.

Syntax

HRESULT GetContextAlternator(
  IDebugHostContextAlternator **contextAlternator
);

Parameters

contextAlternator

This parameter points to a IDebugHostContextAlternator pointer, which is used to retrieve the context alternator. This parameter is an Output parameter.

Return value

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

Requirements

Requirement Value
Header dbgmodel.h

See also

IDebugHostContextControl interface