Condividi tramite


IDebugStackFrame2:: GetThread

Ottiene il thread associato a uno stack frame.

HRESULT GetThread ( 
   IDebugThread2** ppThread
);
int GetThread ( 
   out IDebugThread2 ppThread
);

Parametri

  • ppThread
    [out] restituisce IDebugThread2 un oggetto che rappresenta il thread.

Valore restituito

Se l'operazione riesce, restituisce S_OK; in caso contrario, restituisce un codice di errore.

Vedere anche

Riferimenti

IDebugStackFrame2

IDebugThread2