Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
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.