VsDebugStartupInfo.dwXCountChars Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
the screen buffer width, in columns.
public: System::UInt32 dwXCountChars;
public: unsigned int dwXCountChars;
unsigned int dwXCountChars;
[System.Runtime.InteropServices.ComAliasName("OLE.DWORD")]
public uint dwXCountChars;
[<System.Runtime.InteropServices.ComAliasName("OLE.DWORD")>]
val mutable dwXCountChars : uint32
Public dwXCountChars As UInteger
Field Value
- Attributes
Remarks
This field is equivalent to dwXCountChars in STARTUPINFO (defined in winbase.h).