IDebugClient4::StartServer method (dbgeng.h)
The StartServer method starts a debugging server.
HRESULT StartServer(
[in] PCSTR Options
);
[in] Options
Specifies the connections options for this server. These are the same options given to the .server debugger command or the WinDbg and CDB -server command-line option. For details on the syntax of this string, see Activating a Debugging Server.
This method may also return error values. See Return Values for more details.
Return code | Description |
---|---|
|
The method was successful. |
The server that is started will be accessible by other debuggers through the transport specified in the Options parameter.
For more information about debugging servers, see Debugging Server and Debugging Client.
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | dbgeng.h (include Dbgeng.h) |