Debugging Tools for Windows

OutputVersionInformation

The OutputVersionInformation method prints version information about the debugger engine to the debugger console.

HRESULT
  IDebugControl::OutputVersionInformation(
    IN ULONG  OutputControl
    );

Parameters

OutputControl
Specifies where to send the output. For possible values, see DEBUG_OUTCTL_XXX.

Return Value

S_OK
The method was successful.

This method may also return other error values, including error values caused by the engine being busy. See Return Values for more details.

Interface Version

OutputVersionInformation is available in all versions of IDebugControl.

Comments

The information that is sent to the output can include the mode of the debugger, the path and version of the debugger DLLs, the extension DLL search path, the extension DLL chain, and the version of the operating system that is running on the host computer.

For more information, see Target Information.

Requirements

Headers: Defined in Dbgeng.h. Include Dbgeng.h.

Build machine: CAPEBUILD