IDebugControl::SetEffectiveProcessorType method (dbgeng.h)

The SetEffectiveProcessorType method sets the effective processor type of the processor of the computer that is running the target.

Syntax

HRESULT SetEffectiveProcessorType(
  [in] ULONG Type
);

Parameters

[in] Type

Specifies the type of the processor. For possible values, see the Type parameter in GetActualProcessorType.

Return value

This method may also return error values. See Return Values for more details.

Return code Description
S_OK
The method was successful.

Remarks

For more information, see Target Information.

Requirements

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

See also

GetEffectiveProcessorType

IDebugControl

IDebugControl2

IDebugControl3