IDebugControl2::OutputVersionInformation method (dbgeng.h)
The OutputVersionInformation method prints version information about the debugger engine to the debugger console.
Syntax
HRESULT OutputVersionInformation(
[in] ULONG OutputControl
);
Parameters
[in] OutputControl
Specifies where to send the output. For possible values, see DEBUG_OUTCTL_XXX.
Return value
This method may also return other error values, including error values caused by the engine being busy. See Return Values for more details.
Return code | Description |
---|---|
|
The method was successful. |
Remarks
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
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | dbgeng.h (include Dbgeng.h) |