VsDebugStartupInfo.dwYCountChars 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 height of the window, in character rows.
public: System::UInt32 dwYCountChars;
public: unsigned int dwYCountChars;
unsigned int dwYCountChars;
[System.Runtime.InteropServices.ComAliasName("OLE.DWORD")]
public uint dwYCountChars;
[<System.Runtime.InteropServices.ComAliasName("OLE.DWORD")>]
val mutable dwYCountChars : uint32
Public dwYCountChars As UInteger
Field Value
- Attributes
Remarks
This field is equivalent to dwYCountChars in STARTUPINFO (defined in winbase.h).