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