Skip to content

Latest commit

 

History

History
116 lines (78 loc) · 4.5 KB

nf-dbgeng-idebugclient5-getinputcallbacks.md

File metadata and controls

116 lines (78 loc) · 4.5 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.GetInputCallbacks
IDebugClient5::GetInputCallbacks (dbgeng.h)
The GetInputCallbacks method returns the input callbacks object registered with this client. This method belongs to the IDebugClient5 interface.
debugger\getinputcallbacks.htm
debugger
05/03/2018
IDebugClient5::GetInputCallbacks
GetInputCallbacks, GetInputCallbacks method [Windows Debugging], GetInputCallbacks method [Windows Debugging],IDebugClient interface, GetInputCallbacks method [Windows Debugging],IDebugClient2 interface, GetInputCallbacks method [Windows Debugging],IDebugClient3 interface, GetInputCallbacks method [Windows Debugging],IDebugClient4 interface, GetInputCallbacks method [Windows Debugging],IDebugClient5 interface, IDebugClient interface [Windows Debugging],GetInputCallbacks method, IDebugClient2 interface [Windows Debugging],GetInputCallbacks method, IDebugClient2::GetInputCallbacks, IDebugClient3 interface [Windows Debugging],GetInputCallbacks method, IDebugClient3::GetInputCallbacks, IDebugClient4 interface [Windows Debugging],GetInputCallbacks method, IDebugClient4::GetInputCallbacks, IDebugClient5 interface [Windows Debugging],GetInputCallbacks method, IDebugClient5.GetInputCallbacks, IDebugClient5::GetInputCallbacks, IDebugClient::GetInputCallbacks, IDebugClient_ab365943-baaa-4a51-9c1b-d82086098b2f.xml, dbgeng/IDebugClient2::GetInputCallbacks, dbgeng/IDebugClient3::GetInputCallbacks, dbgeng/IDebugClient4::GetInputCallbacks, dbgeng/IDebugClient5::GetInputCallbacks, dbgeng/IDebugClient::GetInputCallbacks, debugger.getinputcallbacks
dbgeng.h
Dbgeng.h
Desktop
Windows
IDebugClient5::GetInputCallbacks
dbgeng/IDebugClient5::GetInputCallbacks
APIRef
kbSyntax
COM
dbgeng.h
IDebugClient5::GetInputCallbacks

IDebugClient5::GetInputCallbacks

-description

The GetInputCallbacks method returns the input callbacks object registered with this client.

-parameters

-param Callbacks [out]

Receives an interface pointer for the IDebugInputCallbacks object registered with the client.

-returns

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

Return code Description
S_OK
The method was successful.

-remarks

Each client can have at most one IDebugInputCallbacks object registered with it to receive requests for input.

If no IDebugInputCallbacks object is registered with the client, the value of Callbacks will be set to NULL.

The IDebugInputCallbacks interface extends the COM interface IUnknown. Before returning the IDebugInputCallbacks object specified by Callbacks, the engine calls its IUnknown::AddRef method. When this object is no longer needed, its IUnknown::Release method should be called.

For more information about callbacks, see Callbacks.

-see-also

IDebugClient

IDebugClient2

IDebugClient3

IDebugClient4

IDebugClient5

IDebugInputCallbacks

SetInputCallbacks