Condividi tramite


IDebugThread2:: GetLogicalThread

i motori di debug non implementano questo metodo.

HRESULT GetLogicalThread( 
   IDebugStackFrame2*     pStackFrame,
   IDebugLogicalThread2** ppLogicalThread
);
int GetLogicalThread( 
   IDebugStackFrame2        pStackFrame,
   out IDebugLogicalThread2 ppLogicalThread
);

Parametri

  • pStackFrame
    [in] IDebugStackFrame2 un oggetto che rappresenta lo stack frame.

  • ppLogicalThread
    [out] restituisce un'interfaccia di IDebugLogicalThread2 che rappresenta il thread logico associato. Un'implementazione del motore di debug consigliabile impostare questa con un valore null.

Valore restituito

Implementazioni E_NOTIMPLsempre del motore di debug.

Vedere anche

Riferimenti

IDebugThread2