Debugging Tools for Windows

IDebugInputCallbacks::EndInput

The EndInput callback method is called by the engine to indicate that it is no longer waiting for input.

HRESULT
  IDebugInputCallbacks::EndInput(
    void
    );

Parameters

None

Return Value

This method's return value is ignored by the engine.

Comments

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

Headers: Defined in dbgeng.h. Include dbgeng.h.

Build machine: CAPEBUILD