IDebugControl3::GetEffectiveProcessorType 메서드(dbgeng.h)

GetEffectiveProcessorType 메서드는 대상을 실행하는 컴퓨터 프로세서의 유효 프로세서 유형을 반환합니다.

구문

HRESULT GetEffectiveProcessorType(
  [out] PULONG Type
);

매개 변수

[out] Type

프로세서의 형식을 받습니다. 가능한 값은 GetActualProcessorTypeType 매개 변수를 참조하세요.

반환 값

이 메서드는 오류 값을 반환할 수도 있습니다. 자세한 내용은 반환 값을 참조하세요.

반환 코드 설명
S_OK
메서드를 성공적으로 수행했습니다.

설명

자세한 내용은 대상 정보를 참조하세요.

요구 사항

   
대상 플랫폼 데스크톱
헤더 dbgeng.h(Dbgeng.h 포함)

참고 항목

GetActualProcessorType

GetExecutingProcessorType

IDebugControl

IDebugControl2

IDebugControl3

SetEffectiveProcessorType