VsDebugStartupInfo.dwY Field

Definition

The Y offset of the window.

public: System::UInt32 dwY;
public: unsigned int dwY;
unsigned int dwY;
[System.Runtime.InteropServices.ComAliasName("OLE.DWORD")]
public uint dwY;
[<System.Runtime.InteropServices.ComAliasName("OLE.DWORD")>]
val mutable dwY : uint32
Public dwY As UInteger 

Field Value

Attributes

Remarks

This field is equivalent to dwY in STARTUPINFO (defined in winbase.h).

Applies to