Skip to content

Latest commit

 

History

History
100 lines (73 loc) · 2.81 KB

nf-dbgeng-idebugclient5-startserverwide.md

File metadata and controls

100 lines (73 loc) · 2.81 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:dbgeng.IDebugClient5.StartServerWide
IDebugClient5::StartServerWide (dbgeng.h)
The StartServerWide method starts a debugging server.
debugger\startserverwide.htm
debugger
05/03/2018
IDebugClient5::StartServerWide
IDebugClient5 interface [Windows Debugging],StartServerWide method, IDebugClient5.StartServerWide, IDebugClient5::StartServerWide, StartServerWide, StartServerWide method [Windows Debugging], StartServerWide method [Windows Debugging],IDebugClient5 interface, dbgeng/IDebugClient5::StartServerWide, debugger.startserverwide
dbgeng.h
Dbgeng.h
Desktop
Windows
IDebugClient5::StartServerWide
dbgeng/IDebugClient5::StartServerWide
APIRef
kbSyntax
COM
dbgeng.h
IDebugClient5::StartServerWide

IDebugClient5::StartServerWide

-description

The StartServerWide method starts a debugging server.

-parameters

-param Options [in]

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.

-returns

This method may also return error values. See Return Values for more details.

Return code Description
S_OK
The method was successful.

-remarks

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.

-see-also

DebugConnect

IDebugClient5

OutputServers

StartProcessServer