Condividi tramite


Metodo IDataModelScriptDebugStack::GetStackFrame (dbgmodel.h)

GetStackFrame ottiene un particolare frame dello stack dal segmento dello stack. Lo stack di chiamate ha un sistema di indicizzazione in base zero: il frame dello stack corrente in cui si è verificato l'evento di interruzione è frame 0. Il chiamante del metodo corrente è frame 1 (e così via).

Sintassi

HRESULT GetStackFrame(
  ULONG64                         frameNumber,
  IDataModelScriptDebugStackFrame **stackFrame
);

Parametri

frameNumber

Indice in base zero del frame dello stack all'interno di questo segmento di stack da recuperare. Il frame superiore che rappresenta il punto corrente in cui il debugger si è interrotto è frame 0. Il chiamante è frame 1 (e così via).

stackFrame

Verrà restituita qui un'interfaccia al frame dello stack specificato.

Valore restituito

Questo metodo restituisce HRESULT che indica l'esito positivo o l'errore.

Requisiti

Requisito Valore
Intestazione dbgmodel.h

Vedi anche

Interfaccia IDataModelScriptDebugStack