VSNDK.DebugEngine.AD7Thread.IDebugThread2 C# (CSharp) Метод

IDebugThread2() приватный Метод

Gets the logical thread associated with this physical thread. Not implemented. (http://msdn.microsoft.com/en-ca/library/bb161676.aspx)
private IDebugThread2 ( IDebugStackFrame2 pStackFrame, IDebugLogicalThread2 &ppLogicalThread ) : int
pStackFrame IDebugStackFrame2 An IDebugStackFrame2 object that represents the stack frame.
ppLogicalThread IDebugLogicalThread2 Returns an IDebugLogicalThread2 interface that represents the associated logical /// thread. A debug engine implementation should set this to a null value.
Результат int
        int IDebugThread2.GetLogicalThread(IDebugStackFrame2 pStackFrame, out IDebugLogicalThread2 ppLogicalThread)
        {
            ppLogicalThread = null;
            return VSConstants.S_OK;
        }

Same methods

AD7Thread::IDebugThread2 ( IDebugProgram2 &ppProgram ) : int
AD7Thread::IDebugThread2 ( IDebugStackFrame2 pStackFrame, IDebugCodeContext2 pCodeContext ) : int
AD7Thread::IDebugThread2 ( enum_FRAMEINFO_FLAGS dwFieldSpec, uint nRadix, IEnumDebugFrameInfo2 &ppEnum ) : int
AD7Thread::IDebugThread2 ( enum_THREADPROPERTY_FIELDS dwFields, THREADPROPERTIES ptp ) : int
AD7Thread::IDebugThread2 ( string &pbstrName ) : int
AD7Thread::IDebugThread2 ( uint &pdwThreadId ) : int