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