Condividi tramite


IDebugThread2:: CanSetNextStatement

Determina se il puntatore all'istruzione corrente può essere impostato allo stack frame specificato.

HRESULT CanSetNextStatement ( 
   IDebugStackFrame2*  pStackFrame,
   IDebugCodeContext2* pCodeContext
);
int CanSetNextStatement ( 
   IDebugStackFrame2  pStackFrame,
   IDebugCodeContext2 pCodeContext
);

Parametri

  • pStackFrame
    Riservato per un utilizzo futuro, impostare su un valore null. se questo è un valore null, utilizzare lo stack frame corrente.

  • pCodeContext
    [in] IDebugCodeContext2 Un oggetto che specifica la posizione di codice su da eseguire e il relativo contesto.

Valore restituito

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

Note

Se questo metodo restituisce S_OK, quindi effettivamente IDebugThread2:: SetNextStatement chiamato il metodo per impostare l'istruzione successiva.

Vedere anche

Riferimenti

IDebugThread2

IDebugStackFrame2

IDebugCodeContext2

IDebugThread2:: SetNextStatement