IDebugControl4::ReturnInputWide method (dbgeng.h)
The ReturnInputWide method is used by IDebugInputCallbacks objects to send an input string to the engine following a request for input.
Syntax
HRESULT ReturnInputWide(
[in] PCWSTR 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) |