Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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) |