다음을 통해 공유


IDebugThread2::GetLogicalThread

디버그 엔진은 이 메서드를 구현하지 않습니다.

구문

int GetLogicalThread( 
   IDebugStackFrame2        pStackFrame,
   out IDebugLogicalThread2 ppLogicalThread
);

매개 변수

pStackFrame
[in] 스택 프레임을 나타내는 IDebugStackFrame2 개체입니다.

ppLogicalThread
[out] IDebugLogicalThread2 연결된 논리적 스레드를 나타내는 IDebugLogicalThread2 인터페이스를 반환합니다. 디버그 엔진 구현은 이를 null 값으로 설정해야 합니다.

Return Value

디버그 엔진 구현은 항상 E_NOTIMPL을 반환합니다.

참고 항목