Debugging Tools for Windows |
The EndInput callback method is called by the engine to indicate that it is no longer waiting for input.
HRESULT
IDebugInputCallbacks::EndInput(
void
);
This method's return value is ignored by the engine.
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.
Headers: Defined in dbgeng.h. Include dbgeng.h.