IDebugControl3::SetEffectiveProcessorType-Methode (dbgeng.h)

Die SetEffectiveProcessorType-Methode legt den effektiven Prozessortyp des Prozessors des Computers fest, auf dem das Ziel ausgeführt wird.

Syntax

HRESULT SetEffectiveProcessorType(
  [in] ULONG Type
);

Parameter

[in] Type

Gibt den Typ des Prozessors an. Mögliche Werte finden Sie im Type-Parameter in GetActualProcessorType.

Rückgabewert

Diese Methode gibt möglicherweise auch Fehlerwerte zurück. Weitere Informationen finden Sie unter Rückgabewerte .

Rückgabecode BESCHREIBUNG
S_OK
Die Methode war erfolgreich.

Hinweise

Weitere Informationen finden Sie unter Zielinformationen.

Anforderungen

Anforderung Wert
Zielplattform Desktop
Kopfzeile dbgeng.h (dbgeng.h einschließen)

Weitere Informationen

GetEffectiveProcessorType

IDebugControl

IDebugControl2

IDebugControl3