IDebugApplicationThreadEvents110 Interface
Adds more thread events. These events are local only. That is, you can subscribe to them only in the process being debugged, using the IConnectionPoint advise and unadvise methods on PDM application thread objects (objects that implement IDebugApplicationThread Interface). They occur on the thread they are coming from.
Important
This interface is implemented by PDM v11.0 and greater. Found in activdbg100.h.
Methods
The IDebugActivationThreadEvents110
interface exposes the following methods.
Method | Description |
---|---|
IDebugApplicationThreadEvents110 ::OnBeginThreadRequest | A call into the thread using the PDM's thread switching has begun. |
IDebugApplicationThreadEvents110::OnResumeFromBreakPoint | The thread is resuming from a breakpoint and will be active once again. |
IDebugApplicationThreadEvents110::OnSuspendForBreakPoint | The thread is suspending for a breakpoint and can handle calls that require the thread to be fully suspended. |
IDebugApplicationThreadEvents110::OnThreadRequestComplete | A call into the thread using the PDM's thread switching has completed. |