Skip to content

Latest commit

 

History

History
146 lines (107 loc) · 4.92 KB

nf-dbgeng-idebugclient2-setkernelconnectionoptions.md

File metadata and controls

146 lines (107 loc) · 4.92 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.IDebugClient2.SetKernelConnectionOptions
IDebugClient2::SetKernelConnectionOptions (dbgeng.h)
The SetKernelConnectionOptions method updates some of the connection options for a live kernel target. This method belongs to the IDebugClient2 interface.
debugger\setkernelconnectionoptions.htm
debugger
05/03/2018
IDebugClient2::SetKernelConnectionOptions
IDebugClient interface [Windows Debugging],SetKernelConnectionOptions method, IDebugClient2 interface [Windows Debugging],SetKernelConnectionOptions method, IDebugClient2.SetKernelConnectionOptions, IDebugClient2::SetKernelConnectionOptions, IDebugClient3 interface [Windows Debugging],SetKernelConnectionOptions method, IDebugClient3::SetKernelConnectionOptions, IDebugClient4 interface [Windows Debugging],SetKernelConnectionOptions method, IDebugClient4::SetKernelConnectionOptions, IDebugClient5 interface [Windows Debugging],SetKernelConnectionOptions method, IDebugClient5::SetKernelConnectionOptions, IDebugClient::SetKernelConnectionOptions, IDebugClient_b7b26913-d776-41b9-b94a-d5fa685e5fa9.xml, SetKernelConnectionOptions, SetKernelConnectionOptions method [Windows Debugging], SetKernelConnectionOptions method [Windows Debugging],IDebugClient interface, SetKernelConnectionOptions method [Windows Debugging],IDebugClient2 interface, SetKernelConnectionOptions method [Windows Debugging],IDebugClient3 interface, SetKernelConnectionOptions method [Windows Debugging],IDebugClient4 interface, SetKernelConnectionOptions method [Windows Debugging],IDebugClient5 interface, dbgeng/IDebugClient2::SetKernelConnectionOptions, dbgeng/IDebugClient3::SetKernelConnectionOptions, dbgeng/IDebugClient4::SetKernelConnectionOptions, dbgeng/IDebugClient5::SetKernelConnectionOptions, dbgeng/IDebugClient::SetKernelConnectionOptions, debugger.setkernelconnectionoptions
dbgeng.h
Dbgeng.h
Desktop
Windows
IDebugClient2::SetKernelConnectionOptions
dbgeng/IDebugClient2::SetKernelConnectionOptions
APIRef
kbSyntax
COM
dbgeng.h
IDebugClient2::SetKernelConnectionOptions

IDebugClient2::SetKernelConnectionOptions

-description

The SetKernelConnectionOptions method updates some of the connection options for a live kernel target.

-parameters

-param Options [in]

Specifies the connection options to update. The possible values are:

Value Description
"resync" Re-synchronize the connection between the debugger engine and the kernel. For more information, see Synchronizing with the Target Computer.
"cycle_speed" For kernel connections through a COM port, cycle through the supported baud rates; for other connections, do nothing. For more information, see CTRL+A (Toggle Baud Rate).

-returns

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

Return code Description
S_OK
The method was successful.
E_UNEXPECTED
The current target is not a live (non-local) kernel target.

-remarks

This method is available only for live kernel targets that are not local and not connected through eXDI. This method is reentrant.

For more information about connecting to live kernel-mode targets, see Live Kernel-Mode Targets.

-see-also

AttachKernel

IDebugClient

IDebugClient2

IDebugClient3

IDebugClient4

IDebugClient5