Share via


VsDebugStartupInfo.dwX Field

Definition

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).

Applies to