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