नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
Debug engines do not implement this method.
Syntax
int GetLogicalThread(
IDebugStackFrame2 pStackFrame,
out IDebugLogicalThread2 ppLogicalThread
);
Parameters
pStackFrame
[in] An IDebugStackFrame2 object that represents the stack frame.
ppLogicalThread
[out] Returns an IDebugLogicalThread2 interface that represents the associated logical thread. A debug engine implementation should set this to a null value.
Return Value
Debug engine implementations always return E_NOTIMPL.