Debugging Tools for Windows

SetEffectiveProcessorType

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

HRESULT
  IDebugControl::SetEffectiveProcessorType(
    IN ULONG  Type
    );

Parameters

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

Return Value

S_OK
The method was successful.

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

Interface Version

SetEffectiveProcessorType is available in all versions of IDebugControl.

Comments

For more information, see Target Information.

Requirements

Headers: Defined in Dbgeng.h. Include Dbgeng.h.

See Also

GetEffectiveProcessorType

Build machine: CAPEBUILD