このメソッドは、デバッグ エンジンによって実装されません。
構文
int GetLogicalThread(
IDebugStackFrame2 pStackFrame,
out IDebugLogicalThread2 ppLogicalThread
);
パラメーター
pStackFrame
[入力] スタック フレームを表す IDebugStackFrame2 オブジェクト。
ppLogicalThread
[出力] 関連付けられている論理スレッドを表す IDebugLogicalThread2
インターフェイスを返します。 デバッグ エンジンの実装では、これを null 値に設定する必要があります。
戻り値
デバッグ エンジンの実装からは、常に E_NOTIMPL
が返されます。