Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
---|---|
|
The method was successful. |
|
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) |