IDkmBeforeContinueExecutionNotification.BeforeContinueExecution Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Handler which is notified before the target process is resumed.
public:
void BeforeContinueExecution(Microsoft::VisualStudio::Debugger::DkmThread ^ thread);
public void BeforeContinueExecution (Microsoft.VisualStudio.Debugger.DkmThread thread);
abstract member BeforeContinueExecution : Microsoft.VisualStudio.Debugger.DkmThread -> unit
Public Sub BeforeContinueExecution (thread As DkmThread)
Parameters
- thread
- DkmThread
[In] DkmThread represents a thread running in the target process.