Debugging Tools for Windows

GetEffectiveProcessorType

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

HRESULT
  IDebugControl::GetEffectiveProcessorType(
    OUT PULONG  Type
    );

Parameters

Type
Receives 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

GetEffectiveProcessorType 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

SetEffectiveProcessorType, GetActualProcessorType, GetExecutingProcessorType

Build machine: CAPEBUILD