IDebugClient4::DisconnectProcessServer method (dbgeng.h)
The DisconnectProcessServer method disconnects the debugger engine from a process server.
HRESULT DisconnectProcessServer(
[in] ULONG64 Server
);
[in] Server
Specifies the server from which to disconnect. This handle must have been previously returned by ConnectProcessServer.
This method may also return error values. See Return Values for more details.
Return code | Description |
---|---|
|
The method was successful. |
For more information about process servers and remote debugging, see Process Servers, Kernel Connection Servers, and Smart Clients.
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | dbgeng.h (include Dbgeng.h) |