IDebugControl3::ReturnInput method (dbgeng.h)

The ReturnInput method is used by IDebugInputCallbacks objects to send an input string to the engine following a request for input.

Syntax

HRESULT ReturnInput(
  [in] PCSTR Buffer
);

Parameters

[in] Buffer

Specifies the input string being sent to the engine.

Return value

Return code Description
S_OK
The method was successful.
S_FALSE
The engine had already received the input it requested. The input string in Buffer was not received by the engine.
 

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

Remarks

For an overview of input in the debugger engine, see Input and Output.

Requirements

Requirement Value
Target Platform Desktop
Header dbgeng.h (include Dbgeng.h)