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.
Important
IDebugApplication110 Interface is implemented by PDM v11.0 and greater. Found in activdbg100.h.
Syntax
HRESULT CallableWaitForHandles([in] DWORD handleCount, [in, size_is(handleCount)] const HANDLE* pHandles, [out] DWORD* pIndex);
Parameters
handleCount
The number of handles to wait for.
pHandles
The set of handles to wait for.
pIndex
When the HRESULT value is S_OK, the index into pHandles
for the handle that was signaled.