ProcessStartupInfoSizeY Field

If Flags specifies UseSize, this member is the height of the window if a new window is created, in pixels. Otherwise, this member is ignored..

For GUI processes, this is used only the first time the new process calls CreateWindow to create an overlapped window if the nHeight parameter of CreateWindow is CW_USEDEFAULT.

Definition

Namespace: DevCase.Win32.Structures
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public int SizeY

Field Value

Int32

See Also