IDebugReturnValueEvent2:: GetReturnValue
Ottiene il valore restituito o l'esecuzione di istruzioni da o su una funzione.
HRESULT GetReturnValue (
IDebugProperty2** ppReturnValue
);
int GetReturnValue (
out IDebugProperty2 ppReturnValue
);
Parametri
- ppReturnValue
[out] restituisce IDebugProperty2 un oggetto che rappresenta il valore da recuperare.
Valore restituito
Se l'operazione riesce, restituisce S_OK; in caso contrario, restituisce un codice di errore.