IDebugClient::GetOutputWidth method (dbgeng.h)

Gets the width of an output line for commands that produce formatted output.

Syntax

HRESULT GetOutputWidth(
  [out] PULONG Columns
);

Parameters

[out] 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
S_OK
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)

See also

IDebugClient