Condividi tramite


IDebugErrorBreakpoint2:: GetPendingBreakpoint

Ottiene il punto di interruzione in attesa che ha provocato l'errore.

HRESULT GetPendingBreakpoint ( 
   IDebugPendingBreakpoint2** ppPendingBreakpoint
);
int GetPendingBreakpoint ( 
   out IDebugPendingBreakpoint2 ppPendingBreakpoint
);

Parametri

  • ppPendingBreakpoint
    [out] Restituisce IDebugPendingBreakpoint2 un oggetto che rappresenta il punto di interruzione in attesa che non riuscire da associare.

Valore restituito

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

Vedere anche

Riferimenti

IDebugErrorBreakpoint2

IDebugPendingBreakpoint2