IDebugControl::GetEffectiveProcessorType method (dbgeng.h)

The GetEffectiveProcessorType method returns the effective processor type of the processor of the computer that is running the target.

Syntax

HRESULT GetEffectiveProcessorType(
  [out] PULONG Type
);

Parameters

[out] Type

Receives 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

GetActualProcessorType

GetExecutingProcessorType

IDebugControl

IDebugControl2

IDebugControl3

SetEffectiveProcessorType