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