IDebugEngineCreateEvent2:: GetEngine
Recupera l'oggetto che rappresenta il motore di debug appena creato (DE).
HRESULT GetEngine(
IDebugEngine2** pEngine
);
int GetEngine(
out IDebugEngine2 pEngine
);
Parametri
- pEngine
[out] Restituisce IDebugEngine2 un oggetto che rappresenta il DE appena creato.
Valore restituito
Se l'operazione riesce, restituisce S_OK; in caso contrario, restituisce un codice di errore.