IDebugStackFrame2:: GetCodeContext
ottiene il contesto di codice per questo stack frame.
HRESULT GetCodeContext (
IDebugCodeContext2** ppCodeCxt
);
int GetCodeContext (
out IDebugCodeContext2 ppCodeCxt
);
Parametri
- ppCodeCxt
[out] Restituisce IDebugCodeContext2 un oggetto che rappresenta il puntatore all'istruzione corrente in questo stack frame.
Valore restituito
Se l'operazione riesce, restituisce S_OK; in caso contrario, restituisce un codice di errore.