Condividi tramite


IDebugThread2::GetLogicalThread

I motori di debug non implementano questo metodo.

Sintassi

int GetLogicalThread( 
   IDebugStackFrame2        pStackFrame,
   out IDebugLogicalThread2 ppLogicalThread
);

Parametri

pStackFrame
[in] Oggetto IDebugStackFrame2 che rappresenta lo stack frame.

ppLogicalThread
[out] Restituisce un'interfaccia IDebugLogicalThread2 che rappresenta il thread logico associato. Un'implementazione del motore di debug deve impostare questo valore su un valore Null.

Valore restituito

Le implementazioni del motore di debug restituiscono E_NOTIMPLsempre .

Vedi anche