Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Methods
The IDebugApplication110
interface exposes the following methods.
Method | Description |
---|---|
IDebugApplication110::SynchronousCallInMainThread | Makes a synchronous call on the main thread. |
IDebugApplication110::AsynchronousCallInMainThread | Makes an asynchronous call on the main thread. |
IDebugApplication110::CallableWaitForHandles | 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. |