Debugging Tools for Windows |
The WaitForProcessServerEnd method waits for a local process server to exit.
HRESULT
IDebugClient2::WaitForProcessServerEnd(
IN ULONG Timeout
);
This method may also return error values. See Return Values for more details.
WaitForProcessServerEnd is available in IDebugClient2 and later versions.
This method will only wait for the first local process server to end. After a process server has ended, subsequent calls to this method will return immediately.
For more information about process servers and remote debugging, see Process Servers, Kernel Connection Servers, and Smart Clients.
Headers: Defined in dbgeng.h. Include dbgeng.h. The constant INFINITE is defined in winbase.h.