Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
This interface is implemented by an interpreter to allow the Process Debug Manager to update the current statement. It is implemented from a stack frame object, and the PDM obtains this interface through QueryInterface.
interface provides methods that are useful for setting the execution point, which determines the next statement to be executed.
In addition to the methods inherited from IUnknown, the ISetNextStatement interface exposes the following methods.
Methods in Vtable Order
| Method | Description |
|---|---|
| ISetNextStatement::CanSetNextStatement | Determines whether the execution point can be set to the specified location. |
| ISetNextStatement::SetNextStatement | Sets the execution point to the specified location. |