IDebugClient::SetOutputWidth method (dbgeng.h)
Controls the width of an output line for commands that produce formatted output.
Syntax
HRESULT SetOutputWidth(
[in] ULONG Columns
);
Parameters
[in] Columns
The number of columns in the output.
Return value
This method may also return error values. See Return Values for more details.
Return code | Description |
---|---|
|
The method was successful. |
Remarks
This setting is a suggestion that can be overridden by other settings.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | dbgeng.h (include Dbgeng.h) |