Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
---|---|
|
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) |