The IDebugApplication110 interface extends the functionality of the IDebugApplication Interface. You can get an instance of this interface by calling QueryInterface on an implementation of IDebugApplication Interface.
Important |
---|
This interface is implemented by PDM v11.0 and greater. Found in activdbg100.h. |
The IDebugApplication110 interface exposes the following methods.
Method | Description |
---|---|
Makes a synchronous call on the main thread. | |
Makes an asynchronous call on the main thread. | |
Waits for any of the specified handles to be signaled while allowing cross-thread calls to be posted to this thread. This method must be called from the debugger thread. |