IDebugInputCallbacks::EndInput method (dbgeng.h)
The EndInput callback method is called by the engine to indicate that it is no longer waiting for input.
Syntax
HRESULT EndInput();
Return value
This method's return value is ignored by the engine.
Remarks
Even if the engine has not called IDebugInputCallbacks::StartInput for this IDebugInputCallbacks object, the engine will call EndInput if another IDebugInputCallbacks object returned an error from the IDebugInputCallbacks::StartInput method.
For more information about debugger engine input, see Input and Output.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | dbgeng.h (include Dbgeng.h) |